Skip to content

Commit

Permalink
v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Jun 4, 2021
1 parent ccbcd90 commit 9a30813
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8.6"
"version": "1.8.7"
}
4 changes: 2 additions & 2 deletions packages/baklavajs-full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baklavajs",
"version": "1.8.6",
"version": "1.8.7",
"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 @@ -27,7 +27,7 @@
},
"dependencies": {
"@baklavajs/core": "1.8.3",
"@baklavajs/plugin-engine": "1.8.3",
"@baklavajs/plugin-engine": "1.8.7",
"@baklavajs/plugin-interface-types": "1.8.3",
"@baklavajs/plugin-options-vue": "1.8.5",
"@baklavajs/plugin-renderer-vue": "1.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baklavajs/playground",
"version": "1.8.5",
"version": "1.8.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve"
Expand Down
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.8.3",
"version": "1.8.7",
"description": "Execute BaklavaJS graphs",
"author": "newcat <freddy.wagner@web.de>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down

0 comments on commit 9a30813

Please sign in to comment.