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 Oct 25, 2019
1 parent b92e904 commit c9d57f0
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 29 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/E2ETest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.12.tar.gz",
"react-native-windows": "0.60.0-vnext.45",
"react-native-windows-extended": "0.60.10",
"react-native-windows": "0.60.0-vnext.46",
"react-native-windows-extended": "0.60.11",
"rnpm-plugin-windows": "^0.3.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/microsoft-reactnative-sampleapps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.12.tar.gz",
"react-native-windows": "0.60.0-vnext.45",
"react-native-windows-extended": "0.60.10",
"react-native-windows": "0.60.0-vnext.46",
"react-native-windows-extended": "0.60.11",
"rnpm-plugin-windows": "^0.3.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.12.tar.gz",
"react-native-windows": "0.60.0-vnext.45",
"react-native-windows-extended": "0.60.10",
"react-native-windows": "0.60.0-vnext.46",
"react-native-windows-extended": "0.60.11",
"rnpm-plugin-windows": "^0.3.7"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/react-native-windows-extended/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "react-native-windows-extended",
"entries": [
{
"date": "Fri, 25 Oct 2019 20:56:10 GMT",
"tag": "react-native-windows-extended_v0.60.11",
"version": "0.60.11",
"comments": {
"patch": [
{
"comment": "Updating react-native to version: 0.60.0-microsoft.12",
"author": "53619745+rnbot@users.noreply.github.com",
"commit": "5e0084f19a518d04caf2568cba716ea881aea30d"
}
]
}
},
{
"date": "Wed, 23 Oct 2019 20:38:22 GMT",
"tag": "react-native-windows-extended_v0.60.10",
Expand Down
8 changes: 7 additions & 1 deletion packages/react-native-windows-extended/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log - react-native-windows-extended

This log was last generated on Wed, 23 Oct 2019 20:38:22 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2019 20:56:10 GMT and should not be manually modified.

## 0.60.11
Fri, 25 Oct 2019 20:56:10 GMT

### Patches

- Updating react-native to version: 0.60.0-microsoft.12 (53619745+rnbot@users.noreply.github.com)
## 0.60.10
Wed, 23 Oct 2019 20:38:22 GMT

Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-windows-extended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows-extended",
"version": "0.60.10",
"version": "0.60.11",
"description": "Additional react-native-windows components that are not part of RN lean-core.",
"main": "lib/index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"react-native-windows": "0.60.0-vnext.45"
"react-native-windows": "0.60.0-vnext.46"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
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, 25 Oct 2019 20:56:10 GMT",
"tag": "react-native-windows_v0.60.0-vnext.46",
"version": "0.60.0-vnext.46",
"comments": {
"prerelease": [
{
"comment": "Updating react-native to version: 0.60.0-microsoft.12",
"author": "53619745+rnbot@users.noreply.github.com",
"commit": "44da446020182a3f5ab3d0a499a909e61d11c52d"
}
]
}
},
{
"date": "Fri, 25 Oct 2019 01:44:45 GMT",
"tag": "react-native-windows_v0.60.0-vnext.45",
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 Fri, 25 Oct 2019 01:44:45 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2019 20:56:10 GMT and should not be manually modified.

## 0.60.0-vnext.46
Fri, 25 Oct 2019 20:56:10 GMT

### Changes

- Updating react-native to version: 0.60.0-microsoft.12 (53619745+rnbot@users.noreply.github.com)
## 0.60.0-vnext.45
Fri, 25 Oct 2019 01:44:45 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.60.0-vnext.45",
"version": "0.60.0-vnext.46",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c9d57f0

Please sign in to comment.