We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60fc8 commit ea63b16Copy full SHA for ea63b16
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
This file contains all notable changes.
4
5
+### 0.3.0 - 2015-03-28
6
+
7
+#### Changed
8
9
+* Update packages (now using React v0.13.1)
10
+* Use ES6 class syntax instead of React.createClass
11
12
### 0.2.0 - 2015-03-10
13
package.json
@@ -1,6 +1,6 @@
1
{
"name": "webkid-react-starterkit",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "Lightweight starting point for a react web app.",
"keywords": [
"react",
0 commit comments