Skip to content

Commit c08842a

Browse files
committed
Version bumps
1 parent cce2b03 commit c08842a

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

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.6",
11+
version: "1.0.7",
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.5",
10+
version: "1.0.6",
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.6",
11+
version: "1.0.7",
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.6",
11+
version: "1.0.7",
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.7",
11+
version: "1.0.8",
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.6",
11+
version: "1.0.7",
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.6",
11+
version: "1.0.7",
1212
type: "source",
1313
dedupe: "unique",
1414
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.3",
11+
version: "0.1.4",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {

components/github/sources/new-label/new-label.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-label",
99
name: "New Label",
1010
description: "Emit new event when a new label is created",
11-
version: "1.0.6",
11+
version: "1.0.7",
1212
type: "source",
1313
dedupe: "unique",
1414
methods: {

components/github/sources/new-or-updated-issue/new-or-updated-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "github-new-or-updated-issue",
1010
name: "New or Updated Issue",
1111
description: "Emit new events when an issue is created or updated",
12-
version: "1.1.3",
12+
version: "1.1.4",
1313
type: "source",
1414
dedupe: "unique",
1515
methods: {

0 commit comments

Comments
 (0)