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.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zukowski committed Mar 17, 2016
1 parent dcbea85 commit 768b5e1
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.2
-------------

### Features
* Upgraded `eslint` to `^2.4.0`
* Upgraded `babel-eslint` to `^6.0.0-beta.6`
* Upgraded `better-npm-run` to `0.0.8`
* Upgraded `phantomjs-polyfill` to `0.0.2`
* Upgraded `karma-mocha-reporter` to `^2.0.0`
* Upgraded `webpack` to `^1.12.14`
* Upgraded `redux-thunk` to `^2.0.0`

### Improvements
* Added `index.js` files for blueprints for convenient imports

### Fixes
* Removed some `cssnano` options that caused potential conflicts with css modules
* Updated flow to understand global webpack definitions

2.0.0-alpha.1
-------------

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

0 comments on commit 768b5e1

Please sign in to comment.