Skip to content

Commit 768b5e1

Browse files
author
David Zukowski
committed
release(2.0.0-alpha.2)
1 parent dcbea85 commit 768b5e1

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.2
5+
-------------
6+
7+
### Features
8+
* Upgraded `eslint` to `^2.4.0`
9+
* Upgraded `babel-eslint` to `^6.0.0-beta.6`
10+
* Upgraded `better-npm-run` to `0.0.8`
11+
* Upgraded `phantomjs-polyfill` to `0.0.2`
12+
* Upgraded `karma-mocha-reporter` to `^2.0.0`
13+
* Upgraded `webpack` to `^1.12.14`
14+
* Upgraded `redux-thunk` to `^2.0.0`
15+
16+
### Improvements
17+
* Added `index.js` files for blueprints for convenient imports
18+
19+
### Fixes
20+
* Removed some `cssnano` options that caused potential conflicts with css modules
21+
* Updated flow to understand global webpack definitions
22+
423
2.0.0-alpha.1
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.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)