Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/linear/actions/create-issue/create-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

2 changes: 1 addition & 1 deletion components/linear/actions/get-issue/get-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

2 changes: 1 addition & 1 deletion components/linear/actions/get-teams/get-teams.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion components/linear/actions/search-issues/search-issues.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

2 changes: 1 addition & 1 deletion components/linear/actions/update-issue/update-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

4 changes: 2 additions & 2 deletions components/linear/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/linear",
"version": "0.7.0",
"version": "0.7.1",
"description": "Pipedream Linear Components",
"main": "linear.app.mjs",
"keywords": [
Expand All @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading