diff --git a/change/react-native-windows-2020-07-08-13-10-31-deploy2.json b/change/react-native-windows-2020-07-08-13-10-31-deploy2.json deleted file mode 100644 index 2a18ec22754..00000000000 --- a/change/react-native-windows-2020-07-08-13-10-31-deploy2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "run-windows cannot find built app with default init app", - "packageName": "react-native-windows", - "email": "acoates@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-07-08T20:10:31.064Z" -} diff --git a/change/react-native-windows-2020-07-09-10-31-29-wackOn62.json b/change/react-native-windows-2020-07-09-10-31-29-wackOn62.json deleted file mode 100644 index 4c65bd08017..00000000000 --- a/change/react-native-windows-2020-07-09-10-31-29-wackOn62.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "make microsoft.reactnative pass wack", - "packageName": "react-native-windows", - "email": "asklar@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-07-09T17:31:29.140Z" -} diff --git a/packages/E2ETest/package.json b/packages/E2ETest/package.json index d9d2ec58775..d906c5b97f4 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.1", + "react-native-windows": "0.62.2", "rnpm-plugin-windows": "^0.6.1" }, "devDependencies": { diff --git a/packages/microsoft-reactnative-sampleapps/package.json b/packages/microsoft-reactnative-sampleapps/package.json index 439486c3651..3c96ae37b14 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.1", + "react-native-windows": "0.62.2", "rnpm-plugin-windows": "^0.6.1" }, "devDependencies": { diff --git a/packages/playground/package.json b/packages/playground/package.json index 73c1f161c96..499fb06ca8d 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.1" + "react-native-windows": "0.62.2" }, "devDependencies": { "@babel/core": "^7.8.4", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index f568a568963..55c49ca36ab 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 13 Jul 2020 15:05:25 GMT", + "tag": "react-native-windows_v0.62.2", + "version": "0.62.2", + "comments": { + "patch": [ + { + "comment": "run-windows cannot find built app with default init app", + "author": "acoates@microsoft.com", + "commit": "0692ad379aab8fed2b8c1afa594c55af445ff42d", + "package": "react-native-windows" + }, + { + "comment": "make microsoft.reactnative pass wack", + "author": "asklar@microsoft.com", + "commit": "f69550f7709793dc0ae28d959682e0c2c6eef4a9", + "package": "react-native-windows" + } + ] + } + }, { "date": "Mon, 06 Jul 2020 23:21:53 GMT", "tag": "react-native-windows_v0.62.1", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 8a095fafc4c..5adf24eac10 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, 06 Jul 2020 23:21:53 GMT and should not be manually modified. +This log was last generated on Mon, 13 Jul 2020 15:05:25 GMT and should not be manually modified. +## 0.62.2 + +Mon, 13 Jul 2020 15:05:25 GMT + +### Patches + +- run-windows cannot find built app with default init app (acoates@microsoft.com) +- make microsoft.reactnative pass wack (asklar@microsoft.com) + ## 0.62.1 Mon, 06 Jul 2020 23:21:53 GMT diff --git a/vnext/package.json b/vnext/package.json index e8e2fdf13bd..7def486c565 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.62.1", + "version": "0.62.2", "license": "MIT", "repository": { "type": "git",