Skip to content

Commit

Permalink
chore: release v6.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 12, 2022
1 parent 4c544a0 commit 5711577
Show file tree
Hide file tree
Showing 8 changed files with 48 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.77.0",
"packages/client": "6.77.0",
"packages/server": "6.77.0",
"packages/gql-executor": "6.77.0",
".": "6.77.1",
"packages/client": "6.77.1",
"packages/server": "6.77.1",
"packages/gql-executor": "6.77.1",
"packages/integration-tests": "6.77.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## [6.77.1](https://github.com/ParabolInc/parabol/compare/v6.77.0...v6.77.1) (2022-10-12)


### Bug Fixes

* just have a try for pre-release ([755d36d](https://github.com/ParabolInc/parabol/commit/755d36df84952217f0f22d8b513f0f6ccd2b4a56))
* **noImplicitAny:** Fixup 200 ts rules (Part 2 of 2) ([#7193](https://github.com/ParabolInc/parabol/issues/7193)) ([c5b7306](https://github.com/ParabolInc/parabol/commit/c5b73062d4935b14af6b0d332e4e74e864a83620))
* other tabs break when accepting a team invitation via a link ([#7200](https://github.com/ParabolInc/parabol/issues/7200)) ([d51ca5a](https://github.com/ParabolInc/parabol/commit/d51ca5a1836756c284530e79f3ba17615e8cbf68))
* update the boostrap version & git hash ([fd69037](https://github.com/ParabolInc/parabol/commit/fd69037430eba8237bf3af61421328d64c434338))
* update the prerelease to true ([4c544a0](https://github.com/ParabolInc/parabol/commit/4c544a02c831230ec53d0c9eea02522a6f3f4fe1))
* update the typo ([39af8d0](https://github.com/ParabolInc/parabol/commit/39af8d0fc600a0cad1bec2226c6225ab126d3cbf))

## 6.77.0 2022-October-5

### 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. <love@parabol.co> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.77.0",
"version": "6.77.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [6.77.1](https://github.com/ParabolInc/parabol/compare/v6.77.0...v6.77.1) (2022-10-12)


### Bug Fixes

* **noImplicitAny:** Fixup 200 ts rules (Part 2 of 2) ([#7193](https://github.com/ParabolInc/parabol/issues/7193)) ([c5b7306](https://github.com/ParabolInc/parabol/commit/c5b73062d4935b14af6b0d332e4e74e864a83620))
* other tabs break when accepting a team invitation via a link ([#7200](https://github.com/ParabolInc/parabol/issues/7200)) ([d51ca5a](https://github.com/ParabolInc/parabol/commit/d51ca5a1836756c284530e79f3ba17615e8cbf68))
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. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.77.0",
"version": "6.77.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.77.0",
"version": "6.77.1",
"description": "A Stateless GraphQL Executor",
"author": "Matt Krick <matt.krick@gmail.com>",
"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.77.0",
"parabol-server": "^6.77.0"
"parabol-client": "^6.77.1",
"parabol-server": "^6.77.1"
}
}
16 changes: 16 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [6.77.1](https://github.com/ParabolInc/parabol/compare/v6.77.0...v6.77.1) (2022-10-12)


### Bug Fixes

* **noImplicitAny:** Fixup 200 ts rules (Part 2 of 2) ([#7193](https://github.com/ParabolInc/parabol/issues/7193)) ([c5b7306](https://github.com/ParabolInc/parabol/commit/c5b73062d4935b14af6b0d332e4e74e864a83620))
* other tabs break when accepting a team invitation via a link ([#7200](https://github.com/ParabolInc/parabol/issues/7200)) ([d51ca5a](https://github.com/ParabolInc/parabol/commit/d51ca5a1836756c284530e79f3ba17615e8cbf68))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* parabol-client bumped from ^6.77.0 to ^6.77.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. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.77.0",
"version": "6.77.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.77.0",
"parabol-client": "^6.77.1",
"pg": "^8.5.1",
"pm2": "^5.2.0",
"react": "^17.0.2",
Expand Down

0 comments on commit 5711577

Please sign in to comment.