diff --git a/.changeset/pre.json b/.changeset/pre.json index 35f5daa3857..9c0bba5aa53 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,7 @@ }, "changesets": [ "eleven-needles-collect", + "famous-parents-argue", "hip-cheetahs-fail", "lazy-emus-hunt", "neat-buckets-marry", diff --git a/packages/integration-testsuite/CHANGELOG.md b/packages/integration-testsuite/CHANGELOG.md index 5651ef84a42..481af688c59 100644 --- a/packages/integration-testsuite/CHANGELOG.md +++ b/packages/integration-testsuite/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/server-integration-testsuite +## 4.0.0-alpha.5 + +### Patch Changes + +- [#6806](https://github.com/apollographql/apollo-server/pull/6806) [`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6) Thanks [@glasser](https://github.com/glasser)! - Rename response.http.statusCode back to status like it was in AS3. + +- Updated dependencies [[`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6)]: + - @apollo/server@4.0.0-alpha.5 + ## 4.0.0-alpha.4 ### Patch Changes diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index dbc06fd0174..49838d98432 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server-integration-testsuite", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "description": "Test suite for Apollo Server integrations", "type": "module", "main": "dist/index.js", @@ -41,7 +41,7 @@ "supertest": "^6.2.3" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.4", + "@apollo/server": "^4.0.0-alpha.5", "@jest/globals": "28.x", "graphql": "^16.5.0", "jest": "28.x" diff --git a/packages/plugin-response-cache/CHANGELOG.md b/packages/plugin-response-cache/CHANGELOG.md index b8e81c31a76..975147ba2e8 100644 --- a/packages/plugin-response-cache/CHANGELOG.md +++ b/packages/plugin-response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/server-plugin-response-cache +## 4.0.0-alpha.3 + +### Patch Changes + +- [#6806](https://github.com/apollographql/apollo-server/pull/6806) [`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6) Thanks [@glasser](https://github.com/glasser)! - Rename response.http.statusCode back to status like it was in AS3. + +- Updated dependencies [[`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6)]: + - @apollo/server@4.0.0-alpha.5 + ## 4.0.0-alpha.2 ### Patch Changes diff --git a/packages/plugin-response-cache/package.json b/packages/plugin-response-cache/package.json index b43c059fc1f..45c8acecfbd 100644 --- a/packages/plugin-response-cache/package.json +++ b/packages/plugin-response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server-plugin-response-cache", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "description": "Apollo Server full query response cache", "type": "module", "main": "dist/cjs/index.js", @@ -33,7 +33,7 @@ "@apollo/utils.keyvaluecache": "^1.0.1" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.3", + "@apollo/server": "^4.0.0-alpha.5", "graphql": "^16.5.0" } } diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 6391a0f8530..4934cff787e 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/server +## 4.0.0-alpha.5 + +### Patch Changes + +- [#6806](https://github.com/apollographql/apollo-server/pull/6806) [`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6) Thanks [@glasser](https://github.com/glasser)! - Rename response.http.statusCode back to status like it was in AS3. + ## 4.0.0-alpha.4 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index feb334fe9ee..b6fefddb1af 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "description": "Core engine for Apollo GraphQL server", "type": "module", "main": "dist/cjs/index.js",