Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Aug 10, 2016
1 parent e3153ea commit e66d7e8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
2 changes: 1 addition & 1 deletion packages/eslint-config-poosh/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions packages/poosh-cli/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/poosh-common/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/poosh-core/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
}
}
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/poosh-plugin-s3/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
}
}

0 comments on commit e66d7e8

Please sign in to comment.