Skip to content

Commit 22e15bc

Browse files
committed
Version number fixes
1 parent 97dc848 commit 22e15bc

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

components/monday/monday.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
folderId: {
3535
type: "integer",
3636
label: "Folder ID",
37-
description: "Optionally select a folder to create the board in, or provide a folder ID.",
37+
description: "Optionally select a folder to create the board in, or provide a folder ID.",
3838
optional: true,
3939
async options({ workspaceId }) {
4040
return this.listFolderOptions({

components/monday/sources/column-value-updated/column-value-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Column Value Updated (Instant)",
77
description: "Emit new event when a column value is updated on a board. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.9",
9+
version: "0.0.8",
1010
dedupe: "unique",
1111
hooks: {
1212
...common.hooks,

components/monday/sources/name-updated/name-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Name Updated (Instant)",
77
description: "Emit new event when an item's name is updated. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.9",
9+
version: "0.0.8",
1010
dedupe: "unique",
1111
hooks: {
1212
...common.hooks,

components/monday/sources/new-board/new-board.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Board Created",
77
description: "Emit new event when a board is created in Monday. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.10",
9+
version: "0.0.9",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/monday/sources/new-item/new-item.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Item Created (Instant)",
77
description: "Emit new event when a new item is added to a board. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.9",
9+
version: "0.0.8",
1010
dedupe: "unique",
1111
hooks: {
1212
...common.hooks,

components/monday/sources/new-subitem-update/new-subitem-update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Sub-Item Update (Instant)",
77
description: "Emit new event when an update is posted in sub-items. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.8",
9+
version: "0.0.7",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/monday/sources/new-subitem/new-subitem.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Sub-Item Created (Instant)",
77
description: "Emit new event when a sub-item is created. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.8",
9+
version: "0.0.7",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/monday/sources/new-user/new-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New User Created",
77
description: "Emit new event when a new user is created in Monday. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.10",
9+
version: "0.0.9",
1010
dedupe: "unique",
1111
methods: {
1212
...common.methods,

components/monday/sources/specific-column-updated/specific-column-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Specific Column Updated (Instant)",
77
description: "Emit new event when a value in the specified column is updated. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.9",
9+
version: "0.0.8",
1010
dedupe: "unique",
1111
hooks: {
1212
...common.hooks,

components/monday/sources/subitem-column-value-updated/subitem-column-value-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Sub-Item Column Value Updated (Instant)",
77
description: "Emit new event when any sub-item column changes. [See the documentation](https://developer.monday.com/api-reference/reference/webhooks#sample-payload-for-webhook-events)",
88
type: "source",
9-
version: "0.0.9",
9+
version: "0.0.8",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

0 commit comments

Comments
 (0)