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 22, 2023
1 parent 809a572 commit 6c0fec5
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
prepare:
name: Check commit
name: Prepare
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |-
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
npm run lerna:deploy -- "${{ needs.checkCommit.outputs.commitMsg }}"
npm run lerna:deploy -- "${{ needs.prepare.outputs.commitMsg }}"
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 <[email protected]>",
"Nathan Force <[email protected]>",
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 <[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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
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 <[email protected]>",
"Nathan Force <[email protected]>",
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 <[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.0.0-alpha.1",
"version": "5.0.0",
"contributors": [
"Jack Cross <[email protected]>",
"Nathan Force <[email protected]>",
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 <[email protected]>",
"Jack Cross <[email protected]>",
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 6c0fec5

Please sign in to comment.