Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjocross committed Mar 20, 2018
1 parent ce85bf4 commit 18d0d04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.0.0"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion packages/parrot-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-core",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/parrot-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-fetch",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"babel-runtime": "^6.0.0",
"parrot-core": "^3.0.0",
"parrot-core": "^3.1.0",
"url-parse": "^1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/parrot-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-middleware",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand All @@ -23,7 +23,7 @@
"babel-runtime": "^6.0.0",
"body-parser": "^1.15.2",
"express": "^4.16.2",
"parrot-core": "^3.0.0"
"parrot-core": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/parrot-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-server",
"version": "3.0.0",
"version": "3.1.0",
"contributors": [
"Andres Escobar <[email protected]>",
"Jack Cross <[email protected]>",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"express": "^4.16.2",
"parrot-middleware": "^3.0.0",
"parrot-middleware": "^3.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 18d0d04

Please sign in to comment.