Skip to content

Commit

Permalink
Published 0.42.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed May 16, 2017
1 parent b6e92cd commit db0b7f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/versions/version_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ redirect_from:

## ReactXP Versioning

#### Version 0.42.0_rc.8 of reactxp
_Released 16 May 2017_

Removed Profiling API namespace and dependency on react-addons-perf.


### Versioning Strategy
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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp",
"version": "0.42.0-rc.7",
"version": "0.42.0-rc.8",
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution",
"author": "ReactXP Team <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-resub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "15.5.3",
"react-native": "0.42.3",
"react-native-windows": "^0.33.0",
"reactxp": "0.42.0-rc.1",
"reactxp": "0.42.0-rc.8",
"resub": "^0.0.12"
}
}
2 changes: 1 addition & 1 deletion samples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"webpack": "2.2.1"
},
"dependencies": {
"reactxp": "0.42.0-rc.1",
"reactxp": "0.42.0-rc.8",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-native": "^0.42.0",
Expand Down

0 comments on commit db0b7f2

Please sign in to comment.