Skip to content

Commit

Permalink
Version Packages (#8006)
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 main, this PR will
be updated.


# Releases
## @apollo/[email protected]

### 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/[email protected]

## @apollo/[email protected]

### Patch Changes

- [#8010](#8010)
[`f4228e8`](f4228e8)
Thanks [@glasser](https://github.com/glasser)! - Compatibility with
Next.js Turbopack. Fixes #8004.

## @apollo/[email protected]

### 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 <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent f4228e8 commit 4ae18e7
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .changeset/afraid-papayas-exist.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-jeans-roll.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-socks-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-cameras-wash.md

This file was deleted.

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.

9 changes: 9 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/server-integration-testsuite

## 4.11.3

### Patch Changes

- [#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.

- Updated dependencies [[`f4228e8`](https://github.com/apollographql/apollo-server/commit/f4228e88509b4cd2f50cf10bc6376d48488e03c1), [`70eecce`](https://github.com/apollographql/apollo-server/commit/70eecce69fb9c2b8a812713d1337fdc5c1578ef6)]:
- @apollo/server@4.11.3

## 4.11.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.11.2",
"version": "4.11.3",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.3",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@apollo/utils.createhash": "^2.0.2",
"@apollo/utils.keyvaluecache": "^2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/server-plugin-response-cache

## 4.1.4

### Patch Changes

- [#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.

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-plugin-response-cache",
"version": "4.1.3",
"version": "4.1.4",
"description": "Apollo Server full query response cache",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apollo/server

## 4.11.3

### Patch Changes

- [#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.

## 4.11.2

(No change; there is a change to the `@apollo/server-integration-testsuite` used to test integrations, and the two packages always have matching versions.)
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.11.2",
"version": "4.11.3",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 4ae18e7

Please sign in to comment.