Skip to content

Commit 322d807

Browse files
committed
release v6.62.2
1 parent 60c032e commit 322d807

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "6.62.2-rc.1",
3+
"version": "6.62.2",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <love@parabol.co> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "6.62.2-rc.1",
6+
"version": "6.62.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "6.62.2-rc.1",
6+
"version": "6.62.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"

packages/gql-executor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gql-executor",
3-
"version": "6.62.2-rc.1",
3+
"version": "6.62.2",
44
"description": "A Stateless GraphQL Executor",
55
"author": "Matt Krick <matt.krick@gmail.com>",
66
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"dd-trace": "^2.2.0",
31-
"parabol-client": "^6.62.2-rc.1",
32-
"parabol-server": "^6.62.2-rc.1"
31+
"parabol-client": "^6.62.2",
32+
"parabol-server": "^6.62.2"
3333
}
3434
}

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "integration-tests",
33
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
44
"license": "AGPL-3.0",
5-
"version": "6.62.2-rc.1",
5+
"version": "6.62.2",
66
"description": "",
77
"main": "index.js",
88
"scripts": {

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An open-source app for building smarter, more agile teams.",
44
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
55
"license": "AGPL-3.0",
6-
"version": "6.62.2-rc.1",
6+
"version": "6.62.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/ParabolInc/parabol"
@@ -128,7 +128,7 @@
128128
"nodemailer": "^6.4.6",
129129
"oauth-1.0a": "^2.2.6",
130130
"oy-vey": "^0.11.0",
131-
"parabol-client": "^6.62.2-rc.1",
131+
"parabol-client": "^6.62.2",
132132
"pg": "^8.5.1",
133133
"pm2": "^5.2.0",
134134
"react": "^17.0.2",

0 commit comments

Comments
 (0)