Skip to content

Commit 7458c79

Browse files
Version Packages (#7761)
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 - [#7717](#7717) [`681bdd0dc`](681bdd0) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency - Updated dependencies \[[`07585fe39`](07585fe), [`4fac1628c`](4fac162)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7741](#7741) [`07585fe39`](07585fe) Thanks [@mayakoneval](https://github.com/mayakoneval)! - Pin major releases of embeddable Explorer & Sandbox code. - [#7769](#7769) [`4fac1628c`](4fac162) Thanks [@cwikla](https://github.com/cwikla)! - Change SchemaReporter.pollTimer from being a NodeJS.Timer to a NodeJS.Timeout Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4fac162 commit 7458c79

File tree

8 files changed

+24
-22
lines changed

8 files changed

+24
-22
lines changed

.changeset/cool-dancers-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-donuts-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-lions-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.9.5
4+
5+
### Patch Changes
6+
7+
- [#7717](https://github.com/apollographql/apollo-server/pull/7717) [`681bdd0dc`](https://github.com/apollographql/apollo-server/commit/681bdd0dc103cc855ae1c419b4fb0c526084ce5d) Thanks [@renovate](https://github.com/apps/renovate)! - Update graphql-http dependency
8+
9+
- Updated dependencies [[`07585fe39`](https://github.com/apollographql/apollo-server/commit/07585fe39751a5d4009664293b6e413078a9b827), [`4fac1628c`](https://github.com/apollographql/apollo-server/commit/4fac1628c5d92bb393ef757f65908129459ab045)]:
10+
- @apollo/server@4.9.5
11+
312
## 4.9.4
413

514
### Patch Changes

packages/integration-testsuite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.9.4",
3+
"version": "4.9.5",
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.9.4",
31+
"@apollo/server": "4.9.5",
3232
"@apollo/utils.keyvaluecache": "^2.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",
3434
"@apollo/usage-reporting-protobuf": "^4.1.1",

packages/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/server
22

3+
## 4.9.5
4+
5+
### Patch Changes
6+
7+
- [#7741](https://github.com/apollographql/apollo-server/pull/7741) [`07585fe39`](https://github.com/apollographql/apollo-server/commit/07585fe39751a5d4009664293b6e413078a9b827) Thanks [@mayakoneval](https://github.com/mayakoneval)! - Pin major releases of embeddable Explorer & Sandbox code.
8+
9+
- [#7769](https://github.com/apollographql/apollo-server/pull/7769) [`4fac1628c`](https://github.com/apollographql/apollo-server/commit/4fac1628c5d92bb393ef757f65908129459ab045) Thanks [@cwikla](https://github.com/cwikla)! - Change SchemaReporter.pollTimer from being a NodeJS.Timer to a NodeJS.Timeout
10+
311
## 4.9.4
412

513
### Patch Changes

packages/server/package.json

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

0 commit comments

Comments
 (0)