From 3d3bba0b0c2b5cfc613f52ff9e4d6a5d1c414fef Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Wed, 17 May 2017 15:53:24 -0700 Subject: [PATCH] Republished latest build of reactxp to fix crashing bug in Navigator component. --- docs/versions/version_history.md | 18 ++++++++++++------ package.json | 2 +- samples/hello-resub/package.json | 2 +- samples/hello-world/package.json | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/versions/version_history.md b/docs/versions/version_history.md index 12765dc1..ca672538 100644 --- a/docs/versions/version_history.md +++ b/docs/versions/version_history.md @@ -10,18 +10,24 @@ 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. ### Version History +#### Version 0.42.0_rc.9 of reactxp +_Released 17 May 2017_ + +Fixed bug in Navigator that caused crash in hello-world sample. + + +#### Version 0.42.0_rc.8 of reactxp +_Released 16 May 2017_ + +Removed Profiling API namespace and dependency on react-addons-perf. + + #### Version 0.1.1 of reactxp-virtualistview _Released 11 May 2017_ diff --git a/package.json b/package.json index 057b9aff..cc47ed38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactxp", - "version": "0.42.0-rc.8", + "version": "0.42.0-rc.9", "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 ", "license": "MIT", diff --git a/samples/hello-resub/package.json b/samples/hello-resub/package.json index e02f8a89..19b5b8d2 100644 --- a/samples/hello-resub/package.json +++ b/samples/hello-resub/package.json @@ -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.8", + "reactxp": "0.42.0-rc.9", "resub": "^0.0.12" } } diff --git a/samples/hello-world/package.json b/samples/hello-world/package.json index 54e26749..7aca3054 100644 --- a/samples/hello-world/package.json +++ b/samples/hello-world/package.json @@ -18,7 +18,7 @@ "webpack": "2.2.1" }, "dependencies": { - "reactxp": "0.42.0-rc.8", + "reactxp": "0.42.0-rc.9", "react": "^15.4.1", "react-dom": "^15.4.1", "react-native": "^0.42.0",