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

Commit

Permalink
update changelog (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley authored Jan 24, 2018
1 parent cc71b09 commit d5e6bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change log

### @next
### vNext

### 2.1.0-alpha.0

- **NEW FEATURES**
- Added `<Query />` component [#1398](https://github.com/apollographql/react-apollo/pull/1398)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "react-apollo",
"version": "2.0.4",
"version": "2.1.0-alpha.0",
"description": "React data container for Apollo Client",
"module": "src/index.ts",
"scripts": {
"danger": "danger run --verbose",
"deploy": "./scripts/prepare-package.sh && cd npm && npm publish",
"deploy":
"./scripts/prepare-package.sh && cd npm && npm publish --tag=alpha",
"test": "npm run lint && npm run type-check && npm run jest",
"jest": "jest --maxWorkers=4 --coverage",
"test-watch": "jest --watch",
Expand Down

0 comments on commit d5e6bb1

Please sign in to comment.