Skip to content

Commit 7dda91a

Browse files
committed
Version bumps
1 parent bc10fe9 commit 7dda91a

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

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.7",
9+
version: "0.0.8",
1010
props: {
1111
monday,
1212
boardName: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Create Column",
77
description: "Creates a column. [See the documentation](https://developer.monday.com/api-reference/reference/columns#create-a-column)",
88
type: "action",
9-
version: "0.0.8",
9+
version: "0.0.9",
1010
props: {
1111
monday,
1212
boardId: {

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.8",
8+
version: "0.0.9",
99
props: {
1010
monday,
1111
boardId: {

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.0.10",
11+
version: "0.0.11",
1212
props: {
1313
monday,
1414
boardId: {

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.0.3",
11+
version: "0.0.4",
1212
props: {
1313
monday,
1414
boardId: {

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.10",
9+
version: "0.0.11",
1010
props: {
1111
monday,
1212
updateBody: {

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 a specific column or columns for a board item. [See the documentation](https://developer.monday.com/api-reference/docs/column-values-v2)",
8-
version: "0.0.5",
8+
version: "0.0.6",
99
type: "action",
1010
props: {
1111
...common.props,

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
@@ -5,7 +5,7 @@ export default {
55
key: "monday-get-items-by-column-value",
66
name: "Get Items By Column Value",
77
description: "Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/docs/items-page-by-column-values)",
8-
version: "0.0.5",
8+
version: "0.0.6",
99
type: "action",
1010
props: {
1111
...common.props,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "monday-update-column-values",
99
name: "Update Column Values",
1010
description: "Update multiple column values of an item. [See the documentation](https://developer.monday.com/api-reference/docs/columns#change-multiple-column-values)",
11-
version: "0.0.5",
11+
version: "0.0.6",
1212
type: "action",
1313
props: {
1414
...common.props,

components/monday/actions/update-item-name/update-item-name.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Update Item Name",
66
description: "Update an item's name. [See the documentation](https://developer.monday.com/api-reference/reference/columns#change-multiple-column-values)",
77
type: "action",
8-
version: "0.0.9",
8+
version: "0.0.10",
99
props: {
1010
monday,
1111
boardId: {

0 commit comments

Comments
 (0)