diff --git a/components/monday_oauth/actions/create-board/create-board.mjs b/components/monday_oauth/actions/create-board/create-board.mjs index 1d4746fa86914..c8b1692c4e1d8 100644 --- a/components/monday_oauth/actions/create-board/create-board.mjs +++ b/components/monday_oauth/actions/create-board/create-board.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-board", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/actions/create-column/create-column.mjs b/components/monday_oauth/actions/create-column/create-column.mjs index 93c962fa553d4..f4e25d996468c 100644 --- a/components/monday_oauth/actions/create-column/create-column.mjs +++ b/components/monday_oauth/actions/create-column/create-column.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-column", - version: "0.0.2", + version: "0.1.0", name, description, type, diff --git a/components/monday_oauth/actions/create-group/create-group.mjs b/components/monday_oauth/actions/create-group/create-group.mjs index 94f854523905d..fb75b275ad5ba 100644 --- a/components/monday_oauth/actions/create-group/create-group.mjs +++ b/components/monday_oauth/actions/create-group/create-group.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-group", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/actions/create-item/create-item.mjs b/components/monday_oauth/actions/create-item/create-item.mjs index 5bb331b889fc0..26406367c6efd 100644 --- a/components/monday_oauth/actions/create-item/create-item.mjs +++ b/components/monday_oauth/actions/create-item/create-item.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-item", - version: "0.0.2", + version: "0.1.0", name, description, type, diff --git a/components/monday_oauth/actions/create-subitem/create-subitem.mjs b/components/monday_oauth/actions/create-subitem/create-subitem.mjs index 6cfed8f5f74d7..c2e1e4b7cae3b 100644 --- a/components/monday_oauth/actions/create-subitem/create-subitem.mjs +++ b/components/monday_oauth/actions/create-subitem/create-subitem.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-subitem", - version: "0.0.2", + version: "0.1.0", name, description, type, diff --git a/components/monday_oauth/actions/create-update/create-update.mjs b/components/monday_oauth/actions/create-update/create-update.mjs index 10d8886aa4943..2533a2f5fd958 100644 --- a/components/monday_oauth/actions/create-update/create-update.mjs +++ b/components/monday_oauth/actions/create-update/create-update.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-create-update", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/actions/get-column-values/get-column-values.mjs b/components/monday_oauth/actions/get-column-values/get-column-values.mjs index 6226e5a96a4d4..4b6ca502c99bb 100644 --- a/components/monday_oauth/actions/get-column-values/get-column-values.mjs +++ b/components/monday_oauth/actions/get-column-values/get-column-values.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-get-column-values", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/actions/get-items-by-column-value/get-items-by-column-value.mjs b/components/monday_oauth/actions/get-items-by-column-value/get-items-by-column-value.mjs index 0b663a476a2fe..b0cd786cf74e5 100644 --- a/components/monday_oauth/actions/get-items-by-column-value/get-items-by-column-value.mjs +++ b/components/monday_oauth/actions/get-items-by-column-value/get-items-by-column-value.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-get-items-by-column-value", - version: "0.0.2", + version: "0.1.0", name, description, type, diff --git a/components/monday_oauth/actions/update-column-values/update-column-values.mjs b/components/monday_oauth/actions/update-column-values/update-column-values.mjs index 79ff107f2bb77..33af2d0b6eb97 100644 --- a/components/monday_oauth/actions/update-column-values/update-column-values.mjs +++ b/components/monday_oauth/actions/update-column-values/update-column-values.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-update-column-values", - version: "0.0.2", + version: "0.1.0", name, description, type, diff --git a/components/monday_oauth/actions/update-item-name/update-item-name.mjs b/components/monday_oauth/actions/update-item-name/update-item-name.mjs index 2fbd388f93d7e..75e0f295ee53d 100644 --- a/components/monday_oauth/actions/update-item-name/update-item-name.mjs +++ b/components/monday_oauth/actions/update-item-name/update-item-name.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-update-item-name", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/package.json b/components/monday_oauth/package.json index 8d33cbd5b9f97..d147722a3e147 100644 --- a/components/monday_oauth/package.json +++ b/components/monday_oauth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/monday_oauth", - "version": "0.1.1", + "version": "0.2.0", "description": "Pipedream monday.com (OAuth) Components", "main": "monday_oauth.app.mjs", "keywords": [ @@ -13,7 +13,7 @@ "access": "public" }, "dependencies": { - "@pipedream/monday": "^0.6.3", + "@pipedream/monday": "^0.7.0", "monday-sdk-js": "^0.5.5" } } diff --git a/components/monday_oauth/sources/column-value-updated/column-value-updated.mjs b/components/monday_oauth/sources/column-value-updated/column-value-updated.mjs index c6e0010d1fba6..c0da666b6e103 100644 --- a/components/monday_oauth/sources/column-value-updated/column-value-updated.mjs +++ b/components/monday_oauth/sources/column-value-updated/column-value-updated.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-column-value-updated", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/name-updated/name-updated.mjs b/components/monday_oauth/sources/name-updated/name-updated.mjs index 5d5c0e3328fd7..81347b49ef2ee 100644 --- a/components/monday_oauth/sources/name-updated/name-updated.mjs +++ b/components/monday_oauth/sources/name-updated/name-updated.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-name-updated", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/new-board/new-board.mjs b/components/monday_oauth/sources/new-board/new-board.mjs index 8a1c72201afe8..e638adcb996b6 100644 --- a/components/monday_oauth/sources/new-board/new-board.mjs +++ b/components/monday_oauth/sources/new-board/new-board.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-new-board", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/new-item/new-item.mjs b/components/monday_oauth/sources/new-item/new-item.mjs index 2052ec37e94c1..ffab036923101 100644 --- a/components/monday_oauth/sources/new-item/new-item.mjs +++ b/components/monday_oauth/sources/new-item/new-item.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-new-item", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/new-subitem-update/new-subitem-update.mjs b/components/monday_oauth/sources/new-subitem-update/new-subitem-update.mjs index f713a05ea26dc..c344b0f024bed 100644 --- a/components/monday_oauth/sources/new-subitem-update/new-subitem-update.mjs +++ b/components/monday_oauth/sources/new-subitem-update/new-subitem-update.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-new-subitem-update", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/new-subitem/new-subitem.mjs b/components/monday_oauth/sources/new-subitem/new-subitem.mjs index e76b60b6bba6d..706c7ac12f85b 100644 --- a/components/monday_oauth/sources/new-subitem/new-subitem.mjs +++ b/components/monday_oauth/sources/new-subitem/new-subitem.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-new-subitem", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/subitem-column-value-updated/subitem-column-value-updated.mjs b/components/monday_oauth/sources/subitem-column-value-updated/subitem-column-value-updated.mjs index 73e05101f8b59..3bcaa1c34e393 100644 --- a/components/monday_oauth/sources/subitem-column-value-updated/subitem-column-value-updated.mjs +++ b/components/monday_oauth/sources/subitem-column-value-updated/subitem-column-value-updated.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-subitem-column-value-updated", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/components/monday_oauth/sources/subitem-name-updated/subitem-name-updated.mjs b/components/monday_oauth/sources/subitem-name-updated/subitem-name-updated.mjs index ea0c54e264b97..b8b896698bb93 100644 --- a/components/monday_oauth/sources/subitem-name-updated/subitem-name-updated.mjs +++ b/components/monday_oauth/sources/subitem-name-updated/subitem-name-updated.mjs @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app); export default { ...others, key: "monday_oauth-subitem-name-updated", - version: "0.0.2", + version: "0.0.3", name, description, type, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb6beb3642cc8..82c6d73e2d887 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6827,8 +6827,8 @@ importers: components/monday_oauth: dependencies: '@pipedream/monday': - specifier: ^0.6.3 - version: 0.6.3 + specifier: ^0.7.0 + version: 0.7.0 monday-sdk-js: specifier: ^0.5.5 version: 0.5.5 @@ -15741,8 +15741,8 @@ packages: '@pipedream/linkedin@0.1.1': resolution: {integrity: sha512-9pFjaohz/wnJMIRpPmDPqHeWiXUIJVWIPvQudE8TkUjaBbyieDpscy8reWMp96UK9aXz1Z2J2yiNh0msILAX9Q==} - '@pipedream/monday@0.6.3': - resolution: {integrity: sha512-EUQgMyMW8+tq1fvylkaEapqLaxNXu8S0gqR/tocJLprwq66oeqQb7e8QW9hHOeUVOr40Mlc8cmeQPzFrmw3U6Q==} + '@pipedream/monday@0.7.0': + resolution: {integrity: sha512-ovVtLhKMJpOTSoc7JcVLrbVrJxW4BT96eW79TiiPc+DgMSM7ouRmCk5lHL2xCAtrqDForXSrXXGjHOAzhJsytA==} '@pipedream/platform@0.10.0': resolution: {integrity: sha512-N3F/xVfBZQXc9wl+2/4E8U9Zma1rxpvylK6Gtw8Ofmiwjnmnvs+2SNjEpIXBPUeL+wxEkofSGOq7bkqt1hqwDg==} @@ -31820,7 +31820,7 @@ snapshots: transitivePeerDependencies: - debug - '@pipedream/monday@0.6.3': + '@pipedream/monday@0.7.0': dependencies: '@pipedream/platform': 3.0.3 form-data: 4.0.1