Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
release(2.0.0-alpha.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Apr 10, 2016
1 parent 972cd68 commit a635df4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

2.0.0-alpha.4
-------------

### Features
* Upgraded `react` to `^15.0.0`
* Upgraded `react-dom` to `^15.0.0`
* Upgraded `react-addons-test-utils` to `^15.0.0`
* Upgraded `eslint-plugin-flow-vars` to `^0.3.0`

### Improvements
* Updated `npm run deploy` to be environment agnostic (no longer forces `production`)
* Added `npm run deploy:prod` (forces `production`, acts as old `npm run deploy`)
* Added `npm run deploy:dev` (forces `development`)

### Fixes
* Removed `strip_root` option in Flow to support Nuclide
* Updated webpack development configuration to use correct `public_path`


2.0.0-alpha.3
-------------

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-redux-starter-kit",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Get started with React, Redux, and React-Router!",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit a635df4

Please sign in to comment.