Skip to content

Commit

Permalink
Bump versions to initial release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wermke committed Jun 10, 2018
1 parent 745d929 commit 9fb5c5f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shutter.sh",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "link-parent-bin",
Expand Down
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.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"main": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shutter/core",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"main": "./dist/index.js",
Expand All @@ -11,9 +11,9 @@
"posttest": "tslint --project . 'src/**/*.ts' 'test/**/*.ts' -e '**/*.d.ts'"
},
"dependencies": {
"@shutter/api": "^0.0.0",
"@shutter/metacache": "^0.0.0",
"@shutter/shutterrc": "^0.0.0",
"@shutter/api": "^0.1.0",
"@shutter/metacache": "^0.1.0",
"@shutter/shutterrc": "^0.1.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.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"main": "./dist/index.js",
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.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"main": "./dist/index.js",
Expand All @@ -15,7 +15,7 @@
"react-dom": "*"
},
"dependencies": {
"@shutter/core": "^0.0.0",
"@shutter/core": "^0.1.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.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"bin": {
Expand All @@ -17,9 +17,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@shutter/api": "^0.0.0",
"@shutter/metacache": "^0.0.0",
"@shutter/shutterrc": "^0.0.0",
"@shutter/api": "^0.1.0",
"@shutter/metacache": "^0.1.0",
"@shutter/shutterrc": "^0.1.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.0.0",
"version": "0.1.0",
"license": "MIT",
"author": "Andy Wermke (https://github.com/andywer)",
"main": "./dist/index.js",
Expand Down

0 comments on commit 9fb5c5f

Please sign in to comment.