Skip to content

Commit aa5fc71

Browse files
committed
Add another changeset
1 parent 182d1a8 commit aa5fc71

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changeset/khaki-spies-work.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@apollo/client": major
3+
---
4+
5+
Flatten out React hook types. As a result, the base types have been removed. Prefer using the hook types instead. These include:
6+
- `BaseMutationOptions`
7+
- `BaseQueryOptions`
8+
- `BaseSubscriptionOptions`
9+
- `ObservableQueryFields`
10+
- `MutationSharedOptions`
11+
- `QueryFunctionOptions`

.changeset/odd-lemons-relax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@apollo/client": major
2+
"@apollo/client": patch
33
---
44

55
Rename all React hook result types and options. These types have all moved under a namespace that matches the hook name. For example, `useQuery` exports `useQuery.Options` and `useQuery.Result` types. As such, the old hook types have been deprecated and will be removed in v5.

0 commit comments

Comments
 (0)