Skip to content

Commit 4ae18e7

Browse files
Version Packages (#8006)
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 main, this PR will be updated. # Releases ## @apollo/server-integration-testsuite@4.11.3 ### Patch Changes - [#8010](#8010) [`f4228e8`](f4228e8) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004. - Updated dependencies \[[`f4228e8`](f4228e8), [`70eecce`](70eecce)]: - @apollo/server@4.11.3 ## @apollo/server-plugin-response-cache@4.1.4 ### Patch Changes - [#8010](#8010) [`f4228e8`](f4228e8) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004. ## @apollo/server@4.11.3 ### Patch Changes - [#8010](#8010) [`f4228e8`](f4228e8) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004. - [#8005](#8005) [`70eecce`](70eecce) Thanks [@Meschreiber](https://github.com/Meschreiber)! - Remove Discord link from README.md and templates --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: David Glasser <glasser@apollographql.com>
1 parent f4228e8 commit 4ae18e7

11 files changed

+30
-25
lines changed

.changeset/afraid-papayas-exist.md

-2
This file was deleted.

.changeset/flat-jeans-roll.md

-2
This file was deleted.

.changeset/khaki-socks-obey.md

-7
This file was deleted.

.changeset/tasty-cameras-wash.md

-5
This file was deleted.

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.11.3
4+
5+
### Patch Changes
6+
7+
- [#8010](https://github.com/apollographql/apollo-server/pull/8010) [`f4228e8`](https://github.com/apollographql/apollo-server/commit/f4228e88509b4cd2f50cf10bc6376d48488e03c1) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004.
8+
9+
- Updated dependencies [[`f4228e8`](https://github.com/apollographql/apollo-server/commit/f4228e88509b4cd2f50cf10bc6376d48488e03c1), [`70eecce`](https://github.com/apollographql/apollo-server/commit/70eecce69fb9c2b8a812713d1337fdc5c1578ef6)]:
10+
- @apollo/server@4.11.3
11+
312
## 4.11.2
413

514
### Patch Changes

packages/integration-testsuite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@apollo/cache-control-types": "^1.0.3",
3030
"@apollo/client": "^3.6.9",
31-
"@apollo/server": "4.11.2",
31+
"@apollo/server": "4.11.3",
3232
"@apollo/usage-reporting-protobuf": "^4.1.1",
3333
"@apollo/utils.createhash": "^2.0.2",
3434
"@apollo/utils.keyvaluecache": "^2.1.0",

packages/plugin-response-cache/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/server-plugin-response-cache
22

3+
## 4.1.4
4+
5+
### Patch Changes
6+
7+
- [#8010](https://github.com/apollographql/apollo-server/pull/8010) [`f4228e8`](https://github.com/apollographql/apollo-server/commit/f4228e88509b4cd2f50cf10bc6376d48488e03c1) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004.
8+
39
## 4.1.3
410

511
### Patch Changes

packages/plugin-response-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-plugin-response-cache",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Apollo Server full query response cache",
55
"type": "module",
66
"main": "dist/cjs/index.js",

packages/server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/server
22

3+
## 4.11.3
4+
5+
### Patch Changes
6+
7+
- [#8010](https://github.com/apollographql/apollo-server/pull/8010) [`f4228e8`](https://github.com/apollographql/apollo-server/commit/f4228e88509b4cd2f50cf10bc6376d48488e03c1) Thanks [@glasser](https://github.com/glasser)! - Compatibility with Next.js Turbopack. Fixes #8004.
8+
39
## 4.11.2
410

511
(No change; there is a change to the `@apollo/server-integration-testsuite` used to test integrations, and the two packages always have matching versions.)

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)