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

Bundles #1769

Merged
merged 2 commits into from
Mar 8, 2018
Merged

Bundles #1769

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

### vNext

### 2.1.0-rc.0
## 2.1.0-rc.1

* Fix default values being set as falsy in options merging
* Remove console.error call for unhandled errors for query-hoc (but keep in place for graphql hoc for backwards compat)
* Ensure context can be passed as props

### 2.1.0-rc.0

* bad build

### 2.1.0-beta.3

* Refactored and removed old `graphql` implementation in favor of new components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "2.1.0-rc.0",
"version": "2.1.0-rc.1",
"author": "opensource@apollographql.com",
"browser": "lib/react-apollo.browser.umd.js",
"description": "React data container for Apollo Client",
Expand Down