Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Add missing useLazyQuery export to react-apollo #3320

Merged
merged 3 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 3.0.1 (TBD)

## Bug Fixes

- Add missing `useLazyQuery` export to the `react-apollo` (all) package. <br/>
[@hwillson](https://github.com/hwillson) in [#3320](https://github.com/apollographql/react-apollo/pull/3320)

## 3.0.0 (2019-08-06)

### Overview
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
"name": "react-apollo",
"path": "./packages/all/lib/react-apollo.cjs.min.js",
"maxSize": "375B"
"maxSize": "380B"
},
{
"name": "@apollo/react-common",
Expand Down
1 change: 1 addition & 0 deletions packages/all/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export {
// @apollo/react-hooks
export {
useQuery,
useLazyQuery,
useMutation,
useSubscription,
useApolloClient,
Expand Down