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

Commit

Permalink
Add missing useLazyQuery export to react-apollo (#3320)
Browse files Browse the repository at this point in the history
* Add missing `useLazyQuery` export

Oops!

* Changelog update

* Adjust bundle size
  • Loading branch information
hwillson committed Aug 7, 2019
1 parent cd90076 commit e9190fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -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
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
Expand Up @@ -56,6 +56,7 @@ export {
// @apollo/react-hooks
export {
useQuery,
useLazyQuery,
useMutation,
useSubscription,
useApolloClient,
Expand Down

0 comments on commit e9190fa

Please sign in to comment.