diff --git a/change/@office-iss-react-native-win32-2020-08-24-01-55-42-deprecate-accept-harder.json b/change/@office-iss-react-native-win32-2020-08-24-01-55-42-deprecate-accept-harder.json deleted file mode 100644 index 3a2da38724b..00000000000 --- a/change/@office-iss-react-native-win32-2020-08-24-01-55-42-deprecate-accept-harder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix bugs from acceptsKeyboardFocus to focusable deprecation", - "packageName": "@office-iss/react-native-win32", - "email": "ngerlem@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-24T08:55:40.764Z" -} diff --git a/change/@react-native-windows-cli-2020-08-25-14-38-36-archDeploy-0.63.json b/change/@react-native-windows-cli-2020-08-25-14-38-36-archDeploy-0.63.json deleted file mode 100644 index 7ba634797fa..00000000000 --- a/change/@react-native-windows-cli-2020-08-25-14-38-36-archDeploy-0.63.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "[0.63] Fix deploy bug where a framework package is installed for one arch but not the one that we are building for", - "packageName": "@react-native-windows/cli", - "email": "asklar@winse.microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-25T21:38:35.975Z" -} diff --git a/change/@react-native-windows-cli-2020-08-27-11-37-29-csharpmodulefix.json b/change/@react-native-windows-cli-2020-08-27-11-37-29-csharpmodulefix.json deleted file mode 100644 index 5fd4bddb1e1..00000000000 --- a/change/@react-native-windows-cli-2020-08-27-11-37-29-csharpmodulefix.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fixed templates so C++ apps can consume C# native modules", - "packageName": "@react-native-windows/cli", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-27T18:37:14.589Z" -} diff --git a/change/react-native-windows-2020-08-24-01-55-42-deprecate-accept-harder.json b/change/react-native-windows-2020-08-24-01-55-42-deprecate-accept-harder.json deleted file mode 100644 index 02465f8d2c8..00000000000 --- a/change/react-native-windows-2020-08-24-01-55-42-deprecate-accept-harder.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix bugs from acceptsKeyboardFocus to focusable deprecation", - "packageName": "react-native-windows", - "email": "ngerlem@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-24T08:55:42.877Z" -} diff --git a/change/react-native-windows-2020-08-24-18-13-47-master.json b/change/react-native-windows-2020-08-24-18-13-47-master.json deleted file mode 100644 index 80f4acde23c..00000000000 --- a/change/react-native-windows-2020-08-24-18-13-47-master.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix C# interop serialization for JsValueObject", - "packageName": "react-native-windows", - "email": "dannyvv@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-25T01:13:46.898Z" -} diff --git a/change/react-native-windows-2020-08-27-11-37-29-csharpmodulefix.json b/change/react-native-windows-2020-08-27-11-37-29-csharpmodulefix.json deleted file mode 100644 index 656074d635b..00000000000 --- a/change/react-native-windows-2020-08-27-11-37-29-csharpmodulefix.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fixed templates so C++ apps can consume C# native modules", - "packageName": "react-native-windows", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-08-27T18:37:29.718Z" -} diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index 54a99d71e22..116643b202e 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Fri, 28 Aug 2020 01:35:52 GMT", + "tag": "@react-native-windows/cli_v0.63.0-preview.4", + "version": "0.63.0-preview.4", + "comments": { + "prerelease": [ + { + "comment": "[0.63] Fix deploy bug where a framework package is installed for one arch but not the one that we are building for", + "author": "asklar@winse.microsoft.com", + "commit": "c272b1aa35856a3ceb3f1e127360f3b8886bda58", + "package": "@react-native-windows/cli" + }, + { + "comment": "Fixed templates so C++ apps can consume C# native modules", + "author": "jthysell@microsoft.com", + "commit": "8cec3d311e145bf7faad62b6e80f80e5691c0c12", + "package": "@react-native-windows/cli" + } + ] + } + }, { "date": "Mon, 24 Aug 2020 15:05:26 GMT", "tag": "@react-native-windows/cli_v0.63.0-preview.3", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index f6f2ad018dd..8fffacbcb1e 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @react-native-windows/cli -This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified. +This log was last generated on Fri, 28 Aug 2020 01:35:52 GMT and should not be manually modified. +## 0.63.0-preview.4 + +Fri, 28 Aug 2020 01:35:52 GMT + +### Changes + +- [0.63] Fix deploy bug where a framework package is installed for one arch but not the one that we are building for (asklar@winse.microsoft.com) +- Fixed templates so C++ apps can consume C# native modules (jthysell@microsoft.com) + ## 0.63.0-preview.3 Mon, 24 Aug 2020 15:05:26 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index 278466d8724..a204d3cb286 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-preview.3", + "version": "0.63.0-preview.4", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { diff --git a/packages/E2ETest/package.json b/packages/E2ETest/package.json index 6988df8b2a7..665f7fde8c4 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.0-preview.4" + "react-native-windows": "0.63.0-preview.5" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/microsoft-reactnative-sampleapps/package.json b/packages/microsoft-reactnative-sampleapps/package.json index a71418454c5..d9b7dc8f32c 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.0-preview.4" + "react-native-windows": "0.63.0-preview.5" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/playground/package.json b/packages/playground/package.json index a5ef6bdcff0..84bbdc7575c 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.0-preview.4" + "react-native-windows": "0.63.0-preview.5" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/packages/react-native-win32/CHANGELOG.json b/packages/react-native-win32/CHANGELOG.json index 2ddf8a95304..1d27c44336a 100644 --- a/packages/react-native-win32/CHANGELOG.json +++ b/packages/react-native-win32/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@office-iss/react-native-win32", "entries": [ + { + "date": "Fri, 28 Aug 2020 01:35:52 GMT", + "tag": "@office-iss/react-native-win32_v0.63.0-preview.4", + "version": "0.63.0-preview.4", + "comments": { + "prerelease": [ + { + "comment": "Fix bugs from acceptsKeyboardFocus to focusable deprecation", + "author": "ngerlem@microsoft.com", + "commit": "fc504755f0658f66d49c54b8b435b32e2780ae90", + "package": "@office-iss/react-native-win32" + } + ] + } + }, { "date": "Mon, 24 Aug 2020 15:05:26 GMT", "tag": "@office-iss/react-native-win32_v0.63.0-preview.3", diff --git a/packages/react-native-win32/CHANGELOG.md b/packages/react-native-win32/CHANGELOG.md index a96da2bec78..41c8591090f 100644 --- a/packages/react-native-win32/CHANGELOG.md +++ b/packages/react-native-win32/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @office-iss/react-native-win32 -This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified. +This log was last generated on Fri, 28 Aug 2020 01:35:52 GMT and should not be manually modified. +## 0.63.0-preview.4 + +Fri, 28 Aug 2020 01:35:52 GMT + +### Changes + +- Fix bugs from acceptsKeyboardFocus to focusable deprecation (ngerlem@microsoft.com) + ## 0.63.0-preview.3 Mon, 24 Aug 2020 15:05:26 GMT diff --git a/packages/react-native-win32/package.json b/packages/react-native-win32/package.json index 8f97f3e8f8e..288f0969715 100644 --- a/packages/react-native-win32/package.json +++ b/packages/react-native-win32/package.json @@ -1,6 +1,6 @@ { "name": "@office-iss/react-native-win32", - "version": "0.63.0-preview.3", + "version": "0.63.0-preview.4", "description": "Implementation of react native on top of Office's Win32 platform.", "license": "MIT", "main": "./index.win32.js", diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index 1da70bca046..fd4e13b0ef6 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-preview.3", + "@react-native-windows/cli": "0.63.0-preview.4", "@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 166bbe0701e..d176a99101d 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Fri, 28 Aug 2020 01:35:52 GMT", + "tag": "react-native-windows_v0.63.0-preview.5", + "version": "0.63.0-preview.5", + "comments": { + "prerelease": [ + { + "comment": "Fix bugs from acceptsKeyboardFocus to focusable deprecation", + "author": "ngerlem@microsoft.com", + "commit": "fc504755f0658f66d49c54b8b435b32e2780ae90", + "package": "react-native-windows" + }, + { + "comment": "Fix C# interop serialization for JsValueObject", + "author": "dannyvv@microsoft.com", + "commit": "db50a83acb6a4027f975e2c43ca3fe9c14dc0eea", + "package": "react-native-windows" + }, + { + "comment": "Fixed templates so C++ apps can consume C# native modules", + "author": "jthysell@microsoft.com", + "commit": "8cec3d311e145bf7faad62b6e80f80e5691c0c12", + "package": "react-native-windows" + } + ] + } + }, { "date": "Mon, 24 Aug 2020 15:05:26 GMT", "tag": "react-native-windows_v0.63.0-preview.4", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 0e2950bc988..3a3a8066e9a 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - react-native-windows -This log was last generated on Mon, 24 Aug 2020 15:05:26 GMT and should not be manually modified. +This log was last generated on Fri, 28 Aug 2020 01:35:52 GMT and should not be manually modified. +## 0.63.0-preview.5 + +Fri, 28 Aug 2020 01:35:52 GMT + +### Changes + +- Fix bugs from acceptsKeyboardFocus to focusable deprecation (ngerlem@microsoft.com) +- Fix C# interop serialization for JsValueObject (dannyvv@microsoft.com) +- Fixed templates so C++ apps can consume C# native modules (jthysell@microsoft.com) + ## 0.63.0-preview.4 Mon, 24 Aug 2020 15:05:26 GMT diff --git a/vnext/package.json b/vnext/package.json index 89c5e979521..7b999ac423f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.63.0-preview.4", + "version": "0.63.0-preview.5", "license": "MIT", "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/runtime": "^7.8.4", - "@react-native-windows/cli": "0.63.0-preview.3", + "@react-native-windows/cli": "0.63.0-preview.4", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2",