From 60c032e95548caaf837b0dd92cc57fcba58c9d9a Mon Sep 17 00:00:00 2001 From: Nick O'Ferrall Date: Sun, 12 Jun 2022 14:15:29 +0100 Subject: [PATCH] prerelease version bump --- lerna.json | 2 +- package.json | 2 +- packages/client/package.json | 2 +- packages/gql-executor/package.json | 6 +++--- packages/integration-tests/package.json | 2 +- packages/server/package.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 56a4a228059..84e9b4f8ae8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", - "version": "6.62.1", + "version": "6.62.2-rc.1", "useWorkspaces": true } diff --git a/package.json b/package.json index 43e6cc136f0..afee78b245d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.62.2-rc1", + "version": "6.62.2-rc.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/client/package.json b/packages/client/package.json index 0dfe1b4f813..b9f3dcd435f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.62.0", + "version": "6.62.2-rc.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/gql-executor/package.json b/packages/gql-executor/package.json index d71c95264d5..efdd0cfa1cc 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.62.1", + "version": "6.62.2-rc.1", "description": "A Stateless GraphQL Executor", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", @@ -28,7 +28,7 @@ }, "dependencies": { "dd-trace": "^2.2.0", - "parabol-client": "^6.62.0", - "parabol-server": "^6.62.1" + "parabol-client": "^6.62.2-rc.1", + "parabol-server": "^6.62.2-rc.1" } } diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index f05ae136865..864e66f0f20 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -2,7 +2,7 @@ "name": "integration-tests", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.62.0", + "version": "6.62.2-rc.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 593f9c92da7..d74be93e0e9 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -3,7 +3,7 @@ "description": "An open-source app for building smarter, more agile teams.", "author": "Parabol Inc. (http://github.com/ParabolInc)", "license": "AGPL-3.0", - "version": "6.62.1", + "version": "6.62.2-rc.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" @@ -128,7 +128,7 @@ "nodemailer": "^6.4.6", "oauth-1.0a": "^2.2.6", "oy-vey": "^0.11.0", - "parabol-client": "^6.62.0", + "parabol-client": "^6.62.2-rc.1", "pg": "^8.5.1", "pm2": "^5.2.0", "react": "^17.0.2",