Skip to content

Commit 2037cd5

Browse files
Version Packages (rc) (#6999)
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 version-4, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `version-4` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `version-4`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[[`233b44eea`](233b44e)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#6998](#6998) [`233b44eea`](233b44e) Thanks [@glasser](https://github.com/glasser)! - Fix a slow memory leak in the usage reporting plugin (#6983). Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 233b44e commit 2037cd5

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"spotty-days-eat",
5050
"stale-goats-serve",
5151
"stale-sheep-search",
52+
"tasty-elephants-give",
5253
"tender-frogs-judge",
5354
"thirty-donkeys-sing",
5455
"tricky-pillows-wash",

package-lock.json

Lines changed: 3 additions & 3 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.0.0-rc.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`233b44eea`](https://github.com/apollographql/apollo-server/commit/233b44eea5031364d88df38afede0b8771c27661)]:
8+
- @apollo/server@4.0.0-rc.17
9+
310
## 4.0.0-rc.16
411

512
### 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.0.0-rc.16",
3+
"version": "4.0.0-rc.17",
44
"description": "Test suite for Apollo Server integrations",
55
"type": "module",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"supertest": "^6.2.3"
4343
},
4444
"peerDependencies": {
45-
"@apollo/server": "^4.0.0-rc.16",
45+
"@apollo/server": "^4.0.0-rc.17",
4646
"@jest/globals": "28.x || 29.x",
4747
"graphql": "^16.6.0",
4848
"jest": "28.x || 29.x"

packages/server/CHANGELOG.md

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

3+
## 4.0.0-rc.17
4+
5+
### Patch Changes
6+
7+
- [#6998](https://github.com/apollographql/apollo-server/pull/6998) [`233b44eea`](https://github.com/apollographql/apollo-server/commit/233b44eea5031364d88df38afede0b8771c27661) Thanks [@glasser](https://github.com/glasser)! - Fix a slow memory leak in the usage reporting plugin (#6983).
8+
39
## 4.0.0-rc.16
410

511
### 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.0.0-rc.16",
3+
"version": "4.0.0-rc.17",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)