From f5a99913c53a08f436466b5509f43074ba447842 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Thu, 20 Apr 2017 22:31:40 -0700 Subject: [PATCH 1/2] Update Changelog --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index c0aef1994d..8184690a12 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,8 @@ Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 1 or 2 months), so that we can take advantage of SemVer to signify breaking changes from that point on. ### vNext + +### 1.1.0 - 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`. From aaedd6eb3c2ecea6401164cc7bec834c01c38bcc Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Thu, 20 Apr 2017 22:31:44 -0700 Subject: [PATCH 2/2] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b7068926b..bfa34923a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "1.0.2", + "version": "1.1.0", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",