Skip to content

Commit e56b6c1

Browse files
committed
[Fix] Columns AI publish components error
1 parent 971c781 commit e56b6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/columns_ai/actions/build-graph-from-scratch/build-graph-from-scratch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "columns_ai-build-graph-from-scratch",
77
name: "Build Graph From Scratch",
88
description: "Builds a graph object from scratch and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
app,

components/columns_ai/actions/build-graph-from-template/build-graph-from-template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "columns_ai-build-graph-from-template",
66
name: "Build Graph From Template",
77
description: "Builds a graph object from a template and publishes it. [See the documentation](https://github.com/varchar-io/vaas?tab=readme-ov-file#basic-usage).",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/columns_ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/columns_ai",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pipedream Columns Ai Components",
55
"main": "columns_ai.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)