Skip to content

Commit

Permalink
Version Packages (rc) (#6953)
Browse files Browse the repository at this point in the history
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

- [#6961](#6961)
[`a782c791f`](a782c79)
Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as
a peer dependency.

- Updated dependencies
\[[`a782c791f`](a782c79),
[`d3ea2d4ef`](d3ea2d4)]:
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- [#6961](#6961)
[`a782c791f`](a782c79)
Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as
a peer dependency.

- Updated dependencies
\[[`a782c791f`](a782c79),
[`d3ea2d4ef`](d3ea2d4)]:
    -   @apollo/[email protected]

## @apollo/[email protected]

### Patch Changes

- [#6961](#6961)
[`a782c791f`](a782c79)
Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as
a peer dependency.

- [#6960](#6960)
[`d3ea2d4ef`](d3ea2d4)
Thanks [@glasser](https://github.com/glasser)! - Add generics for
response data and variables to server.executeOperation; allow inference
from TypedQueryDocumentNode.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 27, 2022
1 parent b0e7988 commit d4620ce
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"hip-cheetahs-fail",
"late-numbers-pull",
"lazy-emus-hunt",
"light-kings-glow",
"many-plums-smile",
"neat-buckets-marry",
"ninety-panthers-accept",
Expand All @@ -32,8 +33,10 @@
"old-papayas-switch",
"pink-eggs-draw",
"quick-beans-applaud",
"real-games-dance",
"shaggy-badgers-act",
"shaggy-schools-sparkle",
"shiny-files-serve",
"short-lies-kneel",
"silly-icons-taste",
"six-pianos-refuse",
Expand All @@ -46,11 +49,13 @@
"stale-goats-serve",
"stale-sheep-search",
"thirty-donkeys-sing",
"tricky-pillows-wash",
"twenty-cooks-repair",
"violet-mayflies-help",
"wet-kiwis-play",
"wet-rats-shake",
"witty-moles-fail",
"witty-squids-vanish"
"witty-squids-vanish",
"witty-toes-grin"
]
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/server-integration-testsuite

## 4.0.0-rc.14

### Patch Changes

- [#6961](https://github.com/apollographql/apollo-server/pull/6961) [`a782c791f`](https://github.com/apollographql/apollo-server/commit/a782c791f4f616e36a0036dcabb4d928a7c3f871) Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as a peer dependency.

- Updated dependencies [[`a782c791f`](https://github.com/apollographql/apollo-server/commit/a782c791f4f616e36a0036dcabb4d928a7c3f871), [`d3ea2d4ef`](https://github.com/apollographql/apollo-server/commit/d3ea2d4ef137519d073185dea778e39e89a301c2)]:
- @apollo/server@4.0.0-rc.14

## 4.0.0-alpha.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.0-alpha.13",
"version": "4.0.0-rc.14",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.13",
"@apollo/server": "^4.0.0-rc.14",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.6.0",
"jest": "28.x || 29.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/server-plugin-response-cache

## 4.0.0-rc.6

### Patch Changes

- [#6961](https://github.com/apollographql/apollo-server/pull/6961) [`a782c791f`](https://github.com/apollographql/apollo-server/commit/a782c791f4f616e36a0036dcabb4d928a7c3f871) Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as a peer dependency.

- Updated dependencies [[`a782c791f`](https://github.com/apollographql/apollo-server/commit/a782c791f4f616e36a0036dcabb4d928a7c3f871), [`d3ea2d4ef`](https://github.com/apollographql/apollo-server/commit/d3ea2d4ef137519d073185dea778e39e89a301c2)]:
- @apollo/server@4.0.0-rc.14

## 4.0.0-alpha.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-plugin-response-cache",
"version": "4.0.0-alpha.5",
"version": "4.0.0-rc.6",
"description": "Apollo Server full query response cache",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@apollo/utils.keyvaluecache": "^1.0.1"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.12",
"@apollo/server": "^4.0.0-rc.14",
"graphql": "^16.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @apollo/server

## 4.0.0-rc.14

### Patch Changes

- [#6961](https://github.com/apollographql/apollo-server/pull/6961) [`a782c791f`](https://github.com/apollographql/apollo-server/commit/a782c791f4f616e36a0036dcabb4d928a7c3f871) Thanks [@glasser](https://github.com/glasser)! - Require [email protected] as a peer dependency.

- [#6960](https://github.com/apollographql/apollo-server/pull/6960) [`d3ea2d4ef`](https://github.com/apollographql/apollo-server/commit/d3ea2d4ef137519d073185dea778e39e89a301c2) Thanks [@glasser](https://github.com/glasser)! - Add generics for response data and variables to server.executeOperation; allow inference from TypedQueryDocumentNode.

## 4.0.0-alpha.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.0-alpha.13",
"version": "4.0.0-rc.14",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit d4620ce

Please sign in to comment.