From e9351ed121339d5744e582cc99d116fd1ad657ca Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Thu, 5 Jan 2017 15:31:43 +0800 Subject: [PATCH 1/2] 0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2ea24a147..5ed64b4943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.7.3", + "version": "0.8.0", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js", From 48145bd0ddb275269d8c0e98a85c2f76046764e0 Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Thu, 5 Jan 2017 15:35:29 +0800 Subject: [PATCH 2/2] update Changelog.md --- Changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5bb7a27843..c1df1a72ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,18 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -### v0.7.3 +### 0.8.0 +- 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. + +- Chore: [PR #391](https://github.com/apollostack/react-apollo/pull/391) gets rid of warnings during redux test. + +- Feature: [PR #389](https://github.com/apollostack/react-apollo/pull/389) added a shouldResubscribe option to allow subscriptions to automatically resubscribe when props change. + +### v0.7.4 +- Identical to 0.7.2 because 0.7.3 contained breaking change (updated typings) + +### v0.7.3 (deprecated) - 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.