Skip to content

Commit b43e87e

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"changesets": [
88
"early-pens-retire",
99
"gorgeous-buses-laugh",
10+
"heavy-ties-sneeze",
11+
"hungry-eagles-kick",
1012
"lazy-teachers-sell",
1113
"polite-birds-rescue",
1214
"rude-mayflies-scream",

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/client
22

3+
## 3.8.0-alpha.7
4+
5+
### Minor Changes
6+
7+
- [#10527](https://github.com/apollographql/apollo-client/pull/10527) [`0cc7e2e19`](https://github.com/apollographql/apollo-client/commit/0cc7e2e194f84e137a502395f26acdaef392ecae) Thanks [@phryneas](https://github.com/phryneas)! - Remove the `query`/`mutation`/`subscription` option from hooks that already take that value as their first argument.
8+
9+
- [#10506](https://github.com/apollographql/apollo-client/pull/10506) [`2dc2e1d4f`](https://github.com/apollographql/apollo-client/commit/2dc2e1d4f77318d8a4c29445344b4f8c5b08b7e3) Thanks [@phryneas](https://github.com/phryneas)! - prevent accidental widening of inferred TData and TVariables generics for query hook option arguments
10+
311
## 3.8.0-alpha.6
412

513
### Minor Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.8.0-alpha.6",
3+
"version": "3.8.0-alpha.7",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)