diff --git a/change/@react-native-windows-cli-2020-10-29-15-59-32-fix-inquirer.json b/change/@react-native-windows-cli-2020-10-29-15-59-32-fix-inquirer.json deleted file mode 100644 index 8082ea026fe..00000000000 --- a/change/@react-native-windows-cli-2020-10-29-15-59-32-fix-inquirer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Fix Generator Failing to Overwrite Template Files", - "packageName": "@react-native-windows/cli", - "email": "ngerlem@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-10-29T22:59:32.771Z" -} diff --git a/change/react-native-windows-2020-10-23-11-35-02-animreloadcrash63.json b/change/react-native-windows-2020-10-23-11-35-02-animreloadcrash63.json deleted file mode 100644 index 529f906b4ab..00000000000 --- a/change/react-native-windows-2020-10-23-11-35-02-animreloadcrash63.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Fix crash during instance destruction if there are outstanding animations", - "packageName": "react-native-windows", - "email": "30809111+acoates-ms@users.noreply.github.com", - "dependentChangeType": "patch", - "date": "2020-10-23T18:35:02.029Z" -} diff --git a/change/react-native-windows-2020-10-26-13-33-16-uimanager63.json b/change/react-native-windows-2020-10-26-13-33-16-uimanager63.json deleted file mode 100644 index 420914cf34b..00000000000 --- a/change/react-native-windows-2020-10-26-13-33-16-uimanager63.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "[Internal] Expose additional createUIManagerModule method", - "packageName": "react-native-windows", - "email": "30809111+acoates-ms@users.noreply.github.com", - "dependentChangeType": "patch", - "date": "2020-10-26T20:33:16.200Z" -} diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index 163ebd60502..db852e25606 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Mon, 02 Nov 2020 15:05:04 GMT", + "tag": "@react-native-windows/cli_v0.63.1", + "version": "0.63.1", + "comments": { + "patch": [ + { + "comment": "Fix Generator Failing to Overwrite Template Files", + "author": "ngerlem@microsoft.com", + "commit": "544a4f22c028016f2884b49bbf580b3fcdef715f", + "package": "@react-native-windows/cli" + } + ] + } + }, { "date": "Mon, 31 Aug 2020 15:05:16 GMT", "tag": "@react-native-windows/cli_v0.63.0", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index b3dd22e3c49..5079865bb57 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/cli -This log was last generated on Mon, 31 Aug 2020 15:05:16 GMT and should not be manually modified. +This log was last generated on Mon, 02 Nov 2020 15:05:04 GMT and should not be manually modified. +## 0.63.1 + +Mon, 02 Nov 2020 15:05:04 GMT + +### Patches + +- Fix Generator Failing to Overwrite Template Files (ngerlem@microsoft.com) + ## 0.63.0 Mon, 31 Aug 2020 15:05:16 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index a1452dc3615..438c29078b8 100644 --- a/packages/@react-native-windows/cli/package.json +++ b/packages/@react-native-windows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/cli", - "version": "0.63.0", + "version": "0.63.1", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { diff --git a/packages/E2ETest/package.json b/packages/E2ETest/package.json index ac0dda1b572..1e7685f2585 100644 --- a/packages/E2ETest/package.json +++ b/packages/E2ETest/package.json @@ -24,7 +24,7 @@ "prompt-sync": "^4.2.0", "react": "16.13.1", "react-native": "0.63.2", - "react-native-windows": "0.63.5" + "react-native-windows": "0.63.6" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/microsoft-reactnative-sampleapps/package.json b/packages/microsoft-reactnative-sampleapps/package.json index ac4c60c6e52..a287c2d3b58 100644 --- a/packages/microsoft-reactnative-sampleapps/package.json +++ b/packages/microsoft-reactnative-sampleapps/package.json @@ -13,7 +13,7 @@ "dependencies": { "react": "16.13.1", "react-native": "0.63.2", - "react-native-windows": "0.63.5" + "react-native-windows": "0.63.6" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/playground/package.json b/packages/playground/package.json index 2bf8f922fcb..1e5111b480e 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -12,7 +12,7 @@ "dependencies": { "react": "16.13.1", "react-native": "0.63.2", - "react-native-windows": "0.63.5" + "react-native-windows": "0.63.6" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index 8b675ef0866..6bb8094bfd6 100644 --- a/packages/react-native-windows-init/package.json +++ b/packages/react-native-windows-init/package.json @@ -26,7 +26,7 @@ "yargs": "^15.1.0" }, "devDependencies": { - "@react-native-windows/cli": "0.63.0", + "@react-native-windows/cli": "0.63.1", "@rnw-scripts/eslint-config": "0.0.2", "@rnw-scripts/just-task": "0.0.2", "@rnw-scripts/ts-config": "0.1.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 82bf5774986..c30f180b0db 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 02 Nov 2020 15:05:04 GMT", + "tag": "react-native-windows_v0.63.6", + "version": "0.63.6", + "comments": { + "patch": [ + { + "comment": "Fix crash during instance destruction if there are outstanding animations", + "author": "30809111+acoates-ms@users.noreply.github.com", + "commit": "e010b7ef47974cc6b0cfb4e26336dd8a708bcf4f", + "package": "react-native-windows" + }, + { + "comment": "[Internal] Expose additional createUIManagerModule method", + "author": "30809111+acoates-ms@users.noreply.github.com", + "commit": "0299fa1c6d390dbb0e8aa19b30a540f18d256ec5", + "package": "react-native-windows" + } + ] + } + }, { "date": "Mon, 12 Oct 2020 15:07:16 GMT", "tag": "react-native-windows_v0.63.5", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index d12b8fc8a7c..95432f58d77 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - react-native-windows -This log was last generated on Mon, 12 Oct 2020 15:07:16 GMT and should not be manually modified. +This log was last generated on Mon, 02 Nov 2020 15:05:04 GMT and should not be manually modified. +## 0.63.6 + +Mon, 02 Nov 2020 15:05:04 GMT + +### Patches + +- Fix crash during instance destruction if there are outstanding animations (30809111+acoates-ms@users.noreply.github.com) +- [Internal] Expose additional createUIManagerModule method (30809111+acoates-ms@users.noreply.github.com) + ## 0.63.5 Mon, 12 Oct 2020 15:07:16 GMT diff --git a/vnext/package.json b/vnext/package.json index 49ef1d339b3..39f2f604b20 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.63.5", + "version": "0.63.6", "license": "MIT", "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/runtime": "^7.8.4", - "@react-native-windows/cli": "0.63.0", + "@react-native-windows/cli": "0.63.1", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2",