Skip to content

Commit a635df4

Browse files
author
David Zukowski
committed
release(2.0.0-alpha.4)
1 parent 972cd68 commit a635df4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
2.0.0-alpha.4
5+
-------------
6+
7+
### Features
8+
* Upgraded `react` to `^15.0.0`
9+
* Upgraded `react-dom` to `^15.0.0`
10+
* Upgraded `react-addons-test-utils` to `^15.0.0`
11+
* Upgraded `eslint-plugin-flow-vars` to `^0.3.0`
12+
13+
### Improvements
14+
* Updated `npm run deploy` to be environment agnostic (no longer forces `production`)
15+
* Added `npm run deploy:prod` (forces `production`, acts as old `npm run deploy`)
16+
* Added `npm run deploy:dev` (forces `development`)
17+
18+
### Fixes
19+
* Removed `strip_root` option in Flow to support Nuclide
20+
* Updated webpack development configuration to use correct `public_path`
21+
22+
423
2.0.0-alpha.3
524
-------------
625

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux-starter-kit",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)