Skip to content

Commit

Permalink
[Fix] Columns AI publish components error (#14546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortes authored Nov 4, 2024
1 parent 971c781 commit 515c48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "columns_ai-build-graph-from-scratch",
name: "Build Graph From Scratch",
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)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "columns_ai-build-graph-from-template",
name: "Build Graph From Template",
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).",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
app,
Expand Down
2 changes: 1 addition & 1 deletion components/columns_ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/columns_ai",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Columns Ai Components",
"main": "columns_ai.app.mjs",
"keywords": [
Expand Down

0 comments on commit 515c48c

Please sign in to comment.