Skip to content

Commit ccde103

Browse files
Update Monday.com components to API version 2026-07 (#21816)
* Update Monday.com components to API version 2026-07 - Upgrade monday-sdk-js to version 0.5.6. - Configure SDK to use API version 2026-07. - Bump component and source versions. * Pinning SDK Version
1 parent a7366bd commit ccde103

29 files changed

Lines changed: 41 additions & 31 deletions

File tree

components/monday/actions/create-board/create-board.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Create Board",
77
description: "Creates a new board. [See the documentation](https://developer.monday.com/api-reference/reference/boards#create-a-board)",
88
type: "action",
9-
version: "0.0.13",
9+
version: "0.0.14",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/monday/actions/create-column/create-column.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "Create Column",
88
description: "Creates a column. [See the documentation](https://developer.monday.com/api-reference/reference/columns#create-a-column)",
99
type: "action",
10-
version: "0.1.5",
10+
version: "0.1.6",
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,

components/monday/actions/create-group/create-group.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Group",
66
description: "Creates a new group in a specific board. [See the documentation](https://developer.monday.com/api-reference/reference/groups#create-a-group)",
77
type: "action",
8-
version: "0.0.14",
8+
version: "0.0.15",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/monday/actions/create-item/create-item.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Create Item",
99
description: "Creates an item. [See the documentation](https://developer.monday.com/api-reference/reference/items#create-an-item)",
1010
type: "action",
11-
version: "0.1.6",
11+
version: "0.1.7",
1212
annotations: {
1313
destructiveHint: false,
1414
openWorldHint: true,

components/monday/actions/create-subitem/create-subitem.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Create Subitem",
99
description: "Creates a subitem. [See the documentation](https://developer.monday.com/api-reference/reference/subitems#create-a-subitem)",
1010
type: "action",
11-
version: "0.1.6",
11+
version: "0.1.7",
1212
annotations: {
1313
destructiveHint: false,
1414
openWorldHint: true,

components/monday/actions/create-update/create-update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Create an Update",
77
description: "Creates a new update. [See the documentation](https://developer.monday.com/api-reference/reference/updates#create-an-update)",
88
type: "action",
9-
version: "0.0.16",
9+
version: "0.0.17",
1010
annotations: {
1111
destructiveHint: true,
1212
openWorldHint: true,

components/monday/actions/get-board-items-page/get-board-items-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "monday-get-board-items-page",
77
name: "Get Board Items Page",
88
description: "Retrieves all items from a board. [See the documentation](https://developer.monday.com/api-reference/reference/items-page)",
9-
version: "0.0.4",
9+
version: "0.0.5",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/monday/actions/get-column-values/get-column-values.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "monday-get-column-values",
66
name: "Get Column Values",
77
description: "Return values of specific column(s) for a board item. [See the documentation](https://developer.monday.com/api-reference/reference/column-values-v2)",
8-
version: "0.0.11",
8+
version: "0.0.12",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/monday/actions/get-items-by-column-value/get-items-by-column-value.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "monday-get-items-by-column-value",
77
name: "Get Items By Column Value",
88
description: "Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/reference/items-page-by-column-values)",
9-
version: "0.1.5",
9+
version: "0.1.6",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/monday/actions/list-board-id-options/list-board-id-options.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "monday-list-board-id-options",
55
name: "List Board ID Options",
66
description: "Retrieves available options for the Board ID field.",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

0 commit comments

Comments
 (0)