Skip to content

Commit ec5fe8a

Browse files
committed
Publish
- @devhelpr/[email protected] - @devhelpr/[email protected] - @devhelpr/[email protected]
1 parent 58052c1 commit ec5fe8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

libs/app-canvas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhelpr/app-canvas",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,8 +13,8 @@
1313
"@devhelpr/expression-compiler": "^0.0.38",
1414
"@devhelpr/markup-compiler": "^0.0.16",
1515
"@devhelpr/media-library": "^0.0.8",
16-
"@devhelpr/visual-programming-system": "^0.0.28",
17-
"@devhelpr/web-flow-executor": "^0.0.32"
16+
"@devhelpr/visual-programming-system": "^0.0.29",
17+
"@devhelpr/web-flow-executor": "^0.0.33"
1818
},
1919
"main": "./index.js",
2020
"module": "./index.mjs",

libs/visual-programming-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhelpr/visual-programming-system",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"type": "commonjs",
55
"publishConfig": {
66
"access": "public"

libs/web-flow-executor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@devhelpr/web-flow-executor",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"dependencies": {
55
"@devhelpr/expression-compiler": "^0.0.38",
66
"@devhelpr/markup-compiler": "^0.0.16",
7-
"@devhelpr/visual-programming-system": "^0.0.28"
7+
"@devhelpr/visual-programming-system": "^0.0.29"
88
},
99
"main": "./index.js",
1010
"module": "./index.mjs",

0 commit comments

Comments
 (0)