Skip to content

Commit

Permalink
release v6.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall committed Jun 13, 2022
1 parent 60c032e commit 322d807
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
6 changes: 3 additions & 3 deletions packages/gql-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql-executor",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"description": "A Stateless GraphQL Executor",
"author": "Matt Krick <[email protected]>",
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"dd-trace": "^2.2.0",
"parabol-client": "^6.62.2-rc.1",
"parabol-server": "^6.62.2-rc.1"
"parabol-client": "^6.62.2",
"parabol-server": "^6.62.2"
}
}
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "integration-tests",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.62.2-rc.1",
"version": "6.62.2",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down Expand Up @@ -128,7 +128,7 @@
"nodemailer": "^6.4.6",
"oauth-1.0a": "^2.2.6",
"oy-vey": "^0.11.0",
"parabol-client": "^6.62.2-rc.1",
"parabol-client": "^6.62.2",
"pg": "^8.5.1",
"pm2": "^5.2.0",
"react": "^17.0.2",
Expand Down

0 comments on commit 322d807

Please sign in to comment.