Skip to content

Commit

Permalink
chore: Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Feb 16, 2017
1 parent eca192f commit 5fd8d8a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.37",
"version": "1.2.0",
"version": "2.0.0",
"packages": [
"poosh",
"packages/*"
Expand Down
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.1.0",
"version": "2.0.0",
"description": "ESLint configurations for Poosh",
"author": "Merlicco Yves",
"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.2.0",
"version": "2.0.0",
"description": "Poosh command line interface (cli)",
"author": "Merlicco Yves",
"keywords": [
Expand Down Expand Up @@ -39,8 +39,8 @@
"lodash": "^4.17.4",
"log-update": "^1.0.2",
"loud-rejection": "^1.6.0",
"poosh-common": "^1.1.0",
"poosh-core": "^1.2.0",
"poosh-common": "^2.0.0",
"poosh-core": "^2.0.0",
"pretty-bytes": "^4.0.2"
}
}
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.1.0",
"version": "2.0.0",
"description": "Poosh common utility library (shared with plugins)",
"author": "Merlicco Yves",
"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.2.0",
"version": "2.0.0",
"description": "Poosh core library",
"author": "Merlicco Yves",
"keywords": [
Expand Down Expand Up @@ -34,6 +34,6 @@
"mime": "^1.3.4",
"ms": "^0.7.2",
"nedb": "^1.8.0",
"poosh-common": "^1.1.0"
"poosh-common": "^2.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poosh-plugin-header-location-from-html",
"version": "1.1.0",
"version": "2.0.0",
"description": "Poosh plugin that generates location HTTP headers from HTML content",
"author": "Merlicco Yves",
"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.2.0",
"version": "2.0.0",
"description": "Poosh plugin that publishes files to AWS S3",
"author": "Merlicco Yves",
"keywords": [
Expand All @@ -27,6 +27,6 @@
"bluebird": "^3.4.7",
"joi": "^10.2.0",
"lodash": "^4.17.4",
"poosh-common": "^1.1.0"
"poosh-common": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/poosh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poosh",
"version": "1.0.4",
"version": "2.0.0",
"description": "Poosh plugin that publishes files to AWS S3",
"author": "Merlicco Yves",
"keywords": [
Expand Down

0 comments on commit 5fd8d8a

Please sign in to comment.