From 7f76f65a7edfb824ef471cf84a2da8df60266ba6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:29:51 +0000 Subject: [PATCH] chore: release v6.75.1 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 2 +- packages/gql-executor/package.json | 6 +++--- packages/server/package.json | 4 ++-- 7 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 packages/client/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2feb3fc7503..fff4c5a2a85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "6.75.0", - "packages/client": "6.75.0", - "packages/server": "6.75.0", - "packages/gql-executor": "6.75.0", + ".": "6.75.1", + "packages/client": "6.75.1", + "packages/server": "6.75.1", + "packages/gql-executor": "6.75.1", "packages/integration-tests": "6.75.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0d6a2e37b..d949b8065c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/). +## [6.75.1](https://github.com/ParabolInc/parabol/compare/parabol-action-v6.75.0...parabol-action-v6.75.1) (2022-09-26) + + +### Bug Fixes + +* **DraftJS:** try to make a small polish ([775484f](https://github.com/ParabolInc/parabol/commit/775484ffce4bae85ce9e536157056d254f5d6505)) +* update the bootstrap-sha ([6597ba4](https://github.com/ParabolInc/parabol/commit/6597ba475c122b9dcdf8cb8097f03067b8672865)) +* update the last-release-sha ([dcae0d4](https://github.com/ParabolInc/parabol/commit/dcae0d4fce66cdf53cc1a78a762a6986c97b5771)) + ## 6.75.0 2022-September-21 ### Added diff --git a/package.json b/package.json index 58481a6b438..36fc692f39a 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.75.0", + "version": "6.75.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md new file mode 100644 index 00000000000..abe9eacd3ea --- /dev/null +++ b/packages/client/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [6.75.1](https://github.com/ParabolInc/parabol/compare/parabol-client-v6.75.0...parabol-client-v6.75.1) (2022-09-26) + + +### Bug Fixes + +* **DraftJS:** try to make a small polish ([775484f](https://github.com/ParabolInc/parabol/commit/775484ffce4bae85ce9e536157056d254f5d6505)) diff --git a/packages/client/package.json b/packages/client/package.json index d4d64306236..68385455b9c 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.75.0", + "version": "6.75.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 b37ea7c7022..8e3c98d8e4e 100644 --- a/packages/gql-executor/package.json +++ b/packages/gql-executor/package.json @@ -1,6 +1,6 @@ { "name": "gql-executor", - "version": "6.75.0", + "version": "6.75.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.10.0", - "parabol-client": "^6.75.0", - "parabol-server": "^6.75.0" + "parabol-client": "^6.75.1", + "parabol-server": "^6.75.1" } } diff --git a/packages/server/package.json b/packages/server/package.json index 79b3a604549..c20df3ab353 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.75.0", + "version": "6.75.1", "repository": { "type": "git", "url": "https://github.com/ParabolInc/parabol" @@ -130,7 +130,7 @@ "nodemailer": "^6.4.6", "oauth-1.0a": "^2.2.6", "oy-vey": "^0.11.0", - "parabol-client": "^6.75.0", + "parabol-client": "^6.75.1", "pg": "^8.5.1", "pm2": "^5.2.0", "react": "^17.0.2",