Skip to content

Commit 3e3baaa

Browse files
committed
Prep CHANGELOG.md for release v3.5.8.
1 parent 8c78908 commit 3e3baaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Apollo Client 3.5.8 (unreleased)
1+
## Apollo Client 3.5.8 (2022-01-24)
22

33
### Bug Fixes
4-
- Fix the type of the `called` property for `useQuery()`/`useLazyQuery()`. <br/>
4+
5+
- Fix the type of the `called` property returned by `useQuery()` and `useLazyQuery()`. <br/>
56
[@sztadii](https://github.com/sztadii) in [#9304](https://github.com/apollographql/apollo-client/pull/9304)
67

78
### Bug Fixes (by [@brainkim](https://github.com/brainkim) in [#9328](https://github.com/apollographql/apollo-client/pull/9328))
9+
810
- Fix `refetch()` not being called when `skip` is true.
911
- Fix the promise returned from the `useLazyQuery()` execution function having stale variables.
1012
- Fix the promise returned from the `useLazyQuery()` execution function not rejecting when a query errors.

0 commit comments

Comments
 (0)