Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Nov 6, 2024
1 parent 1aae4c4 commit deaf9c1
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.1.0"
"version": "5.2.0"
}
2 changes: 1 addition & 1 deletion packages/parrot-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.0",
"version": "5.2.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-fetch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.0",
"version": "5.2.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand All @@ -24,7 +24,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"parrot-core": "^5.1.0",
"parrot-core": "^5.2.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-friendly/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/parrot-friendly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-friendly",
"version": "5.1.0",
"version": "5.2.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand All @@ -24,7 +24,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"parrot-graphql": "^5.1.0"
"parrot-graphql": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/parrot-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-graphql",
"version": "5.1.0",
"version": "5.2.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-middleware/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.0",
"version": "5.2.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.7",
"express": "^4.18.2",
"parrot-core": "^5.1.0"
"parrot-core": "^5.2.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.0",
"version": "5.2.0",
"contributors": [
"Andres Escobar <[email protected]>",
"Jack Cross <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"express": "^4.18.2",
"parrot-middleware": "^5.1.0",
"parrot-middleware": "^5.2.0",
"yargs": "^11.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit deaf9c1

Please sign in to comment.