Skip to content

Commit bfda1e7

Browse files
committedOct 6, 2014
release v0.9.0
1 parent 1e15a58 commit bfda1e7

File tree

5 files changed

+1076
-1330
lines changed

5 files changed

+1076
-1330
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.9.0 - Mon, 06 Oct 2014 19:37:27 GMT
2+
--------------------------------------
3+
4+
- [5aae2a8](../../commit/5aae2a8) [added] onChange event to Routes
5+
- [ba65269](../../commit/ba65269) [removed] AsyncState
6+
7+
18
v0.8.0 - Sat, 04 Oct 2014 05:39:02 GMT
29
--------------------------------------
310

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"homepage": "https://github.com/rackt/react-router",
55
"authors": [
66
"Ryan Florence",

‎dist/react-router.js

+1,065-1,325
Large diffs are not rendered by default.

‎dist/react-router.min.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A complete routing library for React.js",
55
"main": "./modules/index",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.