Skip to content

Commit 99cd897

Browse files
author
James Baxley
authored
* update changelog for release * update version
1 parent 882959b commit 99cd897

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change log
22

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

612
### 1.4.2
713
- Fix: Fix component reference and variable statement for flow types

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.2",
3+
"version": "1.4.3",
44
"description": "React data container for Apollo Client",
55
"main": "lib/react-apollo.umd.js",
66
"module": "./lib/index.js",

0 commit comments

Comments
 (0)