Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed May 24, 2022
1 parent e285623 commit 7434e02
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.10.0"
"version": "1.10.1"
}
2 changes: 1 addition & 1 deletion packages/baklavajs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/core",
"version": "1.10.0",
"version": "1.10.1",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down
12 changes: 6 additions & 6 deletions packages/baklavajs-full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baklavajs",
"version": "1.10.0",
"version": "1.10.1",
"description": "Full installation of BaklavaJS including the core and all plugins",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down Expand Up @@ -34,10 +34,10 @@
"access": "public"
},
"dependencies": {
"@baklavajs/core": "1.10.0",
"@baklavajs/plugin-engine": "1.10.0",
"@baklavajs/plugin-interface-types": "1.10.0",
"@baklavajs/plugin-options-vue": "1.10.0",
"@baklavajs/plugin-renderer-vue": "1.10.0"
"@baklavajs/core": "1.10.1",
"@baklavajs/plugin-engine": "1.10.1",
"@baklavajs/plugin-interface-types": "1.10.1",
"@baklavajs/plugin-options-vue": "1.10.1",
"@baklavajs/plugin-renderer-vue": "1.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/baklavajs-plugin-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/plugin-engine",
"version": "1.10.0",
"version": "1.10.1",
"description": "Execute BaklavaJS graphs",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-plugin-interface-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/plugin-interface-types",
"version": "1.10.0",
"version": "1.10.1",
"description": "Add types to node interfaces for BaklavaJS",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-plugin-options-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/plugin-options-vue",
"version": "1.10.0",
"version": "1.10.1",
"description": "This plugin adds a set of predefined option components to the renderer-vue plugin for BaklavaJS",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-plugin-renderer-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/plugin-renderer-vue",
"version": "1.10.0",
"version": "1.10.1",
"description": "Add types to node interfaces for BaklavaJS",
"author": "newcat <[email protected]>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down

0 comments on commit 7434e02

Please sign in to comment.