Skip to content

Commit e7db935

Browse files
authored
Merging pull request #15353
* new-projectupdate-created * pnpm-lock.yaml
1 parent 1e8ec87 commit e7db935

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
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: "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)",
14+
version: "0.0.1",
15+
};

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)