Skip to content

Commit 609b055

Browse files
author
James Baxley
authored
export types (apollographql#866)
1 parent 8ee56e9 commit 609b055

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### vNext
44

5+
### 1.4.5
6+
- Fix: export all types from main type file
7+
58
### 1.4.4
69
- Fix: Fix issue around hoisting non react statics for RN [#859](https://github.com/apollographql/react-apollo/pull/859)
710
- Fix: Fix issue where options was called even though skip was present [#859](https://github.com/apollographql/react-apollo/pull/859)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-apollo",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "React data container for Apollo Client",
55
"main": "lib/react-apollo.umd.js",
66
"module": "./lib/index.js",

src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { default as ApolloProvider } from './ApolloProvider';
22
export { default as graphql } from './graphql';
3-
import {
3+
export {
44
MutationOpts,
55
QueryOpts,
66
QueryProps,

0 commit comments

Comments
 (0)