From 75e4b7a44ba8af2f0ca581492d45e9ba415ebdf6 Mon Sep 17 00:00:00 2001 From: Bartosz Jarocki Date: Wed, 20 Apr 2022 08:51:14 +0200 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 ee05e762a73..d90f7a60da4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", - "version": "6.54.0", + "version": "6.55.0-rc.1", "useWorkspaces": true } diff --git a/package.json b/package.json index 685964e70a4..52765f3ad45 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.54.0", + "version": "6.55.0-rc.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/client/package.json b/packages/client/package.json index 4cfe437888b..97ed6e13db6 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.54.0", + "version": "6.55.0-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 2d1917c9026..6512b9b5154 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.54.0", + "version": "6.55.0-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.54.0", - "parabol-server": "^6.54.0" + "parabol-client": "^6.55.0-rc.1", + "parabol-server": "^6.55.0-rc.1" } } diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index fd5cddeb32f..cff92d9d5dd 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.54.0", + "version": "6.55.0-rc.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 97e91f7e4da..7d8b932efb6 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.54.0", + "version": "6.55.0-rc.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" @@ -136,7 +136,7 @@ "node-pg-migrate": "^5.9.0", "nodemailer": "^6.4.6", "oauth-1.0a": "^2.2.6", - "parabol-client": "^6.54.0", + "parabol-client": "^6.55.0-rc.1", "pg": "^8.5.1", "pm2": "^5.1.1", "prettier-plugin-organize-imports": "^2.3.4",