Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Apr 25, 2020
1 parent dc02473 commit e75a275
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.5.4"
"version": "1.5.5"
}
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.5.4",
"version": "1.5.5",
"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.5.3",
"@baklavajs/plugin-interface-types": "^1.5.2",
"@baklavajs/plugin-options-vue": "^1.5.2",
"@baklavajs/plugin-renderer-vue": "^1.5.3"
"@baklavajs/plugin-renderer-vue": "^1.5.5"
}
}
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.5.2",
"version": "1.5.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve"
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.5.3",
"version": "1.5.5",
"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 e75a275

Please sign in to comment.