From 57096103842feb2c06fd892614621f9bc082524b Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Fri, 29 Sep 2023 17:27:52 +0200 Subject: [PATCH] fix(ci): all package.json without the inline comment --- packages/client/package.json | 2 +- packages/gql-executor/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/server/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 9961f7304c0..be295eca5e2 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.121.0", -- x-release-please-version + "version": "6.121.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/gql-executor/package.json b/packages/gql-executor/package.json index 7d2e52dbe50..e79f3072388 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.121.0", -- x-release-please-version + "version": "6.121.0", "description": "A Stateless GraphQL Executor", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index da60fc87519..b9ddc5fa95e 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.121.0", -- x-release-please-version + "version": "6.121.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 2545d4d3c58..83784b7456c 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.121.0", -- x-release-please-version + "version": "6.121.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol"