diff --git a/change/react-native-windows-2020-06-14-00-14-17-fix-switch-disabling.json b/change/react-native-windows-2020-06-14-00-14-17-fix-switch-disabling.json deleted file mode 100644 index c525dc1f3d8..00000000000 --- a/change/react-native-windows-2020-06-14-00-14-17-fix-switch-disabling.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Prevent Switches from Accidentally Becoming Disabled", - "packageName": "react-native-windows", - "email": "ngerlem@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-06-14T07:14:17.082Z" -} diff --git a/packages/E2ETest/package.json b/packages/E2ETest/package.json index 2c030777aec..00b4880bfe7 100644 --- a/packages/E2ETest/package.json +++ b/packages/E2ETest/package.json @@ -25,7 +25,7 @@ "prompt-sync": "^4.2.0", "react": "16.11.0", "react-native": "0.62.2", - "react-native-windows": "0.62.0-preview.14", + "react-native-windows": "0.62.0-preview.15", "rnpm-plugin-windows": "^0.6.1" }, "devDependencies": { diff --git a/packages/microsoft-reactnative-sampleapps/package.json b/packages/microsoft-reactnative-sampleapps/package.json index 58f4e812bea..9d8a8f7b52c 100644 --- a/packages/microsoft-reactnative-sampleapps/package.json +++ b/packages/microsoft-reactnative-sampleapps/package.json @@ -16,7 +16,7 @@ "dependencies": { "react": "16.11.0", "react-native": "0.62.2", - "react-native-windows": "0.62.0-preview.14", + "react-native-windows": "0.62.0-preview.15", "rnpm-plugin-windows": "^0.6.1" }, "devDependencies": { diff --git a/packages/playground/package.json b/packages/playground/package.json index 7466ab27e9a..aff44a4e27c 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "16.11.0", "react-native": "0.62.2", - "react-native-windows": "0.62.0-preview.14" + "react-native-windows": "0.62.0-preview.15" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 406c8d1bf44..604c59141db 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Tue, 16 Jun 2020 08:37:17 GMT", + "tag": "react-native-windows_v0.62.0-preview.15", + "version": "0.62.0-preview.15", + "comments": { + "prerelease": [ + { + "comment": "Prevent Switches from Accidentally Becoming Disabled", + "author": "ngerlem@microsoft.com", + "commit": "9c8448948da9081bcda22302fbeea317662d3ba3", + "package": "react-native-windows" + } + ] + } + }, { "date": "Fri, 12 Jun 2020 20:55:23 GMT", "tag": "react-native-windows_v0.62.0-preview.14", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index ca37d2b23d1..0bddad87199 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-windows -This log was last generated on Fri, 12 Jun 2020 20:55:23 GMT and should not be manually modified. +This log was last generated on Tue, 16 Jun 2020 08:37:17 GMT and should not be manually modified. +## 0.62.0-preview.15 + +Tue, 16 Jun 2020 08:37:17 GMT + +### Changes + +- Prevent Switches from Accidentally Becoming Disabled (ngerlem@microsoft.com) + ## 0.62.0-preview.14 Fri, 12 Jun 2020 20:55:23 GMT diff --git a/vnext/package.json b/vnext/package.json index cfecbe52940..1bb99672779 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.62.0-preview.14", + "version": "0.62.0-preview.15", "license": "MIT", "repository": { "type": "git",