Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Dec 20, 2019
1 parent 7664a7b commit 6800803
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions examples/kitchen-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchen-sync",
"version": "0.0.0",
"version": "0.6.0",
"private": true,
"license": "MIT",
"files": [
Expand All @@ -12,8 +12,8 @@
"watch": "klap watch"
},
"dependencies": {
"@vertu/devtools": "0.0.1",
"vertu": "0.5.1"
"@vertu/devtools": "^0.6.0",
"vertu": "^0.6.0"
},
"devDependencies": {
"klap": "3.5.4"
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"packages": ["packages/*", "examples/*"],
"version": "0.5.1",
"packages": [
"examples/*",
"packages/*"
],
"version": "0.6.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertu/devtools",
"version": "0.0.1",
"version": "0.6.0",
"description": "minimal vanilla js state container",
"repository": "osdevisnot/vertu",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"watch": "klap watch"
},
"dependencies": {
"vertu": "0.5.1"
"vertu": "^0.6.0"
},
"devDependencies": {
"klap": "3.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/vertu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertu",
"version": "0.5.1",
"version": "0.6.0",
"description": "minimal vanilla js state container",
"repository": "osdevisnot/vertu",
"license": "MIT",
Expand Down

0 comments on commit 6800803

Please sign in to comment.