Skip to content

Commit

Permalink
Version Packages (#7969)
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

- [#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]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 2f744df commit 1475d82
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .changeset/brown-clocks-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-candles-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-pants-impress.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

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

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

## 4.11.2

### Patch Changes

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

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

- Updated dependencies []:
- @apollo/server@4.11.2

## 4.11.1

### 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.1",
"version": "4.11.2",
"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.1",
"@apollo/server": "4.11.2",
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @apollo/server

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

## 4.11.1

### Patch Changes
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.1",
"version": "4.11.2",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 1475d82

Please sign in to comment.