Skip to content

Commit d8712d3

Browse files
committed
linear-new-projectupdate-created
1 parent 371583b commit d8712d3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

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.6.1",
3+
"version": "0.7.0",
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.6.0",
18+
"@pipedream/linear_app": "^0.7.0",
1919
"@pipedream/platform": "^3.0.3"
2020
}
2121
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import newProjectupdateCreated from "@pipedream/linear_app/sources/new-projectupdate-created/new-projectupdate-created.mjs";
2+
3+
import utils from "../../common/utils.mjs";
4+
5+
/* eslint-disable pipedream/required-properties-type */
6+
/* eslint-disable pipedream/required-properties-name */
7+
/* eslint-disable pipedream/required-properties-version */
8+
9+
export default {
10+
...newProjectupdateCreated,
11+
...utils.getAppProps(newProjectupdateCreated),
12+
key: "linear-new-projectupdate-created",
13+
description: "Emit new event when a new Project Update is created. [See the documentation](https://developers.linear.app/docs/graphql/webhooks)",
14+
version: "0.0.1",
15+
};

0 commit comments

Comments
 (0)