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

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Jan 25, 2018
1 parent 12821cf commit 4454cea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -36,7 +36,7 @@
"bundlesize": [
{
"path": "./lib/react-apollo.browser.umd.js",
"maxSize": "5.9 KB"
"maxSize": "6 KB"
}
],
"lint-staged": {
Expand Down

0 comments on commit 4454cea

Please sign in to comment.