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

Commit

Permalink
1.4.3 (#818)
Browse files Browse the repository at this point in the history
* update changelog for release

* update version
  • Loading branch information
James Baxley committed Jul 5, 2017
1 parent 882959b commit 99cd897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change log

### vNext
- Feature: You can now supply a client in options object passed to the `graphql` high oder component. [PR #729]

### 1.4.3
- Feature: You can now supply a client in options object passed to the `graphql` high oder component. [PR #729](https://github.com/apollographql/react-apollo/pull/729)
- Fix: Fix issue when using flow definitions [PR# 787](https://github.com/apollographql/react-apollo/pull/787)
- Improvement: Reduce re-renders by using forceUpdate instead of setState({ }) [PR #775](https://github.com/apollographql/react-apollo/pull/775)
- Improvement: Refactor dataForChild to use bound function to reduce rerenders [PR #772](https://github.com/apollographql/react-apollo/pull/772)
- Fix: Add in missing types for MutationOpts [PR #770](https://github.com/apollographql/react-apollo/pull/770)

### 1.4.2
- Fix: Fix component reference and variable statement for flow types
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.2",
"version": "1.4.3",
"description": "React data container for Apollo Client",
"main": "lib/react-apollo.umd.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 99cd897

Please sign in to comment.