Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jul 25, 2021
1 parent 5e082d5 commit 16ba101
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.9.0"
"version": "1.9.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.8.3",
"version": "1.9.1",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",
"author": "newcat <freddy.wagner@web.de>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down
6 changes: 3 additions & 3 deletions packages/baklavajs-full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baklavajs",
"version": "1.9.0",
"version": "1.9.1",
"description": "Full installation of BaklavaJS including the core and all plugins",
"author": "newcat <freddy.wagner@web.de>",
"homepage": "https://newcat.github.io/baklavajs",
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@baklavajs/core": "1.8.3",
"@baklavajs/core": "1.9.1",
"@baklavajs/plugin-engine": "1.8.7",
"@baklavajs/plugin-interface-types": "1.8.3",
"@baklavajs/plugin-options-vue": "1.8.5",
"@baklavajs/plugin-options-vue": "1.9.1",
"@baklavajs/plugin-renderer-vue": "1.9.0"
}
}
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.8.5",
"version": "1.9.1",
"description": "This plugin adds a set of predefined option components to the renderer-vue plugin for BaklavaJS",
"author": "newcat <freddy.wagner@web.de>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down

0 comments on commit 16ba101

Please sign in to comment.