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.7",
version: "0.4.8",
};

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.7",
version: "0.1.8",
};

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.7",
version: "0.2.8",
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.7",
version: "0.2.8",
};

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.7",
version: "0.1.8",
};

6 changes: 1 addition & 5 deletions components/linear/linear.app.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//import linearApp from "@pipedream/linear_app";
import linearApp from "../linear_app/linear_app.app.mjs";

// TODO: Will update above statement to import from @pipedream/linear_app
// after updates to linear_app are published
import linearApp from "@pipedream/linear_app";

export default {
...linearApp,
Expand Down
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.6.0",
"version": "0.6.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.5.7",
"@pipedream/linear_app": "^0.6.0",
"@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.9",
version: "0.1.10",
};
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.9",
version: "0.3.10",
};
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.9",
version: "0.3.10",
};
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.9",
version: "0.1.10",
};
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
//import projectUpdatedInstant from
//"@pipedream/linear_app/sources/project-updated-instant/project-updated-instant.mjs";
import projectUpdatedInstant from "../../../linear_app/sources/project-updated-instant/project-updated-instant.mjs";

// TODO: Will update above statement to import from @pipedream/linear_app
// after updates to linear_app are published
import projectUpdatedInstant from "@pipedream/linear_app/sources/project-updated-instant/project-updated-instant.mjs";

import utils from "../../common/utils.mjs";

Expand All @@ -16,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.1",
version: "0.0.2",
};
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

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

Loading