Skip to content

Commit 1475d82

Browse files
Version Packages (#7969)
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 - [#7879](#7879) [`b0fb33b`](b0fb33b) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency - [#7968](#7968) [`68977e2`](68977e2) Thanks [@glasser](https://github.com/glasser)! - Upgrade supertest and superagent dependencies - Updated dependencies \[]: - @apollo/[email protected] ## @apollo/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: David Glasser <[email protected]>
1 parent 2f744df commit 1475d82

File tree

8 files changed

+22
-19
lines changed

8 files changed

+22
-19
lines changed

.changeset/brown-clocks-shout.md

-2
This file was deleted.

.changeset/lucky-candles-wonder.md

-5
This file was deleted.

.changeset/poor-pants-impress.md

-5
This file was deleted.

package-lock.json

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

packages/integration-testsuite/CHANGELOG.md

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

3+
## 4.11.2
4+
5+
### Patch Changes
6+
7+
- [#7879](https://github.com/apollographql/apollo-server/pull/7879) [`b0fb33b`](https://github.com/apollographql/apollo-server/commit/b0fb33b1e22b18923d2e88fb6b30e23de3b664a1) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency
8+
9+
- [#7968](https://github.com/apollographql/apollo-server/pull/7968) [`68977e2`](https://github.com/apollographql/apollo-server/commit/68977e2b7fdf87197cd5c5cd7035c3b74298150a) Thanks [@glasser](https://github.com/glasser)! - Upgrade supertest and superagent dependencies
10+
11+
- Updated dependencies []:
12+
- @apollo/server@4.11.2
13+
314
## 4.11.1
415

516
### 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.1",
3+
"version": "4.11.2",
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.1",
31+
"@apollo/server": "4.11.2",
3232
"@apollo/usage-reporting-protobuf": "^4.1.1",
3333
"@apollo/utils.createhash": "^2.0.0",
3434
"@apollo/utils.keyvaluecache": "^2.1.0",

packages/server/CHANGELOG.md

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

3+
## 4.11.2
4+
5+
(No change; there is a change to the `@apollo/server-integration-testsuite` used to test integrations, and the two packages always have matching versions.)
6+
37
## 4.11.1
48

59
### Patch Changes

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.1",
3+
"version": "4.11.2",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)