Skip to content

Commit 2a6786a

Browse files
committed
Version bumps
1 parent 2bf2abc commit 2a6786a

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

components/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/github",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Pipedream Github Components",
55
"main": "github.app.mjs",
66
"keywords": [

components/github/sources/new-branch/new-branch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-branch",
99
name: "New Branch Created",
1010
description: "Emit new event when a branch is created.",
11-
version: "1.0.5",
11+
version: "1.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

components/github/sources/new-card-in-column/new-card-in-column.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "github-new-card-in-column",
88
name: "New Card in Column (Classic Projects)",
99
description: "Emit new event when a (classic) project card is created or moved to a specific column. For Projects V2 use `New Issue with Status` trigger. [More information here](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board)",
10-
version: "1.0.4",
10+
version: "1.0.5",
1111
type: "source",
1212
props: {
1313
...common.props,

components/github/sources/new-collaborator/new-collaborator.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-collaborator",
99
name: "New Collaborator",
1010
description: "Emit new event when a collaborator is added",
11-
version: "1.0.5",
11+
version: "1.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

components/github/sources/new-commit-comment/new-commit-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-commit-comment",
99
name: "New Commit Comment",
1010
description: "Emit new event when a commit comment is created",
11-
version: "1.0.5",
11+
version: "1.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {

components/github/sources/new-commit/new-commit.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-commit",
99
name: "New Commit",
1010
description: "Emit new event when commits are pushed to a branch",
11-
version: "1.0.6",
11+
version: "1.0.7",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {

components/github/sources/new-discussion/new-discussion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-discussion",
99
name: "New Discussion",
1010
description: "Emit new event when a discussion is created",
11-
version: "1.0.5",
11+
version: "1.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

components/github/sources/new-fork/new-fork.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-fork",
99
name: "New Fork",
1010
description: "Emit new event when a repository is forked",
11-
version: "1.0.5",
11+
version: "1.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

components/github/sources/new-gist/new-gist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-new-gist",
66
name: "New Gist",
77
description: "Emit new events when new gists are created by the authenticated user. [See the documentatoion](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-the-authenticated-user)",
8-
version: "0.2.0",
8+
version: "0.2.1",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/github/sources/new-issue-with-status/new-issue-with-status.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "github-new-issue-with-status",
99
name: "Project Item Status Changed",
1010
description: "Emit new event when a project item is tagged with a specific status. Currently supports Organization Projects only. [More information here](https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project)",
11-
version: "0.1.2",
11+
version: "0.1.3",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {

0 commit comments

Comments
 (0)