Skip to content

Commit

Permalink
Version Packages (#7084)
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/[email protected]

### Patch Changes

- [#7080](#7080)
[`540f3d97c`](540f3d9)
Thanks [@martinnabhan](https://github.com/martinnabhan)! - Recognize
malformed JSON error messages from Next.js.

-   Updated dependencies \[]:
    -   @apollo/[email protected]

## @apollo/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Glasser <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2022
1 parent 540f3d9 commit c9d78c8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-teachers-remain.md

This file was deleted.

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.4

### Patch Changes

- [#7080](https://github.com/apollographql/apollo-server/pull/7080) [`540f3d97c`](https://github.com/apollographql/apollo-server/commit/540f3d97c30a4892cd4b9a87ba2b26464df74a82) Thanks [@martinnabhan](https://github.com/martinnabhan)! - Recognize malformed JSON error messages from Next.js.

- Updated dependencies []:
- @apollo/server@4.0.4

## 4.0.3

### 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.3",
"version": "4.0.4",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.3",
"@apollo/server": "^4.0.4",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @apollo/server

## 4.0.4

This version has no changes; `@apollo/server` and `@apollo/server-integration-test` are published with matching version numbers and we published a new version of `@apollo/server-integration-test`.

## 4.0.3

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

0 comments on commit c9d78c8

Please sign in to comment.