Skip to content

Commit 9738e9f

Browse files
Danny/bumping linear versions (#16157)
* Adding limits and fixing the state prop * version bumps * Bumping linear versions too * Bumping linear versions too * Update pnpm-lock.yaml
1 parent 219fe20 commit 9738e9f

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export default {
1010
...utils.getAppProps(createIssue),
1111
key: "linear-create-issue",
1212
description: "Create an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
13-
version: "0.4.8",
13+
version: "0.4.9",
1414
};
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export default {
1010
...utils.getAppProps(getIssue),
1111
key: "linear-get-issue",
1212
description: "Get an issue by ID (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)",
13-
version: "0.1.8",
13+
version: "0.1.9",
1414
};
1515

components/linear/actions/get-teams/get-teams.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
...getTeams,
1010
key: "linear-get-teams",
1111
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)",
12-
version: "0.2.8",
12+
version: "0.2.9",
1313
props: {
1414
linearApp,
1515
},

components/linear/actions/search-issues/search-issues.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export default {
1010
...utils.getAppProps(searchIssues),
1111
key: "linear-search-issues",
1212
description: "Search issues (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api)",
13-
version: "0.2.8",
13+
version: "0.2.9",
1414
};
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default {
99
...utils.getAppProps(updateIssue),
1010
key: "linear-update-issue",
1111
description: "Update an issue (OAuth). See the docs [here](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#creating-and-editing-issues)",
12-
version: "0.1.8",
12+
version: "0.1.9",
1313
};
1414

components/linear/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/linear",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Pipedream Linear Components",
55
"main": "linear.app.mjs",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@linear/sdk": "^13.0.0",
18-
"@pipedream/linear_app": "^0.7.0",
18+
"@pipedream/linear_app": "^0.7.1",
1919
"@pipedream/platform": "^3.0.3"
2020
}
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default {
1010
...utils.getAppProps(commentCreatedInstant),
1111
key: "linear-comment-created-instant",
1212
description: "Emit new event when a new comment is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13-
version: "0.1.10",
13+
version: "0.1.11",
1414
};

components/linear/sources/issue-created-instant/issue-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default {
1010
...utils.getAppProps(issueCreatedInstant),
1111
key: "linear-issue-created-instant",
1212
description: "Emit new event when a new issue is created (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13-
version: "0.3.10",
13+
version: "0.3.11",
1414
};

components/linear/sources/issue-updated-instant/issue-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default {
1010
...utils.getAppProps(issueUpdatedInstant),
1111
key: "linear-issue-updated-instant",
1212
description: "Emit new event when an issue is updated (OAuth). See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13-
version: "0.3.10",
13+
version: "0.3.11",
1414
};

components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export default {
1010
...utils.getAppProps(newIssueStatusUpdated),
1111
key: "linear-new-issue-status-updated",
1212
description: "Emit new event when the status of an issue is updated (OAuth). [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
13-
version: "0.1.10",
13+
version: "0.1.12",
1414
};

0 commit comments

Comments
 (0)