Skip to content

Commit db0b7f2

Browse files
committed
Published 0.42.0-rc.8
1 parent b6e92cd commit db0b7f2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

docs/versions/version_history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ 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+
1319
### Versioning Strategy
1420
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.
1521

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.7",
3+
"version": "0.42.0-rc.8",
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.1",
25+
"reactxp": "0.42.0-rc.8",
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.1",
21+
"reactxp": "0.42.0-rc.8",
2222
"react": "^15.4.1",
2323
"react-dom": "^15.4.1",
2424
"react-native": "^0.42.0",

0 commit comments

Comments
 (0)