Skip to content

Commit b00141c

Browse files
committed
Fixing NaN version component
1 parent 75c8edf commit b00141c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/codescene/actions/get-project-analysis/get-project-analysis.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "codescene-get-project-analysis",
55
name: "Get Project Analysis",
66
description: "Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/discogs/actions/update-order/update-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "discogs-update-order",
55
name: "Update Order Status",
66
description: "Updates the status of an existing order on Discogs. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-edit-an-order)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

components/freshmarketer/actions/add-update-contact/add-update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "freshmarketer-add-update-contact",
77
name: "Add or Update Contact",
88
description: "Create a new contact or updates an existing one.",
9-
version: "0.0.NaN",
9+
version: "0.1.0",
1010
annotations: {
1111
destructiveHint: true,
1212
openWorldHint: true,

components/pro_ledger/actions/get-classes/get-classes.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "pro_ledger-get-classes",
55
name: "Get Classes",
66
description: "Get classes setup information. [See the documentation](https://api.pro-ledger.com/redoc#tag/record/operation/get_classes_api_v1_record_get_classes_get)",
7-
version: "0.0.NaN",
7+
version: "0.1.0",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)