diff --git a/change/react-native-windows-2020-04-24-19-55-04-master.json b/change/react-native-windows-2020-04-24-19-55-04-master.json deleted file mode 100644 index 1edb09f94f8..00000000000 --- a/change/react-native-windows-2020-04-24-19-55-04-master.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Disable copying V8 dll to target output; we need a clearer way to distinguish uwp vs. win32 in the build system but this will do for now to unblock #4475", - "packageName": "react-native-windows", - "email": "tudorm@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-04-25T02:55:04.378Z" -} diff --git a/packages/E2ETest/package.json b/packages/E2ETest/package.json index 48cc3837416..833ef65c78d 100644 --- a/packages/E2ETest/package.json +++ b/packages/E2ETest/package.json @@ -24,7 +24,7 @@ "dependencies": { "react": "16.9.0", "react-native": "0.61.5", - "react-native-windows": "0.61.6", + "react-native-windows": "0.61.7", "rnpm-plugin-windows": "^0.5.1-0" }, "devDependencies": { diff --git a/packages/microsoft-reactnative-sampleapps/package.json b/packages/microsoft-reactnative-sampleapps/package.json index aa45ee9b33f..9976e2081d8 100644 --- a/packages/microsoft-reactnative-sampleapps/package.json +++ b/packages/microsoft-reactnative-sampleapps/package.json @@ -16,7 +16,7 @@ "dependencies": { "react": "16.9.0", "react-native": "0.61.5", - "react-native-windows": "0.61.6", + "react-native-windows": "0.61.7", "rnpm-plugin-windows": "^0.5.1-0" }, "devDependencies": { diff --git a/packages/playground/package.json b/packages/playground/package.json index 0b93f1bbfc2..b1525460f7a 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -14,7 +14,7 @@ "dependencies": { "react": "16.9.0", "react-native": "0.61.5", - "react-native-windows": "0.61.6", + "react-native-windows": "0.61.7", "rnpm-plugin-windows": "^0.5.1-0" }, "devDependencies": { diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 2e4d9d38b3a..a434965b520 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,20 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Sat, 25 Apr 2020 04:46:21 GMT", + "tag": "react-native-windows_v0.61.7", + "version": "0.61.7", + "comments": { + "patch": [ + { + "comment": "Disable copying V8 dll to target output; we need a clearer way to distinguish uwp vs. win32 in the build system but this will do for now to unblock #4475", + "author": "tudorm@microsoft.com", + "commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a" + } + ] + } + }, { "date": "Tue, 21 Apr 2020 20:39:09 GMT", "tag": "react-native-windows_v0.61.6", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index ab3c989ee40..94f2fcbfbbe 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,7 +1,13 @@ # Change Log - react-native-windows -This log was last generated on Tue, 21 Apr 2020 20:39:09 GMT and should not be manually modified. +This log was last generated on Sat, 25 Apr 2020 04:46:21 GMT and should not be manually modified. +## 0.61.7 +Sat, 25 Apr 2020 04:46:21 GMT + +### Patches + +- Disable copying V8 dll to target output; we need a clearer way to distinguish uwp vs. win32 in the build system but this will do for now to unblock #4475 (tudorm@microsoft.com) ## 0.61.6 Tue, 21 Apr 2020 20:39:09 GMT diff --git a/vnext/package.json b/vnext/package.json index 669bc91e68b..1f7e5478399 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.61.6", + "version": "0.61.7", "license": "MIT", "repository": { "type": "git",