Skip to content

Commit fbac9eb

Browse files
Version Packages (alpha) (#6807)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bccc230 commit fbac9eb

File tree

7 files changed

+30
-5
lines changed

7 files changed

+30
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"changesets": [
1111
"eleven-needles-collect",
12+
"famous-parents-argue",
1213
"hip-cheetahs-fail",
1314
"lazy-emus-hunt",
1415
"neat-buckets-marry",

packages/integration-testsuite/CHANGELOG.md

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

3+
## 4.0.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6)]:
10+
- @apollo/server@4.0.0-alpha.5
11+
312
## 4.0.0-alpha.4
413

514
### 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-alpha.4",
3+
"version": "4.0.0-alpha.5",
44
"description": "Test suite for Apollo Server integrations",
55
"type": "module",
66
"main": "dist/index.js",
@@ -41,7 +41,7 @@
4141
"supertest": "^6.2.3"
4242
},
4343
"peerDependencies": {
44-
"@apollo/server": "^4.0.0-alpha.4",
44+
"@apollo/server": "^4.0.0-alpha.5",
4545
"@jest/globals": "28.x",
4646
"graphql": "^16.5.0",
4747
"jest": "28.x"

packages/plugin-response-cache/CHANGELOG.md

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

3+
## 4.0.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`bccc230f0`](https://github.com/apollographql/apollo-server/commit/bccc230f05761c15098df9a5e9f57f0c65cf4fa6)]:
10+
- @apollo/server@4.0.0-alpha.5
11+
312
## 4.0.0-alpha.2
413

514
### Patch Changes

packages/plugin-response-cache/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-plugin-response-cache",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "Apollo Server full query response cache",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -33,7 +33,7 @@
3333
"@apollo/utils.keyvaluecache": "^1.0.1"
3434
},
3535
"peerDependencies": {
36-
"@apollo/server": "^4.0.0-alpha.3",
36+
"@apollo/server": "^4.0.0-alpha.5",
3737
"graphql": "^16.5.0"
3838
}
3939
}

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-alpha.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 4.0.0-alpha.4
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-alpha.4",
3+
"version": "4.0.0-alpha.5",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)