Skip to content

Commit

Permalink
applying package updates ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Aug 31, 2020
1 parent c435902 commit 1e63538
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 55 deletions.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions change/react-native-windows-2020-08-24-13-14-55-logbox.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/E2ETest/package.json
Expand Up @@ -25,7 +25,7 @@
"prompt-sync": "^4.2.0",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.6",
"react-native-windows": "0.62.7",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft-reactnative-sampleapps/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.6",
"react-native-windows": "0.62.7",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.6"
"react-native-windows": "0.62.7"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
23 changes: 23 additions & 0 deletions packages/react-native-win32/CHANGELOG.json
@@ -1,6 +1,29 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Mon, 31 Aug 2020 15:06:25 GMT",
"tag": "@office-iss/react-native-win32_v0.62.2",
"version": "0.62.2",
"comments": {
"patch": [
{
"comment": "Fix Inspector in react-native-win32 0.62",
"author": "ngerlem@microsoft.com",
"commit": "fde66ec5e5a43dabf00f252359a16b7a228dc5d2",
"package": "@office-iss/react-native-win32"
}
],
"none": [
{
"comment": "Promote 0.62 to legacy",
"author": "ngerlem@microsoft.com",
"commit": "c435902f0f55e4bb5d8e72ecefa9b7ff4fd8792c",
"package": "@office-iss/react-native-win32"
}
]
}
},
{
"date": "Mon, 24 Aug 2020 15:05:38 GMT",
"tag": "@office-iss/react-native-win32_v0.62.1",
Expand Down
10 changes: 9 additions & 1 deletion 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:38 GMT and should not be manually modified.
This log was last generated on Mon, 31 Aug 2020 15:06:25 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.2

Mon, 31 Aug 2020 15:06:25 GMT

### Patches

- Fix Inspector in react-native-win32 0.62 (ngerlem@microsoft.com)

## 0.62.1

Mon, 24 Aug 2020 15:05:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-win32/package.json
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.62.1",
"version": "0.62.2",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand Down
35 changes: 35 additions & 0 deletions vnext/CHANGELOG.json
@@ -1,6 +1,41 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 31 Aug 2020 15:06:25 GMT",
"tag": "react-native-windows_v0.62.7",
"version": "0.62.7",
"comments": {
"patch": [
{
"comment": "[Internal] Changes to ExceptionManager to allow experimental logbox",
"author": "acoates-ms@noreply.github.com",
"commit": "a2797b3a78b025f85ea371e9050ce600de2ba5a5",
"package": "react-native-windows"
},
{
"comment": "[0.62] Fix deploy bug when framework packages are installed but not for all archs",
"author": "asklar@winse.microsoft.com",
"commit": "7feb8bbcd87647816320d26b2265ad1e31a8cb98",
"package": "react-native-windows"
}
],
"none": [
{
"comment": "Disable test disabled in master which tests logging capabilities of stub instance",
"author": "ngerlem@microsoft.com",
"commit": "fde66ec5e5a43dabf00f252359a16b7a228dc5d2",
"package": "react-native-windows"
},
{
"comment": "Promote 0.62 to legacy",
"author": "ngerlem@microsoft.com",
"commit": "c435902f0f55e4bb5d8e72ecefa9b7ff4fd8792c",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 24 Aug 2020 15:05:38 GMT",
"tag": "react-native-windows_v0.62.6",
Expand Down
11 changes: 10 additions & 1 deletion vnext/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - react-native-windows

This log was last generated on Mon, 24 Aug 2020 15:05:38 GMT and should not be manually modified.
This log was last generated on Mon, 31 Aug 2020 15:06:25 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.7

Mon, 31 Aug 2020 15:06:25 GMT

### Patches

- [Internal] Changes to ExceptionManager to allow experimental logbox (acoates-ms@noreply.github.com)
- [0.62] Fix deploy bug when framework packages are installed but not for all archs (asklar@winse.microsoft.com)

## 0.62.6

Mon, 24 Aug 2020 15:05:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.62.6",
"version": "0.62.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e63538

Please sign in to comment.