Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywer committed Aug 25, 2018
1 parent 0ab981a commit a439b6e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.3.0"
"version": "0.4.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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/core",
"version": "0.3.2",
"version": "0.4.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand All @@ -13,10 +13,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@shutter/api": "^0.3.0",
"@shutter/builddata": "^0.3.0",
"@shutter/metacache": "^0.3.0",
"@shutter/shutterrc": "^0.3.0",
"@shutter/api": "^0.4.0",
"@shutter/builddata": "^0.4.0",
"@shutter/metacache": "^0.4.0",
"@shutter/shutterrc": "^0.4.0",
"dashify": "^1.0.0",
"mkdirp": "^0.5.1",
"mz": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/metacache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/metacache",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
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.3.2",
"version": "0.4.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.3.2",
"@shutter/core": "^0.4.0",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/shutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shutter",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"description": "Shutter.sh command line client",
Expand All @@ -21,9 +21,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@shutter/api": "^0.3.0",
"@shutter/metacache": "^0.3.0",
"@shutter/shutterrc": "^0.3.0",
"@shutter/api": "^0.4.0",
"@shutter/metacache": "^0.4.0",
"@shutter/shutterrc": "^0.4.0",
"@types/meow": "^4.0.1",
"@types/superagent": "^3.5.8",
"inquirer": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shutterrc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/shutterrc",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"repository": "github:shuttersh/shutter",
Expand Down

0 comments on commit a439b6e

Please sign in to comment.