Skip to content

Commit 4baab24

Browse files
committed
OAuth component version bumps
1 parent 198463a commit 4baab24

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-board",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-column",
14-
version: "0.0.2",
14+
version: "0.1.0",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-group",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-item",
14-
version: "0.0.2",
14+
version: "0.1.0",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-subitem",
14-
version: "0.0.2",
14+
version: "0.1.0",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-create-update",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-get-column-values",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/monday_oauth/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
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-get-items-by-column-value",
14-
version: "0.0.2",
14+
version: "0.1.0",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-update-column-values",
14-
version: "0.0.2",
14+
version: "0.1.0",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "monday_oauth-update-item-name",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

0 commit comments

Comments
 (0)