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

Commit

Permalink
Getting release 0.7.2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Dec 22, 2016
1 parent 4cbbd39 commit 8597e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Expect active development and potentially significant breaking changes in the `0

### vNext

### v0.7.2

- Bug: fix issue where changing variables while unskipping didn't result in the variables actually changing - [Issue #374](https://github.com/apollostack/react-apollo/issues/374)

- Bug: fix issue with no longer passing errors to components w/ `apollo-client@0.5.23` - [Issue #378](https://github.com/apollostack/react-apollo/issues/378)

### v0.7.1

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

0 comments on commit 8597e42

Please sign in to comment.