File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ v0.9.1 - Mon, 06 Oct 2014 20:55:32 GMT
2
+ --------------------------------------
3
+
4
+ -
5
+
6
+
1
7
v0.9.0 - Mon, 06 Oct 2014 19:37:27 GMT
2
8
--------------------------------------
3
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"homepage" : " https://github.com/rackt/react-router" ,
5
5
"authors" : [
6
6
" Ryan Florence" ,
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ var Route = React.createClass({
323
323
324
324
getUnreservedProps : function ( props ) {
325
325
return withoutProperties ( props , RESERVED_PROPS ) ;
326
- } ,
326
+ }
327
327
328
328
} ,
329
329
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " A complete routing library for React.js" ,
5
5
"main" : " ./modules/index" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments