Skip to content

Commit b81253c

Browse files
author
David Zukowski
committed
release(2.0.0-alpha.3)
1 parent 4adf061 commit b81253c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

4+
2.0.0-alpha.3
5+
-------------
6+
7+
### Features
8+
* Upgraded `flow-interfaces` to `^0.6.0`
9+
10+
### Improvements
11+
* Moved dependencies needed for production builds from devDependencies to regular dependencies
12+
13+
### Fixes
14+
* Production configuration now generates assets with absolute rather than relative paths
15+
16+
### Deprecations
17+
* Removed `eslint-loader` for performance reasons
18+
419
2.0.0-alpha.2
520
-------------
621

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.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)