Skip to content

Commit 0233d9a

Browse files
committed
v0.5.0
1 parent 6776973 commit 0233d9a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.5.0
2+
3+
Upgrade React 0.14 -> 15.0
4+
15
# v0.4.0
26

37
Major refactor to bring dependencies up-to-date:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "essential-react",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A minimal skeleton for building testable React apps using Babel",
55
"main": "src/main.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"nyc": "^5.6.0",
4444
"postcss-loader": "^0.6.0",
4545
"postcss-nested": "^1.0.0",
46-
"react-addons-test-utils": "^0.14.7",
46+
"react-addons-test-utils": "^15.0.1",
4747
"react-hot-loader": "^1.3.0",
4848
"sinon": "^1.17.2",
4949
"style-loader": "^0.12.3",
@@ -55,8 +55,8 @@
5555
"babel-polyfill": "^6.5.0",
5656
"babel-runtime": "^6.5.0",
5757
"express": "^4.12.3",
58-
"react": "^0.14.7",
59-
"react-dom": "^0.14.7",
58+
"react": "^15.0.1",
59+
"react-dom": "^15.0.1",
6060
"react-router": "^2.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)