Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo committed Aug 18, 2023
1 parent 809a572 commit 36f5cdf
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 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.0.0-alpha.1"
"version": "5.0.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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
"Nathan Force <nathan.a.force@aexp.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/parrot-devtools/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-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parrot-devtools",
"version": "5.0.0-alpha.1",
"version": "5.0.0",
"private": true,
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
"Nathan Force <nathan.a.force@aexp.com>",
Expand All @@ -20,7 +20,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"parrot-core": "^5.0.0-alpha.1",
"parrot-core": "^5.0.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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
"Nathan Force <nathan.a.force@aexp.com>",
Expand All @@ -20,7 +20,7 @@
"prepublish": "npm run build"
},
"dependencies": {
"parrot-graphql": "^5.0.0-alpha.1"
"parrot-graphql": "^5.0.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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
"Nathan Force <nathan.a.force@aexp.com>",
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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <jack.cross1@aexp.com>",
"Nathan Force <nathan.a.force@aexp.com>",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"parrot-core": "^5.0.0-alpha.1"
"parrot-core": "^5.0.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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Andres Escobar <andres.escobar@aexp.com>",
"Jack Cross <jack.cross1@aexp.com>",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"express": "^4.18.2",
"parrot-middleware": "^5.0.0-alpha.1",
"parrot-middleware": "^5.0.0",
"yargs": "^11.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 36f5cdf

Please sign in to comment.