From 38cc594680a6ba5c829981233e80bfecdeb204c2 Mon Sep 17 00:00:00 2001 From: David de Regt <> Date: Sat, 30 Nov 2019 01:06:55 -0800 Subject: [PATCH] 2.0.0 version bump and moving to using releases --- docs/versions/version_history.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/versions/version_history.md b/docs/versions/version_history.md index 5bade700..74bf05d6 100644 --- a/docs/versions/version_history.md +++ b/docs/versions/version_history.md @@ -18,6 +18,9 @@ Following semver rules, the major version (the first number in the version strin ### Version History +#### Version 2.0.0 of reactxp - _30 November 2019_ +* All releases and notes going forward will be tracked on the [Github ReactXP Releases page](https://github.com/microsoft/reactxp/releases) + #### Version 2.0.0-rc.2 of reactxp-video - _9 October 2019_ * Updated react-native-video to 4.X diff --git a/package.json b/package.json index a4a6adff..2c4cdfc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactxp", - "version": "2.0.0-rc.2", + "version": "2.0.0", "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",