From b3f2c22b5a8c99e8e4bf137780d4539bc0f4e05a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:14:22 +0000 Subject: [PATCH] chore(release): release parabol-action 6.1000.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/chronos/package.json | 2 +- packages/client/package.json | 2 +- packages/gql-executor/package.json | 2 +- packages/integration-tests/package.json | 2 +- packages/server/package.json | 2 +- 8 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9688cdf89f7..2c473e4205e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.999.0" + ".": "6.1000.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bcd966779..b4218138d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## [6.1000.0](https://github.com/rafaelromcar-parabol/parabol/compare/parabol-action-v6.999.0...parabol-action-v6.1000.0) (2023-10-18) + + +### Added + +* feature 1 ([a3b06a8](https://github.com/rafaelromcar-parabol/parabol/commit/a3b06a85f01a8a291e52885e06ec852a06b85416)) +* feature 2 ([847c510](https://github.com/rafaelromcar-parabol/parabol/commit/847c510981bed70c7c14c8551398f59a031544d0)) +* feature 3 ([814d5db](https://github.com/rafaelromcar-parabol/parabol/commit/814d5dbf750b1f45bd23624d11a0277385addf78)) + + +### Fixed + +* **release-please:** remove release-as and bootstrap sha ([97407cf](https://github.com/rafaelromcar-parabol/parabol/commit/97407cf30c95c0723e48a8c5255ac7934fff8700)) + ## [6.999.0](https://github.com/rafaelromcar-parabol/parabol/compare/parabol-action-v6.121.0...parabol-action-v6.999.0) (2023-09-29) diff --git a/package.json b/package.json index c7fe9cd82df..5bc9fc3deeb 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.999.0", + "version": "6.1000.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/chronos/package.json b/packages/chronos/package.json index 2ca7d12906b..f935487ac26 100644 --- a/packages/chronos/package.json +++ b/packages/chronos/package.json @@ -1,6 +1,6 @@ { "name": "chronos", - "version": "6.999.0", + "version": "6.1000.0", "description": "A cron job scheduler", "author": "Matt Krick ", "homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme", diff --git a/packages/client/package.json b/packages/client/package.json index d8fdcb2a225..e0dad947a00 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.999.0", + "version": "6.1000.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 e8ed6f83484..825836a6cf5 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.999.0", + "version": "6.1000.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 25abeb0cf9a..ac5bcb15e15 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.999.0", + "version": "6.1000.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 0c726c04b31..317e25bf5dd 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.999.0", + "version": "6.1000.0", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol"