diff --git a/components/linear/actions/create-issue/create-issue.mjs b/components/linear/actions/create-issue/create-issue.mjs index bec238de468bf..33f7a343c7648 100644 --- a/components/linear/actions/create-issue/create-issue.mjs +++ b/components/linear/actions/create-issue/create-issue.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(createIssue), key: "linear-create-issue", description: "Create an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.4.8", + version: "0.4.9", }; diff --git a/components/linear/actions/get-issue/get-issue.mjs b/components/linear/actions/get-issue/get-issue.mjs index 72f5a6d0ef1b8..3fe43797b1a45 100644 --- a/components/linear/actions/get-issue/get-issue.mjs +++ b/components/linear/actions/get-issue/get-issue.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(getIssue), key: "linear-get-issue", description: "Get an issue by ID (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.1.8", + version: "0.1.9", }; diff --git a/components/linear/actions/get-teams/get-teams.mjs b/components/linear/actions/get-teams/get-teams.mjs index e65f61fe61a4c..6239aa4d64d6d 100644 --- a/components/linear/actions/get-teams/get-teams.mjs +++ b/components/linear/actions/get-teams/get-teams.mjs @@ -9,7 +9,7 @@ export default { ...getTeams, key: "linear-get-teams", description: "Get all the teams (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.2.8", + version: "0.2.9", props: { linearApp, }, diff --git a/components/linear/actions/search-issues/search-issues.mjs b/components/linear/actions/search-issues/search-issues.mjs index 93425cb708ec8..fb7faa7355fe1 100644 --- a/components/linear/actions/search-issues/search-issues.mjs +++ b/components/linear/actions/search-issues/search-issues.mjs @@ -10,6 +10,6 @@ export default { ...utils.getAppProps(searchIssues), key: "linear-search-issues", description: "Search issues (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)", - version: "0.2.8", + version: "0.2.9", }; diff --git a/components/linear/actions/update-issue/update-issue.mjs b/components/linear/actions/update-issue/update-issue.mjs index 9efe19561ca80..901adf2487ef9 100644 --- a/components/linear/actions/update-issue/update-issue.mjs +++ b/components/linear/actions/update-issue/update-issue.mjs @@ -9,6 +9,6 @@ export default { ...utils.getAppProps(updateIssue), key: "linear-update-issue", description: "Update an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)", - version: "0.1.8", + version: "0.1.9", }; diff --git a/components/linear/package.json b/components/linear/package.json index 46ca6b2ca5a99..b4d9d90735c43 100644 --- a/components/linear/package.json +++ b/components/linear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream Linear Components", "main": "linear.app.mjs", "keywords": [ @@ -15,7 +15,7 @@ }, "dependencies": { "@linear/sdk": "^13.0.0", - "@pipedream/linear_app": "^0.7.0", + "@pipedream/linear_app": "^0.7.1", "@pipedream/platform": "^3.0.3" } } diff --git a/components/linear/sources/comment-created-instant/comment-created-instant.mjs b/components/linear/sources/comment-created-instant/comment-created-instant.mjs index c75eac4358286..74c9233b9241a 100644 --- a/components/linear/sources/comment-created-instant/comment-created-instant.mjs +++ b/components/linear/sources/comment-created-instant/comment-created-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(commentCreatedInstant), key: "linear-comment-created-instant", description: "Emit new event when a new comment is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.1.10", + version: "0.1.11", }; diff --git a/components/linear/sources/issue-created-instant/issue-created-instant.mjs b/components/linear/sources/issue-created-instant/issue-created-instant.mjs index aeeb2a41cedba..90d4e0f1270b1 100644 --- a/components/linear/sources/issue-created-instant/issue-created-instant.mjs +++ b/components/linear/sources/issue-created-instant/issue-created-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(issueCreatedInstant), key: "linear-issue-created-instant", description: "Emit new event when a new issue is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.3.10", + version: "0.3.11", }; diff --git a/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs b/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs index a3425729790f0..8ee198f41159c 100644 --- a/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs +++ b/components/linear/sources/issue-updated-instant/issue-updated-instant.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(issueUpdatedInstant), key: "linear-issue-updated-instant", description: "Emit new event when an issue is updated (OAuth). See the documentation](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.3.10", + version: "0.3.11", }; diff --git a/components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs b/components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs index 62fc359642764..51e6e0ded06dc 100644 --- a/components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs +++ b/components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs @@ -10,5 +10,5 @@ export default { ...utils.getAppProps(newIssueStatusUpdated), key: "linear-new-issue-status-updated", description: "Emit new event when the status of an issue is updated (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.1.10", + version: "0.1.12", }; diff --git a/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs b/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs index afa6edda0ee02..b61cba4f6a725 100644 --- a/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs +++ b/components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs @@ -11,5 +11,5 @@ export default { ...utils.getAppProps(newProjectUpdateCreated), key: "linear-new-projectupdate-created", 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)", - version: "0.0.1", + version: "0.0.2", }; diff --git a/components/linear/sources/project-updated-instant/project-updated-instant.mjs b/components/linear/sources/project-updated-instant/project-updated-instant.mjs index e22b921744506..94b0909855dfb 100644 --- a/components/linear/sources/project-updated-instant/project-updated-instant.mjs +++ b/components/linear/sources/project-updated-instant/project-updated-instant.mjs @@ -11,5 +11,5 @@ export default { ...utils.getAppProps(projectUpdatedInstant), key: "linear-project-updated-instant", description: "Emit new event when a project is updated (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)", - version: "0.0.2", + version: "0.0.3", }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f77192311faf8..301177892c3ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7215,8 +7215,8 @@ importers: specifier: ^13.0.0 version: 13.0.0 '@pipedream/linear_app': - specifier: ^0.7.0 - version: 0.7.0 + specifier: ^0.7.1 + version: 0.7.1 '@pipedream/platform': specifier: ^3.0.3 version: 3.0.3 @@ -17798,8 +17798,8 @@ packages: '@pipedream/helpers@1.3.12': resolution: {integrity: sha512-k305RiFddUBtKY11V9G2aqYD8ICgarHV+A0Isxh0j3il4asnht0q4+t6ykPOb+hl5uo9UV8WY+9eAWlj6VFt6Q==} - '@pipedream/linear_app@0.7.0': - resolution: {integrity: sha512-c3Yk7ySggn+j7G9JpfOUBoICcpdPp7mksCVcqBgKvK1lBPrLI98DqtplP3H/fYCWLtUi7VN/rRAD0sCn+HUJ0A==} + '@pipedream/linear_app@0.7.1': + resolution: {integrity: sha512-DsErH1lO1HhA2Om4My0KGd4L3h7SjN+gg8kvB6u+EliY3e5tjqde+cosolSn3ZYzBbbboSEZUMjVHtl/nFQ7Wg==} '@pipedream/linkedin@0.1.1': resolution: {integrity: sha512-9pFjaohz/wnJMIRpPmDPqHeWiXUIJVWIPvQudE8TkUjaBbyieDpscy8reWMp96UK9aXz1Z2J2yiNh0msILAX9Q==} @@ -33917,7 +33917,7 @@ snapshots: '@pipedream/types': 0.0.5 lodash-es: 4.17.21 - '@pipedream/linear_app@0.7.0': + '@pipedream/linear_app@0.7.1': dependencies: '@linear/sdk': 13.0.0 '@pipedream/platform': 3.0.3