Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed Apr 16, 2016
1 parent 6776973 commit 0233d9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.5.0

Upgrade React 0.14 -> 15.0

# v0.4.0

Major refactor to bring dependencies up-to-date:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "essential-react",
"version": "0.4.0",
"version": "0.5.0",
"description": "A minimal skeleton for building testable React apps using Babel",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"nyc": "^5.6.0",
"postcss-loader": "^0.6.0",
"postcss-nested": "^1.0.0",
"react-addons-test-utils": "^0.14.7",
"react-addons-test-utils": "^15.0.1",
"react-hot-loader": "^1.3.0",
"sinon": "^1.17.2",
"style-loader": "^0.12.3",
Expand All @@ -55,8 +55,8 @@
"babel-polyfill": "^6.5.0",
"babel-runtime": "^6.5.0",
"express": "^4.12.3",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.0.0"
}
}

0 comments on commit 0233d9a

Please sign in to comment.