Skip to content

Commit b387062

Browse files
version bumps
1 parent 2536476 commit b387062

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/linear_app/actions/create-issue/create-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "linear_app-create-issue",
66
name: "Create Issue",
77
description: "Create an issue (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
8-
version: "0.4.7",
8+
version: "0.4.8",
99
props: {
1010
linearApp,
1111
teamId: {

components/linear_app/actions/get-issue/get-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linear_app-get-issue",
55
name: "Get Issue",
66
description: "Get an issue by ID (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)",
7-
version: "0.1.7",
7+
version: "0.1.8",
88
type: "action",
99
props: {
1010
linearApp,

components/linear_app/actions/update-issue/update-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Update Issue",
66
description: "Update an issue (API Key). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
77
type: "action",
8-
version: "0.1.7",
8+
version: "0.1.8",
99
props: {
1010
linearApp,
1111
teamId: {

components/linear_app/sources/comment-created-instant/comment-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Created Comment (Instant)",
88
description: "Emit new event when a new comment is created. [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
99
type: "source",
10-
version: "0.1.9",
10+
version: "0.1.10",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/linear_app/sources/new-projectupdate-created/new-projectupdate-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Project Update Written (Instant)",
99
description: "Project updates are short status reports on the health of your projects. Emit new event when a new Project Update is written. [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
1010
type: "source",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
dedupe: "unique",
1313
props: {
1414
linearApp,

0 commit comments

Comments
 (0)