From e66d7e85a1f6ffd9a4bbf8343db821bf1dfe49f3 Mon Sep 17 00:00:00 2001 From: yvele Date: Wed, 10 Aug 2016 22:17:57 +0200 Subject: [PATCH] v1.0.8 --- 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 f9cbc01..337a6a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.7 \ No newline at end of file +1.0.8 \ No newline at end of file diff --git a/packages/eslint-config-poosh/package.json b/packages/eslint-config-poosh/package.json index bdce25f..841b006 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.5", + "version": "1.0.8", "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 5a90fea..c308b87 100644 --- a/packages/poosh-cli/package.json +++ b/packages/poosh-cli/package.json @@ -1,6 +1,6 @@ { "name": "poosh-cli", - "version": "1.0.7", + "version": "1.0.8", "description": "Poosh command line interface (cli)", "repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-cli", "keywords": [ @@ -29,8 +29,8 @@ "lodash": "^4.13.1", "log-update": "^1.0.2", "loud-rejection": "^1.6.0", - "poosh-common": "^1.0.6", - "poosh-core": "^1.0.7", + "poosh-common": "^1.0.8", + "poosh-core": "^1.0.8", "pretty-bytes": "^3.0.1" } } diff --git a/packages/poosh-common/package.json b/packages/poosh-common/package.json index 535dc44..7d1ab83 100644 --- a/packages/poosh-common/package.json +++ b/packages/poosh-common/package.json @@ -1,6 +1,6 @@ { "name": "poosh-common", - "version": "1.0.6", + "version": "1.0.8", "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 bf7d452..d653206 100644 --- a/packages/poosh-core/package.json +++ b/packages/poosh-core/package.json @@ -1,6 +1,6 @@ { "name": "poosh-core", - "version": "1.0.7", + "version": "1.0.8", "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.6" + "poosh-common": "^1.0.8" } } diff --git a/packages/poosh-plugin-header-location-from-html/package.json b/packages/poosh-plugin-header-location-from-html/package.json index e142527..21fb3c4 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.5", + "version": "1.0.8", "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 e8a5334..09ae22b 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.5", + "version": "1.0.8", "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.4.1", "joi": "^8.4.2", "lodash": "^4.13.1", - "poosh-common": "^1.0.5" + "poosh-common": "^1.0.8" } }