Skip to content

Commit 3d3bba0

Browse files
committed
Republished latest build of reactxp to fix crashing bug in Navigator component.
1 parent ec852e4 commit 3d3bba0

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

docs/versions/version_history.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,24 @@ redirect_from:
1010

1111
## ReactXP Versioning
1212

13-
#### Version 0.42.0_rc.8 of reactxp
14-
_Released 16 May 2017_
15-
16-
Removed Profiling API namespace and dependency on react-addons-perf.
17-
18-
1913
### Versioning Strategy
2014
A new version of ReactXP will be released a monthly basis (approximately), following the same general update timeline of React Native. Each new version will get its own branch, allowing consumers of the library to take a dependency on a stable code base.
2115

2216

2317
### Version History
2418

19+
#### Version 0.42.0_rc.9 of reactxp
20+
_Released 17 May 2017_
21+
22+
Fixed bug in Navigator that caused crash in hello-world sample.
23+
24+
25+
#### Version 0.42.0_rc.8 of reactxp
26+
_Released 16 May 2017_
27+
28+
Removed Profiling API namespace and dependency on react-addons-perf.
29+
30+
2531
#### Version 0.1.1 of reactxp-virtualistview
2632
_Released 11 May 2017_
2733

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp",
3-
"version": "0.42.0-rc.8",
3+
"version": "0.42.0-rc.9",
44
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution",
55
"author": "ReactXP Team <[email protected]>",
66
"license": "MIT",

samples/hello-resub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "15.5.3",
2323
"react-native": "0.42.3",
2424
"react-native-windows": "^0.33.0",
25-
"reactxp": "0.42.0-rc.8",
25+
"reactxp": "0.42.0-rc.9",
2626
"resub": "^0.0.12"
2727
}
2828
}

samples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"webpack": "2.2.1"
1919
},
2020
"dependencies": {
21-
"reactxp": "0.42.0-rc.8",
21+
"reactxp": "0.42.0-rc.9",
2222
"react": "^15.4.1",
2323
"react-dom": "^15.4.1",
2424
"react-native": "^0.42.0",

0 commit comments

Comments
 (0)