File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11export { default as ApolloProvider } from './ApolloProvider' ;
22export { default as graphql } from './graphql' ;
3- import {
3+ export {
44 MutationOpts ,
55 QueryOpts ,
66 QueryProps ,
You can’t perform that action at this time.
0 commit comments