From 4454ceae8adef9514d411503e36750835d06c007 Mon Sep 17 00:00:00 2001 From: James Baxley Date: Thu, 25 Jan 2018 14:10:44 -0500 Subject: [PATCH] update changelog --- Changelog.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9c132ddd5b..ba1a1c218b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ### vNext +### 2.1.0-alpha.2 + +* Resubscribe after error for Query [#1580](https://github.com/apollographql/react-apollo/pull/1580) +* Improved TypeScript types of Query Component [#1581](https://github.com/apollographql/react-apollo/pull/1581) + ### 2.1.0-alpha.1 * Change package to produce ES2015 as `module` and commonjs for `main` [#1576](https://github.com/apollographql/react-apollo/pull/1576) @@ -32,6 +37,7 @@ * Remove deprecated [`options.updateQueries`](https://www.apollographql.com/docs/react/basics/mutations.html#graphql-mutation-options-updateQueries), use [`options.update`](https://www.apollographql.com/docs/react/basics/mutations.html#graphql-mutation-options-update) instead [#1485](https://github.com/apollographql/react-apollo/pull/1485) * **Fixes and Improvements** + * Fixed bug where link error prevents future requests * Fixed stack traces on non chrome browsers [#1568](https://github.com/apollographql/react-apollo/pull/1568) * Fixed bug [#1412](https://github.com/apollographql/react-apollo/issues/1412) where the `MockedProvider` ignored variables when doing matching. This is potentially breaking because tests could break for which the variables don't match [#1501](https://github.com/apollographql/react-apollo/pull/1501) * Update all dependencies, scripts' usage, prettier and typescript setup [#1402](https://github.com/apollographql/react-apollo/pull/1402) diff --git a/package.json b/package.json index 875a2ce188..5db0e48205 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "2.1.0-alpha.1", + "version": "2.1.0-alpha.2", "description": "React data container for Apollo Client", "module": "src/index.ts", "browser": "lib/react-apollo.browser.umd.js", @@ -36,7 +36,7 @@ "bundlesize": [ { "path": "./lib/react-apollo.browser.umd.js", - "maxSize": "5.9 KB" + "maxSize": "6 KB" } ], "lint-staged": {