Skip to content

Commit

Permalink
Version Packages (rc) (#7002)
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.18

### Patch Changes

- [#7001](#7001)
[`63d568d13`](63d568d)
Thanks [@glasser](https://github.com/glasser)! - Test the behavior of
didResolveOperation hooks throwing.

-   Updated dependencies \[]:
    -   @apollo/server@4.0.0-rc.18

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 7, 2022
1 parent 63d568d commit 07d745c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"pink-eggs-draw",
"quick-beans-applaud",
"real-games-dance",
"seven-avocados-compare",
"shaggy-badgers-act",
"shaggy-schools-sparkle",
"shiny-files-serve",
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.

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

## 4.0.0-rc.18

### Patch Changes

- [#7001](https://github.com/apollographql/apollo-server/pull/7001) [`63d568d13`](https://github.com/apollographql/apollo-server/commit/63d568d13b82e241a4ab9b6033c7aaa983b71700) Thanks [@glasser](https://github.com/glasser)! - Test the behavior of didResolveOperation hooks throwing.

- Updated dependencies []:
- @apollo/server@4.0.0-rc.18

## 4.0.0-rc.17

### 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.0.0-rc.17",
"version": "4.0.0-rc.18",
"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.17",
"@apollo/server": "^4.0.0-rc.18",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
2 changes: 2 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @apollo/server

## 4.0.0-rc.18

## 4.0.0-rc.17

### 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.0.0-rc.17",
"version": "4.0.0-rc.18",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 07d745c

Please sign in to comment.