From 3f08786697cfd46e050db32ee853a9bbbb66df8c Mon Sep 17 00:00:00 2001 From: James Baxley Date: Thu, 25 Jan 2018 14:19:12 -0500 Subject: [PATCH] move to beta --- Changelog.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ba1a1c218b..1a24315473 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/package.json b/package.json index 5db0e48205..a6149b442d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",