Skip to content

Commit

Permalink
Version Packages (alpha) (#6908)
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.12

### Patch Changes

- [#6827](#6827)
[`0c2909aa1`](0c2909a)
Thanks [@glasser](https://github.com/glasser)! - Experimental support
for incremental delivery (`@defer`/`@stream`) when combined with a
prerelease of `graphql-js`.

- [#6850](#6850)
[`256f2424b`](256f242)
Thanks [@renovate](https://github.com/apps/renovate)! - Expand jest peer
deps to include v29

- [#6910](#6910)
[`6541f92c9`](6541f92)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update
snapshot format to future jest v29 default

- [#6827](#6827)
[`0c2909aa1`](0c2909a)
Thanks [@glasser](https://github.com/glasser)! - Support
application/graphql-response+json content-type if requested via Accept
header, as per graphql-over-http spec.
    Include `charset=utf-8` in content-type headers.

- Updated dependencies
\[[`0c2909aa1`](0c2909a),
[`0c2909aa1`](0c2909a)]:
    -   @apollo/server@4.0.0-alpha.12

## @apollo/server-plugin-response-cache@4.0.0-alpha.5

### Patch Changes

- [#6827](#6827)
[`0c2909aa1`](0c2909a)
Thanks [@glasser](https://github.com/glasser)! - Experimental support
for incremental delivery (`@defer`/`@stream`) when combined with a
prerelease of `graphql-js`.

- Updated dependencies
\[[`0c2909aa1`](0c2909a),
[`0c2909aa1`](0c2909a)]:
    -   @apollo/server@4.0.0-alpha.12

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

### Patch Changes

- [#6827](#6827)
[`0c2909aa1`](0c2909a)
Thanks [@glasser](https://github.com/glasser)! - Experimental support
for incremental delivery (`@defer`/`@stream`) when combined with a
prerelease of `graphql-js`.

- [#6827](#6827)
[`0c2909aa1`](0c2909a)
Thanks [@glasser](https://github.com/glasser)! - Support
application/graphql-response+json content-type if requested via Accept
header, as per graphql-over-http spec.
    Include `charset=utf-8` in content-type headers.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 24, 2022
1 parent da65c3d commit cbb142a
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Expand Up @@ -11,9 +11,13 @@
"changesets": [
"blue-bottles-jump",
"chatty-baboons-search",
"chilled-cows-drum",
"eleven-drinks-mix",
"eleven-needles-collect",
"empty-peaches-heal",
"famous-parents-argue",
"fifty-peaches-bathe",
"gorgeous-penguins-jog",
"healthy-glasses-reflect",
"hip-cheetahs-fail",
"lazy-emus-hunt",
Expand All @@ -25,16 +29,20 @@
"old-papayas-switch",
"pink-eggs-draw",
"quick-beans-applaud",
"shaggy-badgers-act",
"shaggy-schools-sparkle",
"short-lies-kneel",
"silly-icons-taste",
"six-pianos-refuse",
"sixty-flowers-press",
"small-cycles-hammer",
"small-suits-compare",
"spicy-lions-deliver",
"spicy-pugs-deliver",
"spotty-days-eat",
"stale-goats-serve",
"stale-sheep-search",
"thirty-donkeys-sing",
"twenty-cooks-repair",
"violet-mayflies-help",
"wet-kiwis-play",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

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

## 4.0.0-alpha.12

### Patch Changes

- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`.

- [#6850](https://github.com/apollographql/apollo-server/pull/6850) [`256f2424b`](https://github.com/apollographql/apollo-server/commit/256f2424bf6e8420e2582bb2d7a685c810c40bfe) Thanks [@renovate](https://github.com/apps/renovate)! - Expand jest peer deps to include v29

- [#6910](https://github.com/apollographql/apollo-server/pull/6910) [`6541f92c9`](https://github.com/apollographql/apollo-server/commit/6541f92c9a0a97b818d637fbac9fb6a2fe14c37c) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update snapshot format to future jest v29 default

- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec.
Include `charset=utf-8` in content-type headers.
- Updated dependencies [[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]:
- @apollo/server@4.0.0-alpha.12

## 4.0.0-alpha.11

### 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.11",
"version": "4.0.0-alpha.12",
"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.11",
"@apollo/server": "^4.0.0-alpha.12",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.5.0",
"jest": "28.x || 29.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-response-cache/CHANGELOG.md
@@ -1,5 +1,14 @@
# @apollo/server-plugin-response-cache

## 4.0.0-alpha.5

### Patch Changes

- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`.

- Updated dependencies [[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]:
- @apollo/server@4.0.0-alpha.12

## 4.0.0-alpha.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-response-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-plugin-response-cache",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Apollo Server full query response cache",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@apollo/utils.keyvaluecache": "^1.0.1"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.6",
"@apollo/server": "^4.0.0-alpha.12",
"graphql": "^16.5.0"
}
}
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,14 @@
# @apollo/server

## 4.0.0-alpha.12

### Patch Changes

- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`.

- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec.
Include `charset=utf-8` in content-type headers.

## 4.0.0-alpha.11

### 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.11",
"version": "4.0.0-alpha.12",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit cbb142a

Please sign in to comment.