From 9fb5c5f7db86a35b0e3152c115021a7a94358078 Mon Sep 17 00:00:00 2001 From: Andy Wermke Date: Wed, 6 Jun 2018 19:15:01 +0200 Subject: [PATCH] Bump versions to initial release v0.1.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/core/package.json | 8 ++++---- packages/metacache/package.json | 2 +- packages/react/package.json | 4 ++-- packages/shutter/package.json | 8 ++++---- packages/shutterrc/package.json | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 07022e7..a9b77e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shutter.sh", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": { "postinstall": "link-parent-bin", diff --git a/packages/api/package.json b/packages/api/package.json index 100bb28..bb1888c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index e083acc..cdbd448 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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" diff --git a/packages/metacache/package.json b/packages/metacache/package.json index 918c34b..67dae14 100644 --- a/packages/metacache/package.json +++ b/packages/metacache/package.json @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 64531dc..daab9b7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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" }, diff --git a/packages/shutter/package.json b/packages/shutter/package.json index 24ff747..56ce40d 100644 --- a/packages/shutter/package.json +++ b/packages/shutter/package.json @@ -1,6 +1,6 @@ { "name": "shutter", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "author": "Andy Wermke (https://github.com/andywer)", "bin": { @@ -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", diff --git a/packages/shutterrc/package.json b/packages/shutterrc/package.json index 1d529df..bebb420 100644 --- a/packages/shutterrc/package.json +++ b/packages/shutterrc/package.json @@ -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",