Skip to content

Commit

Permalink
Version Packages (#7902)
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/server-integration-testsuite@4.10.5

### Patch Changes

- [#7821](#7821)
[`b2e15e7`](b2e15e7)
Thanks [@renovate](https://github.com/apps/renovate)! - Non-major
dependency updates

- [#7900](#7900)
[`86d7111`](86d7111)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Inline a
small dependency that was causing build issues for ESM projects

- Updated dependencies
\[[`b2e15e7`](b2e15e7),
[`86d7111`](86d7111)]:
    -   @apollo/server@4.10.5

## @apollo/server@4.10.5

### Patch Changes

- [#7821](#7821)
[`b2e15e7`](b2e15e7)
Thanks [@renovate](https://github.com/apps/renovate)! - Non-major
dependency updates

- [#7900](#7900)
[`86d7111`](86d7111)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Inline a
small dependency that was causing build issues for ESM projects

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 22, 2024
1 parent a7ba474 commit 8f85bca
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .changeset/forty-cherries-wonder.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/four-dogs-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-peas-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-clouds-smile.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/red-eagles-pump.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/seven-brooms-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.10.5

### Patch Changes

- [#7821](https://github.com/apollographql/apollo-server/pull/7821) [`b2e15e7`](https://github.com/apollographql/apollo-server/commit/b2e15e7db6902769d02de2b06ff920ce74701c51) Thanks [@renovate](https://github.com/apps/renovate)! - Non-major dependency updates

- [#7900](https://github.com/apollographql/apollo-server/pull/7900) [`86d7111`](https://github.com/apollographql/apollo-server/commit/86d711133f3746d094cfb3b39e21fdfa3723181b) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Inline a small dependency that was causing build issues for ESM projects

- Updated dependencies [[`b2e15e7`](https://github.com/apollographql/apollo-server/commit/b2e15e7db6902769d02de2b06ff920ce74701c51), [`86d7111`](https://github.com/apollographql/apollo-server/commit/86d711133f3746d094cfb3b39e21fdfa3723181b)]:
- @apollo/server@4.10.5

## 4.10.4

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

## 4.10.5

### Patch Changes

- [#7821](https://github.com/apollographql/apollo-server/pull/7821) [`b2e15e7`](https://github.com/apollographql/apollo-server/commit/b2e15e7db6902769d02de2b06ff920ce74701c51) Thanks [@renovate](https://github.com/apps/renovate)! - Non-major dependency updates

- [#7900](https://github.com/apollographql/apollo-server/pull/7900) [`86d7111`](https://github.com/apollographql/apollo-server/commit/86d711133f3746d094cfb3b39e21fdfa3723181b) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Inline a small dependency that was causing build issues for ESM projects

## 4.10.4

### Patch Changes
Expand Down Expand Up @@ -104,8 +112,8 @@
You can enable callback subscriptions like so:

```ts
import { ApolloServerPluginSubscriptionCallback } from "@apollo/server/plugin/subscriptionCallback";
import { ApolloServer } from "@apollo/server";
import { ApolloServerPluginSubscriptionCallback } from '@apollo/server/plugin/subscriptionCallback';
import { ApolloServer } from '@apollo/server';

const server = new ApolloServer({
// ...
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.10.4",
"version": "4.10.5",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 8f85bca

Please sign in to comment.