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

Commit

Permalink
Merge pull request #399 from apollostack/0.8.1
Browse files Browse the repository at this point in the history
0.8.1
  • Loading branch information
helfer authored Jan 5, 2017
2 parents 8f4fc8e + cfec5b1 commit 5d8ac22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Expect active development and potentially significant breaking changes in the `0

### vNext

### 0.8.0
### 0.8.1
- Same as 0.8.0, but properly built

### 0.8.0 (deprecated - build was missing files)
- Update typings dependency from typed-grapqhl to @types/graphql [PR #393](https://github.com/apollostack/react-apollo/pull/393)
- Chore: [PR #390](https://github.com/apollostack/react-apollo/pull/390) gets rid of warning during queries test.

Expand All @@ -15,7 +18,7 @@ Expect active development and potentially significant breaking changes in the `0
### v0.7.4
- Identical to 0.7.2 because 0.7.3 contained breaking change (updated typings)

### v0.7.3 (deprecated)
### v0.7.3 (deprecated - contained breaking changes)
- Chore: [PR #390](https://github.com/apollostack/react-apollo/pull/390) gets rid of warning during queries test.

- Chore: [PR #391](https://github.com/apollostack/react-apollo/pull/391) gets rid of warnings during redux test.
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "react-apollo",
"version": "0.8.0",
"version": "0.8.1",
"description": "React data container for Apollo Client",
"main": "lib/index.js",
"browser": "lib/browser.js",
"typings": "lib/index.d.ts",
"scripts": {
"deploy": "npm run compile && npm test && npm publish",
"test": "jest",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"posttest": "npm run lint",
Expand Down Expand Up @@ -64,7 +65,7 @@
"README.md"
],
"peerDependencies": {
"apollo-client": "^0.4.21 || ^0.5.1 || ^0.6.0",
"apollo-client": "^0.6.0",
"react": "0.14.x || 15.* || ^15.0.0",
"react-dom": "0.14.x || 15.* || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0"
Expand All @@ -86,7 +87,7 @@
"@types/redux-form": "^4.0.29",
"@types/redux-immutable": "^3.0.30",
"@types/sinon": "^1.16.29",
"apollo-client": "0.6.0",
"apollo-client": "^0.6.0",
"babel-jest": "^14.1.0",
"babel-preset-react-native": "^1.9.0",
"browserify": "^13.0.0",
Expand Down

0 comments on commit 5d8ac22

Please sign in to comment.