Skip to content

Commit 492a7b4

Browse files
Version Packages (#8072)
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 - [#8070](#8070) [`0dee3c9`](0dee3c9) Thanks [@glasser](https://github.com/glasser)! - Provide dual-build CJS and ESM for `@apollo/server-integration-testsuite`. We previously provided only a CJS build of this package, unlike `@apollo/server` itself and the other helper packages that come with it. We may make all of Apollo Server ESM-only in AS5; this is a step in that direction. Specifically, only providing this package for CJS makes it challenging to run the tests in `ts-jest` in some ESM-only setups, because the copy of `@apollo/server` fetched directly in your ESM-based test may differ from the copy fetched indirectly via `@apollo/server-integration-testsuite`, causing the "lockstep versioning" test to fail. - Updated dependencies \[]: - @apollo/[email protected] ## @apollo/[email protected] ## @apollo/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Glasser <[email protected]>
1 parent 4073376 commit 492a7b4

File tree

9 files changed

+17
-51
lines changed

9 files changed

+17
-51
lines changed

.changeset/cool-monkeys-help.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @apollo/server-integration-testsuite
22

3-
## 4.12.2-alpha.0
3+
## 4.12.2
44

55
### Patch Changes
66

@@ -15,8 +15,8 @@
1515
`@apollo/server-integration-testsuite`, causing the "lockstep versioning" test
1616
to fail.
1717

18-
- Updated dependencies []:
19-
- @apollo/server@4.12.2-alpha.0
18+
- Updated dependencies:
19+
- @apollo/server@4.12.2
2020

2121
## 4.12.1
2222

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.12.2-alpha.0",
3+
"version": "4.12.2",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@apollo/cache-control-types": "^1.0.3",
4141
"@apollo/client": "^3.6.9",
42-
"@apollo/server": "4.12.2-alpha.0",
42+
"@apollo/server": "4.12.2",
4343
"@apollo/usage-reporting-protobuf": "^4.1.1",
4444
"@apollo/utils.createhash": "^2.0.2",
4545
"@apollo/utils.keyvaluecache": "^2.1.0",

packages/plugin-response-cache/CHANGELOG.md

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

3-
## 4.1.5-alpha.0
4-
5-
### Patch Changes
6-
7-
- Updated dependencies []:
8-
- @apollo/server@4.12.2-alpha.0
9-
103
## 4.1.4
114

125
### 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.1.5-alpha.0",
3+
"version": "4.1.4",
44
"description": "Apollo Server full query response cache",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -36,7 +36,7 @@
3636
"@apollo/utils.keyvaluecache": "^2.1.0"
3737
},
3838
"peerDependencies": {
39-
"@apollo/server": "^4.12.2-alpha.0",
39+
"@apollo/server": "^4.0.1",
4040
"graphql": "^16.6.0"
4141
}
4242
}

packages/server/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# @apollo/server
22

3-
## 4.12.2-alpha.0
3+
## 4.12.2
4+
5+
(No change; there is a change to the `@apollo/server-integration-testsuite` used to test integrations, and the two packages always have matching versions.)
46

57
## 4.12.1
68

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.12.2-alpha.0",
3+
"version": "4.12.2",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)