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 Sep 7, 2020
1 parent a70171c commit b1b978c
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 31 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/E2ETest/package.json
Original file line number Diff line number Diff line change
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.7",
"react-native-windows": "0.62.8",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft-reactnative-sampleapps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.7",
"react-native-windows": "0.62.8",
"rnpm-plugin-windows": "^0.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.7"
"react-native-windows": "0.62.8"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Mon, 07 Sep 2020 15:05:49 GMT",
"tag": "@office-iss/react-native-win32_v0.62.3",
"version": "0.62.3",
"comments": {
"patch": [
{
"comment": "A couple of minor style changes in logbox to avoid win32 asserts.",
"author": "[email protected]",
"commit": "d734250ba4f4db34f5dbe7e8e089331e2a65f9a6",
"package": "@office-iss/react-native-win32"
}
]
}
},
{
"date": "Mon, 31 Aug 2020 15:06:25 GMT",
"tag": "@office-iss/react-native-win32_v0.62.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

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

<!-- Start content -->

## 0.62.3

Mon, 07 Sep 2020 15:05:49 GMT

### Patches

- A couple of minor style changes in logbox to avoid win32 asserts. ([email protected])

## 0.62.2

Mon, 31 Aug 2020 15:06:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.62.2",
"version": "0.62.3",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand Down
21 changes: 21 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 07 Sep 2020 15:05:49 GMT",
"tag": "react-native-windows_v0.62.8",
"version": "0.62.8",
"comments": {
"patch": [
{
"comment": "Drop remaining ShadowNodes in UIManager dtor",
"author": "email not defined",
"commit": "348d927359f310bd2556b79d6e4248b3caf46d3b",
"package": "react-native-windows"
},
{
"comment": "Backport arm64 support from master.",
"author": "[email protected]",
"commit": "a70171cdfa4bc22009c4d0c7a30f51421effe75a",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 31 Aug 2020 15:06:25 GMT",
"tag": "react-native-windows_v0.62.7",
Expand Down
11 changes: 10 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - react-native-windows

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

<!-- Start content -->

## 0.62.8

Mon, 07 Sep 2020 15:05:49 GMT

### Patches

- Drop remaining ShadowNodes in UIManager dtor (email not defined)
- Backport arm64 support from master. ([email protected])

## 0.62.7

Mon, 31 Aug 2020 15:06:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.62.7",
"version": "0.62.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit b1b978c

Please sign in to comment.