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

Commit

Permalink
Release 1.1.3 (#676)
Browse files Browse the repository at this point in the history
* Update Changelog.md

* Update package.json
  • Loading branch information
James Baxley authored May 2, 2017
1 parent 5d9f694 commit cb0e9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Expect active development and potentially significant breaking changes in the `0

### vNext

### 1.1.3
- Perf: Removed unneeded usage of shouldComponentUpdate [PR #661](https://github.com/apollographql/react-apollo/pull/661) inspired by [PR #653](https://github.com/apollographql/react-apollo/pull/653)
- Perf: Removed unneeded usage of shouldComponentUpdate in Provider [PR #669](https://github.com/apollographql/react-apollo/pull/669)
- Chore: remove unused immutable prop [PR #539](https://github.com/apollographql/react-apollo/pull/539)

### 1.1.2
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.1.2",
"version": "1.1.3",
"description": "React data container for Apollo Client",
"main": "lib/index.js",
"browser": "lib/browser.js",
Expand Down

0 comments on commit cb0e9fb

Please sign in to comment.