Skip to content

Commit

Permalink
Version Packages (alpha) (#6824)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to version-4, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`version-4` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `version-4`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @apollo/server-integration-testsuite@4.0.0-alpha.8

### Patch Changes

-   Updated dependencies \[[`3320fee92`](3320fee), [`9fc23f799`](9fc23f7), [`2cab8f785`](2cab8f7)]:
    -   @apollo/server@4.0.0-alpha.8

## @apollo/server@4.0.0-alpha.8

### Patch Changes

-   [#6841](#6841) [`3320fee92`](3320fee) Thanks [@glasser](https://github.com/glasser)! - Upgrade @apollo/server-gateway-interface to have laxer definition of overallCachePolicy.


-   [#6731](#6731) [`9fc23f799`](9fc23f7) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Use extensions for all imports to accommodate TS users using moduleResolution: "nodenext"


-   [#6846](#6846) [`2cab8f785`](2cab8f7) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Ensure executionDidEnd hooks are only called once (when they throw)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 25, 2022
1 parent 668cd0e commit 24a9885
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Expand Up @@ -9,6 +9,8 @@
"@apollo/server-plugin-landing-page-graphql-playground": "3.0.0"
},
"changesets": [
"blue-bottles-jump",
"chatty-baboons-search",
"eleven-needles-collect",
"famous-parents-argue",
"hip-cheetahs-fail",
Expand All @@ -17,11 +19,13 @@
"ninety-panthers-accept",
"ninety-tips-unite",
"old-insects-smash",
"old-papayas-switch",
"pink-eggs-draw",
"small-cycles-hammer",
"small-suits-compare",
"spicy-lions-deliver",
"spicy-pugs-deliver",
"spotty-days-eat",
"stale-sheep-search",
"twenty-cooks-repair",
"violet-mayflies-help",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
@@ -1,5 +1,12 @@
# @apollo/server-integration-testsuite

## 4.0.0-alpha.8

### Patch Changes

- Updated dependencies [[`3320fee92`](https://github.com/apollographql/apollo-server/commit/3320fee922ffa50080aa63597c84844516583860), [`9fc23f799`](https://github.com/apollographql/apollo-server/commit/9fc23f7995205e8239890197dbeaabc5db6fb073), [`2cab8f785`](https://github.com/apollographql/apollo-server/commit/2cab8f78580f6dacc64a497d06397b5b3cce89f6)]:
- @apollo/server@4.0.0-alpha.8

## 4.0.0-alpha.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.7",
"@apollo/server": "^4.0.0-alpha.8",
"@jest/globals": "28.x",
"graphql": "^16.5.0",
"jest": "28.x"
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,15 @@
# @apollo/server

## 4.0.0-alpha.8

### Patch Changes

- [#6841](https://github.com/apollographql/apollo-server/pull/6841) [`3320fee92`](https://github.com/apollographql/apollo-server/commit/3320fee922ffa50080aa63597c84844516583860) Thanks [@glasser](https://github.com/glasser)! - Upgrade @apollo/server-gateway-interface to have laxer definition of overallCachePolicy.

* [#6731](https://github.com/apollographql/apollo-server/pull/6731) [`9fc23f799`](https://github.com/apollographql/apollo-server/commit/9fc23f7995205e8239890197dbeaabc5db6fb073) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Use extensions for all imports to accommodate TS users using moduleResolution: "nodenext"

- [#6846](https://github.com/apollographql/apollo-server/pull/6846) [`2cab8f785`](https://github.com/apollographql/apollo-server/commit/2cab8f78580f6dacc64a497d06397b5b3cce89f6) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Ensure executionDidEnd hooks are only called once (when they throw)

## 4.0.0-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 24a9885

Please sign in to comment.