Skip to content

Commit

Permalink
Version Packages (rc) (#6999)
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 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/server-integration-testsuite@4.0.0-rc.17

### Patch Changes

- Updated dependencies
\[[`233b44eea`](233b44e)]:
    -   @apollo/server@4.0.0-rc.17

## @apollo/server@4.0.0-rc.17

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 7, 2022
1 parent 233b44e commit 2037cd5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -49,6 +49,7 @@
"spotty-days-eat",
"stale-goats-serve",
"stale-sheep-search",
"tasty-elephants-give",
"tender-frogs-judge",
"thirty-donkeys-sing",
"tricky-pillows-wash",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
@@ -1,5 +1,12 @@
# @apollo/server-integration-testsuite

## 4.0.0-rc.17

### Patch Changes

- Updated dependencies [[`233b44eea`](https://github.com/apollographql/apollo-server/commit/233b44eea5031364d88df38afede0b8771c27661)]:
- @apollo/server@4.0.0-rc.17

## 4.0.0-rc.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.0-rc.16",
"version": "4.0.0-rc.17",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-rc.16",
"@apollo/server": "^4.0.0-rc.17",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,11 @@
# @apollo/server

## 4.0.0-rc.17

### Patch Changes

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

## 4.0.0-rc.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.0-rc.16",
"version": "4.0.0-rc.17",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 2037cd5

Please sign in to comment.