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

Commit

Permalink
export types (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Jul 19, 2017
1 parent 8ee56e9 commit 609b055
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### vNext

### 1.4.5
- Fix: export all types from main type file

### 1.4.4
- Fix: Fix issue around hoisting non react statics for RN [#859](https://github.com/apollographql/react-apollo/pull/859)
- Fix: Fix issue where options was called even though skip was present [#859](https://github.com/apollographql/react-apollo/pull/859)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "1.4.4",
"version": "1.4.5",
"description": "React data container for Apollo Client",
"main": "lib/react-apollo.umd.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { default as ApolloProvider } from './ApolloProvider';
export { default as graphql } from './graphql';
import {
export {
MutationOpts,
QueryOpts,
QueryProps,
Expand Down

0 comments on commit 609b055

Please sign in to comment.