diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdf5f25f0a2..90126b1c766 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1005.1" + ".": "6.1005.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e55b803232..4aaf6bc7151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## [6.1005.2](https://github.com/rafaelromcar-parabol/parabol/compare/v6.1005.1...v6.1005.2) (2023-10-23) + + +### Fixed + +* **ci:** on push now ([9957bbb](https://github.com/rafaelromcar-parabol/parabol/commit/9957bbb8429501282339186f811cde21e6d954d3)) + ## [6.1005.1](https://github.com/rafaelromcar-parabol/parabol/compare/v6.1005.0...v6.1005.1) (2023-10-23) diff --git a/package.json b/package.json index 911ba6d962e..1a57e4a0663 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.1005.1", + "version": "6.1005.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/chronos/package.json b/packages/chronos/package.json index de0516a6f8c..1440716bb3f 100644 --- a/packages/chronos/package.json +++ b/packages/chronos/package.json @@ -1,6 +1,6 @@ { "name": "chronos", - "version": "6.1005.1", + "version": "6.1005.2", "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 a4ad7b8bca1..f4b4a8f8d99 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.1005.1", + "version": "6.1005.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/gql-executor/package.json b/packages/gql-executor/package.json index ea35b107f74..0de9c30eb1a 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.1005.1", + "version": "6.1005.2", "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 23c247210a2..07896ab084a 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.1005.1", + "version": "6.1005.2", "description": "", "main": "index.js", "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index fc6629dc0d1..1e7649b3a63 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.1005.1", + "version": "6.1005.2", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol"