From 1af9316e1a3190384793d625444cc52902b4197f Mon Sep 17 00:00:00 2001 From: YvesMerl Date: Mon, 25 Apr 2016 00:23:14 +0200 Subject: [PATCH] v1.0.5 --- VERSION | 2 +- packages/eslint-config-poosh/package.json | 2 +- packages/poosh-cli/package.json | 6 +++--- packages/poosh-common/package.json | 2 +- packages/poosh-core/package.json | 4 ++-- .../poosh-plugin-header-location-from-html/package.json | 2 +- packages/poosh-plugin-s3/package.json | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index a6a3a43..1464c52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file diff --git a/packages/eslint-config-poosh/package.json b/packages/eslint-config-poosh/package.json index 550f467..bdce25f 100644 --- a/packages/eslint-config-poosh/package.json +++ b/packages/eslint-config-poosh/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-poosh", - "version": "1.0.4", + "version": "1.0.5", "description": "ESLint configurations for Poosh", "repository": "https://github.com/yvele/poosh/tree/master/packages/eslint-config-poosh", "keywords": [ diff --git a/packages/poosh-cli/package.json b/packages/poosh-cli/package.json index 0961cc3..44c9015 100644 --- a/packages/poosh-cli/package.json +++ b/packages/poosh-cli/package.json @@ -1,6 +1,6 @@ { "name": "poosh-cli", - "version": "1.0.4", + "version": "1.0.5", "description": "Poosh command line interface (cli)", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-cli", "keywords": [ @@ -29,8 +29,8 @@ "lodash": "^4.11.1", "log-update": "^1.0.2", "loud-rejection": "^1.3.0", - "poosh-common": "^1.0.4", - "poosh-core": "^1.0.4", + "poosh-common": "^1.0.5", + "poosh-core": "^1.0.5", "pretty-bytes": "^3.0.1" } } diff --git a/packages/poosh-common/package.json b/packages/poosh-common/package.json index 8188768..e375470 100644 --- a/packages/poosh-common/package.json +++ b/packages/poosh-common/package.json @@ -1,6 +1,6 @@ { "name": "poosh-common", - "version": "1.0.4", + "version": "1.0.5", "description": "Poosh common utility library (shared with plugins)", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-common", "keywords": [ diff --git a/packages/poosh-core/package.json b/packages/poosh-core/package.json index a306122..33e47a4 100644 --- a/packages/poosh-core/package.json +++ b/packages/poosh-core/package.json @@ -1,6 +1,6 @@ { "name": "poosh-core", - "version": "1.0.4", + "version": "1.0.5", "description": "Poosh core library", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-core", "keywords": [ @@ -25,6 +25,6 @@ "mime": "^1.3.4", "ms": "^0.7.1", "nedb": "^1.8.0", - "poosh-common": "^1.0.4" + "poosh-common": "^1.0.5" } } diff --git a/packages/poosh-plugin-header-location-from-html/package.json b/packages/poosh-plugin-header-location-from-html/package.json index 797f8dc..e142527 100644 --- a/packages/poosh-plugin-header-location-from-html/package.json +++ b/packages/poosh-plugin-header-location-from-html/package.json @@ -1,6 +1,6 @@ { "name": "poosh-plugin-header-location-from-html", - "version": "1.0.4", + "version": "1.0.5", "description": "Poosh plugin that generates location HTTP headers from HTML content", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-header-location-from-html", "keywords": [ diff --git a/packages/poosh-plugin-s3/package.json b/packages/poosh-plugin-s3/package.json index c2b58b5..12be9e1 100644 --- a/packages/poosh-plugin-s3/package.json +++ b/packages/poosh-plugin-s3/package.json @@ -1,6 +1,6 @@ { "name": "poosh-plugin-s3", - "version": "1.0.4", + "version": "1.0.5", "description": "Poosh plugin that publishes files to AWS S3", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-s3", "keywords": [ @@ -24,6 +24,6 @@ "bluebird": "^3.3.5", "joi": "^8.0.5", "lodash": "^4.11.1", - "poosh-common": "^1.0.4" + "poosh-common": "^1.0.5" } }