Skip to content

Commit

Permalink
chore: release v6.75.1 (#7229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2022
1 parent 6597ba4 commit e5ba598
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (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"
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (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"
Expand Down
6 changes: 3 additions & 3 deletions packages/gql-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql-executor",
"version": "6.75.0",
"version": "6.75.1",
"description": "A Stateless GraphQL Executor",
"author": "Matt Krick <[email protected]>",
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme",
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e5ba598

Please sign in to comment.