Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Nov 18, 2020
1 parent 4e44b93 commit f6452af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0"
"version": "1.8.1"
}
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.0",
"version": "1.8.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 Down Expand Up @@ -30,6 +30,6 @@
"@baklavajs/plugin-engine": "^1.8.0",
"@baklavajs/plugin-interface-types": "^1.8.0",
"@baklavajs/plugin-options-vue": "^1.8.0",
"@baklavajs/plugin-renderer-vue": "^1.8.0"
"@baklavajs/plugin-renderer-vue": "^1.8.1"
}
}
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.8.0",
"version": "1.8.1",
"description": "Add types to node interfaces for BaklavaJS",
"author": "newcat <freddy.wagner@web.de>",
"homepage": "https://newcat.github.io/baklavajs",
Expand Down

0 comments on commit f6452af

Please sign in to comment.