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 21, 2020
1 parent 504ba7d commit 85c4637
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 21 deletions.

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.10",
"react-native-windows": "0.62.11",
"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.10",
"react-native-windows": "0.62.11",
"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.10"
"react-native-windows": "0.62.11"
},
"devDependencies": {
"@babel/core": "^7.8.4",
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, 21 Sep 2020 15:06:34 GMT",
"tag": "react-native-windows_v0.62.11",
"version": "0.62.11",
"comments": {
"patch": [
{
"comment": "Fix for intermittent shutdown crash from websockets",
"author": "[email protected]",
"commit": "504ba7da5a9424f8bf74873cb0e46e2cf0d661bc",
"package": "react-native-windows"
},
{
"comment": "Port update folly to 0.62",
"author": "[email protected]",
"commit": "3a17ca6e818dac01124de4d40fde1e624deb7e74",
"package": "react-native-windows"
}
]
}
},
{
"date": "Mon, 14 Sep 2020 22:00:08 GMT",
"tag": "react-native-windows_v0.62.10",
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, 14 Sep 2020 22:00:08 GMT and should not be manually modified.
This log was last generated on Mon, 21 Sep 2020 15:06:34 GMT and should not be manually modified.

<!-- Start content -->

## 0.62.11

Mon, 21 Sep 2020 15:06:34 GMT

### Patches

- Fix for intermittent shutdown crash from websockets ([email protected])
- Port update folly to 0.62 ([email protected])

## 0.62.10

Mon, 14 Sep 2020 22:00:08 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.10",
"version": "0.62.11",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 85c4637

Please sign in to comment.