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 Dec 27, 2019
1 parent bc57dc7 commit 609bbf3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.

This file was deleted.

6 changes: 3 additions & 3 deletions packages/E2ETest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2etest",
"version": "0.0.42",
"version": "0.0.43",
"private": true,
"scripts": {
"build": "just-scripts build",
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.31.tar.gz",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"react-native-windows": "0.60.0-vnext.105",
"react-native-windows-extended": "0.60.58",
"rnpm-plugin-windows": "^0.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/microsoft-reactnative-sampleapps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft-reactnative-sampleapps",
"version": "0.0.42",
"version": "0.0.43",
"private": true,
"scripts": {
"build": "just-scripts build",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.31.tar.gz",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"react-native-windows": "0.60.0-vnext.105",
"react-native-windows-extended": "0.60.58",
"rnpm-plugin-windows": "^0.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.42",
"version": "0.0.43",
"private": true,
"scripts": {
"build": "just-scripts build",
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"react": "16.8.6",
"react-native": "https://github.com/microsoft/react-native/archive/v0.60.0-microsoft.31.tar.gz",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"react-native-windows": "0.60.0-vnext.105",
"react-native-windows-extended": "0.60.58",
"rnpm-plugin-windows": "^0.4.0"
},
"devDependencies": {
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.57",
"version": "0.60.58",
"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.104"
"react-native-windows": "0.60.0-vnext.105"
},
"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, 27 Dec 2019 17:01:20 GMT",
"tag": "react-native-windows_v0.60.0-vnext.105",
"version": "0.60.0-vnext.105",
"comments": {
"prerelease": [
{
"comment": "Changed Microsoft.ReactNative to be independent from ReactUWP project",
"author": "vmorozov@microsoft.com",
"commit": "a2053e778b68834fb64e18382dbc5328ce66b269"
}
]
}
},
{
"date": "Sat, 21 Dec 2019 03:41:33 GMT",
"tag": "react-native-windows_v0.60.0-vnext.104",
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 Sat, 21 Dec 2019 03:41:33 GMT and should not be manually modified.
This log was last generated on Fri, 27 Dec 2019 17:01:20 GMT and should not be manually modified.

## 0.60.0-vnext.105
Fri, 27 Dec 2019 17:01:20 GMT

### Changes

- Changed Microsoft.ReactNative to be independent from ReactUWP project (vmorozov@microsoft.com)
## 0.60.0-vnext.104
Sat, 21 Dec 2019 03:41:33 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.104",
"version": "0.60.0-vnext.105",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 609bbf3

Please sign in to comment.