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 May 8, 2020
1 parent f4d3efc commit dc1285d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.

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 @@ -24,7 +24,7 @@
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-windows": "0.61.8",
"react-native-windows": "0.61.9",
"rnpm-plugin-windows": "^0.5.1-0"
},
"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.9.0",
"react-native": "0.61.5",
"react-native-windows": "0.61.8",
"react-native-windows": "0.61.9",
"rnpm-plugin-windows": "^0.5.1-0"
},
"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 @@ -14,7 +14,7 @@
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-windows": "0.61.8",
"react-native-windows": "0.61.9",
"rnpm-plugin-windows": "^0.5.1-0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Fri, 08 May 2020 10:11:33 GMT",
"tag": "react-native-windows_v0.61.9",
"version": "0.61.9",
"comments": {
"patch": [
{
"comment": "Ensure WebSocket write lifetime",
"author": "julio.rocha@microsoft.com",
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
}
]
}
},
{
"date": "Mon, 04 May 2020 21:13:13 GMT",
"tag": "react-native-windows_v0.61.8",
Expand Down
8 changes: 7 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log - react-native-windows

This log was last generated on Mon, 04 May 2020 21:13:13 GMT and should not be manually modified.
This log was last generated on Fri, 08 May 2020 10:11:33 GMT and should not be manually modified.

## 0.61.9
Fri, 08 May 2020 10:11:33 GMT

### Patches

- Ensure WebSocket write lifetime (julio.rocha@microsoft.com)
## 0.61.8
Mon, 04 May 2020 21:13:13 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.61.8",
"version": "0.61.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit dc1285d

Please sign in to comment.