Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywer committed Sep 28, 2018
1 parent bc7d5f6 commit e5b9c91
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.4.0"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/api",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
2 changes: 1 addition & 1 deletion packages/builddata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/builddata",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/core",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand All @@ -13,8 +13,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@shutter/api": "^0.4.0",
"@shutter/builddata": "^0.4.0",
"@shutter/api": "^0.5.0",
"@shutter/builddata": "^0.5.0",
"dashify": "^1.0.0",
"ini": "^1.3.5",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/react",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand All @@ -17,7 +17,7 @@
"react-dom": "*"
},
"dependencies": {
"@shutter/core": "^0.4.0",
"@shutter/core": "^0.5.0",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/shutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shutter",
"version": "0.4.1",
"version": "0.5.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"description": "Shutter.sh command line client",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@shutter/api": "^0.4.0",
"@shutter/api": "^0.5.0",
"@types/meow": "^4.0.1",
"eventsource": "^1.0.7",
"inquirer": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/vue",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": {
"name": "sh7dm",
Expand All @@ -19,7 +19,7 @@
"vue": "2.x"
},
"dependencies": {
"@shutter/core": "^0.4.0",
"@shutter/core": "^0.5.0",
"@vue/server-test-utils": "^1.0.0-beta.24",
"@vue/test-utils": "^1.0.0-beta.24",
"vue": "^2.5.17",
Expand Down

0 comments on commit e5b9c91

Please sign in to comment.