Skip to content

Commit e9084af

Browse files
Version Packages (alpha) (#6891)
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/[email protected] ### Patch Changes - [#6906](#6906) [`115ab2fa8`](115ab2f) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Relax message requirement for malformed JSON POST to allow default 'Bad Request' response. - Updated dependencies \[[`6b37d169b`](6b37d16)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#6879](#6879) [`6b37d169b`](6b37d16) Thanks [@bonnici](https://github.com/bonnici)! - Fixed usage reporting plugin log message Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 115ab2f commit e9084af

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"chatty-baboons-search",
1414
"eleven-needles-collect",
1515
"famous-parents-argue",
16+
"fifty-peaches-bathe",
1617
"healthy-glasses-reflect",
1718
"hip-cheetahs-fail",
1819
"lazy-emus-hunt",
@@ -23,8 +24,11 @@
2324
"old-insects-smash",
2425
"old-papayas-switch",
2526
"pink-eggs-draw",
27+
"quick-beans-applaud",
28+
"shaggy-schools-sparkle",
2629
"short-lies-kneel",
2730
"silly-icons-taste",
31+
"sixty-flowers-press",
2832
"small-cycles-hammer",
2933
"small-suits-compare",
3034
"spicy-lions-deliver",

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: 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.11
4+
5+
### Patch Changes
6+
7+
- [#6906](https://github.com/apollographql/apollo-server/pull/6906) [`115ab2fa8`](https://github.com/apollographql/apollo-server/commit/115ab2fa8879d532d2de2fe6b0373540bda518e3) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Relax message requirement for malformed JSON POST to allow default 'Bad Request'
8+
response.
9+
- Updated dependencies [[`6b37d169b`](https://github.com/apollographql/apollo-server/commit/6b37d169bc7163d49efdff37f5a3a5c3404806ff)]:
10+
- @apollo/server@4.0.0-alpha.11
11+
312
## 4.0.0-alpha.10
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.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)