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

Commit

Permalink
move to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Jan 25, 2018
1 parent 4454cea commit 3f08786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

### 2.1.0-beta.0

* Beta release of all 2.1 features!

### 2.1.0-alpha.2

* Resubscribe after error for Query [#1580](https://github.com/apollographql/react-apollo/pull/1580)
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.2",
"version": "2.1.0-beta.0",
"description": "React data container for Apollo Client",
"module": "src/index.ts",
"browser": "lib/react-apollo.browser.umd.js",
Expand All @@ -9,7 +9,7 @@
"precommit": "lint-staged",
"danger": "danger run --verbose",
"predeploy": "npm run compile",
"deploy": "cd lib && npm publish --tag=alpha",
"deploy": "cd lib && npm publish --tag=beta",
"prefilesize": "npm run compile",
"filesize": "bundlesize",
"test": "npm run lint && npm run type-check && npm run jest",
Expand Down

0 comments on commit 3f08786

Please sign in to comment.