diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e54b438d947..eea9800c47b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1002.0" + ".": "6.1002.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d650ce3bd2b..8c5d93fc8b4 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.1002.1](https://github.com/rafaelromcar-parabol/parabol/compare/v6.1002.0...v6.1002.1) (2023-10-18) + + +### Fixed + +* **ci:** adding back bootstrap-sha as the name of the release has changed ([909b1b1](https://github.com/rafaelromcar-parabol/parabol/commit/909b1b16d71b78c0094851590ac1843950ed6cc2)) +* **ci:** bootstrap-sha in the correct section ([f48b47d](https://github.com/rafaelromcar-parabol/parabol/commit/f48b47db0616cd66387fbd097dbf47ee208216e1)) +* **ci:** include-component-in-tag is now a boolean ([05f46a0](https://github.com/rafaelromcar-parabol/parabol/commit/05f46a0cdef967e08927d4d8f0d5e61259ee5d46)) + + +### Changed + +* **ci:** release tag added to the PR will be extra now ([e72f298](https://github.com/rafaelromcar-parabol/parabol/commit/e72f298e93d40669d28881e5364d3fae8481a7ee)) + ## [6.1002.0](https://github.com/rafaelromcar-parabol/parabol/compare/parabol-action-v6.1001.0...parabol-action-v6.1002.0) (2023-10-18) diff --git a/package.json b/package.json index 23f96e000ee..616de9764f3 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.1002.0", + "version": "6.1002.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/chronos/package.json b/packages/chronos/package.json index eddce23a948..34bf3a48bac 100644 --- a/packages/chronos/package.json +++ b/packages/chronos/package.json @@ -1,6 +1,6 @@ { "name": "chronos", - "version": "6.1002.0", + "version": "6.1002.1", "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 f3c4a873c53..947cb6a024f 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.1002.0", + "version": "6.1002.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 85a9450955d..e2275b49096 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.1002.0", + "version": "6.1002.1", "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 acca6aa7f48..c4c75fbc0cb 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.1002.0", + "version": "6.1002.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 603710fc87c..941c470458a 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.1002.0", + "version": "6.1002.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol"