Skip to content

Commit

Permalink
chore: release v6.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2022
1 parent dcae0d4 commit 04e3bd5
Show file tree
Hide file tree
Showing 11 changed files with 677 additions and 13 deletions.
10 changes: 5 additions & 5 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",
"packages/integration-tests": "6.75.0"
".": "6.76.0",
"packages/client": "6.76.0",
"packages/server": "6.76.0",
"packages/gql-executor": "6.76.0",
"packages/integration-tests": "6.76.0"
}
266 changes: 266 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.76.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
193 changes: 193 additions & 0 deletions packages/client/CHANGELOG.md

Large diffs are not rendered by default.

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.76.0",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/parabol"
Expand Down
28 changes: 28 additions & 0 deletions packages/gql-executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## [6.76.0](https://github.com/ParabolInc/parabol/compare/gql-executor-v6.75.0...gql-executor-v6.76.0) (2022-09-26)


### Features

* **enableSAMLforDomain:** support updates ([#6447](https://github.com/ParabolInc/parabol/issues/6447)) ([7c923bc](https://github.com/ParabolInc/parabol/commit/7c923bc94acc8de5965d465002ca61b826d109ac))
* **graphiql:** persist schema for tabs ([#6813](https://github.com/ParabolInc/parabol/issues/6813)) ([9b29a86](https://github.com/ParabolInc/parabol/commit/9b29a86f0e986f502eb643151f7444d154b67c6f))
* **scale:** give a pubsub channel to each socket server ([#6317](https://github.com/ParabolInc/parabol/issues/6317)) ([31909c4](https://github.com/ParabolInc/parabol/commit/31909c4dcbd27770b53ec3597a9b688ed92d41ad))


### Bug Fixes

* **dd-trace:** enabled comes from env var ([#6876](https://github.com/ParabolInc/parabol/issues/6876)) ([7ef4a8f](https://github.com/ParabolInc/parabol/commit/7ef4a8f0131172ae9de456b65a460fe6aedabecb))
* Don't import team prompt summary for SSR ([#7052](https://github.com/ParabolInc/parabol/issues/7052)) ([ff23f01](https://github.com/ParabolInc/parabol/commit/ff23f01221a05b53f0d3898054c266a01ba6f4cc))
* **Retrospective:** Fix refleciton prompts ([#6715](https://github.com/ParabolInc/parabol/issues/6715)) ([b5ff09a](https://github.com/ParabolInc/parabol/commit/b5ff09a864fe42943066702034d45ff098c0c12e))
* **security:** package bumps for dependabot fixes ([#6874](https://github.com/ParabolInc/parabol/issues/6874)) ([2086b02](https://github.com/ParabolInc/parabol/commit/2086b0298380dccb766bcffdae26d9caef9b0eee))
* **security:** remove dicer, add deps to fix warnings ([937f5ac](https://github.com/ParabolInc/parabol/commit/937f5ace2fece984c7d3e0c433acacc5bcc50dd0))
* Update stripe.subscription.create prorate parameter ([#7119](https://github.com/ParabolInc/parabol/issues/7119)) ([a49d3c1](https://github.com/ParabolInc/parabol/commit/a49d3c157e29acdf19f885f5b9b31dcb80ca9b24))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* parabol-client bumped from ^6.75.0 to ^6.76.0
* parabol-server bumped from ^6.75.0 to ^6.76.0
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.76.0",
"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.76.0",
"parabol-server": "^6.76.0"
}
}
17 changes: 17 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [6.76.0](https://github.com/ParabolInc/parabol/compare/integration-tests-v6.75.0...integration-tests-v6.76.0) (2022-09-26)


### Features

* **integration-tests:** add more testing to the 2-minute demo ([#6183](https://github.com/ParabolInc/parabol/issues/6183)) ([f2da655](https://github.com/ParabolInc/parabol/commit/f2da655bccd7743e5e4b693bfbc342720bed5935))
* **Retrospective:** Updated voting buttons to be clearer ([#6818](https://github.com/ParabolInc/parabol/issues/6818)) ([66c7aa9](https://github.com/ParabolInc/parabol/commit/66c7aa971685704872fd47ec47acfcb3ea544df1))


### Bug Fixes

* demo comments are always anonymous ([#7065](https://github.com/ParabolInc/parabol/issues/7065)) ([dcea724](https://github.com/ParabolInc/parabol/commit/dcea724f929cc8a736b137b1891e5dddfe056667))
* **integration-tests:** support running integration tests against another env ([#6382](https://github.com/ParabolInc/parabol/issues/6382)) ([f3999a7](https://github.com/ParabolInc/parabol/commit/f3999a7c2a59c72a880e6b1bba19fc726d8c7166))
* **lint:** faster, deterministic linting ([#6313](https://github.com/ParabolInc/parabol/issues/6313)) ([13bf4ef](https://github.com/ParabolInc/parabol/commit/13bf4efc7977c4572efa28813ffb87cd7738b3fe))
* **security:** package bumps for dependabot fixes ([#6874](https://github.com/ParabolInc/parabol/issues/6874)) ([2086b02](https://github.com/ParabolInc/parabol/commit/2086b0298380dccb766bcffdae26d9caef9b0eee))
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "integration-tests",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "6.73.0",
"version": "6.76.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 04e3bd5

Please sign in to comment.