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

Commit

Permalink
0.5.12 which works with AC@0.5.x!
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Oct 18, 2016
1 parent b18ceb4 commit d3d792b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0

### vNext

### v0.5.12

- Full support for both Apollo Client 0.4.21 and 0.5.0. [PR #277](https://github.com/apollostack/react-apollo/pull/277)

### v0.5.11
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "0.5.11",
"version": "0.5.12",
"description": "React data container for Apollo Client",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"react": "0.14.x || 15.* || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0",
"apollo-client": "^0.4.21"
"apollo-client": "^0.4.21 || ^0.5.1"
},
"devDependencies": {
"@types/chai": "^3.4.33",
Expand Down

0 comments on commit d3d792b

Please sign in to comment.