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 30, 2019
1 parent e10725d commit 2843cdd
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 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.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.13.tar.gz",
"react-native-windows": "0.60.0-vnext.55",
"react-native-windows": "0.60.0-vnext.56",
"react-native-windows-extended": "0.60.13",
"rnpm-plugin-windows": "^0.3.7"
},
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 @@ -14,7 +14,7 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.13.tar.gz",
"react-native-windows": "0.60.0-vnext.55",
"react-native-windows": "0.60.0-vnext.56",
"react-native-windows-extended": "0.60.13",
"rnpm-plugin-windows": "^0.3.7"
},
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.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.13.tar.gz",
"react-native-windows": "0.60.0-vnext.55",
"react-native-windows": "0.60.0-vnext.56",
"react-native-windows-extended": "0.60.13",
"rnpm-plugin-windows": "^0.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-windows-extended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"react-native-windows": "0.60.0-vnext.55"
"react-native-windows": "0.60.0-vnext.56"
},
"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": "Wed, 30 Oct 2019 22:56:11 GMT",
"tag": "react-native-windows_v0.60.0-vnext.56",
"version": "0.60.0-vnext.56",
"comments": {
"prerelease": [
{
"comment": "Set a default 3D perspective",
"author": "[email protected]",
"commit": "8090b808b6696fe6d2323b260c88ec90ceedf2c8"
}
]
}
},
{
"date": "Wed, 30 Oct 2019 17:12:12 GMT",
"tag": "react-native-windows_v0.60.0-vnext.55",
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 Wed, 30 Oct 2019 17:12:12 GMT and should not be manually modified.
This log was last generated on Wed, 30 Oct 2019 22:56:11 GMT and should not be manually modified.

## 0.60.0-vnext.56
Wed, 30 Oct 2019 22:56:11 GMT

### Changes

- Set a default 3D perspective ([email protected])
## 0.60.0-vnext.55
Wed, 30 Oct 2019 17:12:12 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.55",
"version": "0.60.0-vnext.56",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2843cdd

Please sign in to comment.