Skip to content

Commit 1ad4726

Browse files
Version Packages (alpha)
1 parent ae93239 commit 1ad4726

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"old-insects-smash",
2424
"old-papayas-switch",
2525
"pink-eggs-draw",
26+
"shaggy-schools-sparkle",
2627
"short-lies-kneel",
2728
"silly-icons-taste",
2829
"small-cycles-hammer",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

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

3+
## 4.0.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b37d169b`](https://github.com/apollographql/apollo-server/commit/6b37d169bc7163d49efdff37f5a3a5c3404806ff)]:
8+
- @apollo/server@4.0.0-alpha.11
9+
310
## 4.0.0-alpha.10
411

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

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.11
4+
5+
### Patch Changes
6+
7+
- [#6879](https://github.com/apollographql/apollo-server/pull/6879) [`6b37d169b`](https://github.com/apollographql/apollo-server/commit/6b37d169bc7163d49efdff37f5a3a5c3404806ff) Thanks [@bonnici](https://github.com/bonnici)! - Fixed usage reporting plugin log message
8+
39
## 4.0.0-alpha.10
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.10",
3+
"version": "4.0.0-alpha.11",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)