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 #657 from apollographql/1.1.1
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
helfer committed Apr 25, 2017
2 parents fdf2bfd + c46aaae commit e047a22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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

### 1.1.0
### 1.1.1
- Fix: move prop-types from devDependencies to dependencies [PR #656](https://github.com/apollographql/react-apollo/pull/656)

### 1.1.0 (deprecated)
- Pass cached data to the child component along with the error. [PR #548](https://github.com/apollographql/react-apollo/pull/548)
- Fix version lock down for peer dependency version of React. [PR #626](https://github.com/apollographql/react-apollo/pull/626)
- Switch `graphql-tag` dependency to `2.0.0`. This isn't really a breaking change because we only export `gql` from `react-apollo`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-apollo",
"version": "1.1.0",
"version": "1.1.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 --tag next",
"deploy": "npm run compile && npm test && npm publish --tag next && git push --tags",
"test": "npm run compile && jest",
"testonly": "jest",
"test-watch": "jest --watch",
Expand Down

0 comments on commit e047a22

Please sign in to comment.