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 21, 2019
1 parent 4994004 commit 4d45bca
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
8 changes: 0 additions & 8 deletions change/react-native-windows-2019-12-20-12-33-14-master.json

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.41",
"version": "0.0.42",
"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.103",
"react-native-windows-extended": "0.60.56",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"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.41",
"version": "0.0.42",
"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.103",
"react-native-windows-extended": "0.60.56",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"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.41",
"version": "0.0.42",
"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.103",
"react-native-windows-extended": "0.60.56",
"react-native-windows": "0.60.0-vnext.104",
"react-native-windows-extended": "0.60.57",
"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.56",
"version": "0.60.57",
"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.103"
"react-native-windows": "0.60.0-vnext.104"
},
"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": "Sat, 21 Dec 2019 03:41:33 GMT",
"tag": "react-native-windows_v0.60.0-vnext.104",
"version": "0.60.0-vnext.104",
"comments": {
"prerelease": [
{
"comment": "Export ability to query native module names",
"author": "ngerlem@microsoft.com",
"commit": "5ff50e103744a589228c020ef0fad45d699458cd"
}
]
}
},
{
"date": "Sat, 21 Dec 2019 00:18:22 GMT",
"tag": "react-native-windows_v0.60.0-vnext.103",
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 00:18:22 GMT and should not be manually modified.
This log was last generated on Sat, 21 Dec 2019 03:41:33 GMT and should not be manually modified.

## 0.60.0-vnext.104
Sat, 21 Dec 2019 03:41:33 GMT

### Changes

- Export ability to query native module names (ngerlem@microsoft.com)
## 0.60.0-vnext.103
Sat, 21 Dec 2019 00:18:22 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.103",
"version": "0.60.0-vnext.104",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4d45bca

Please sign in to comment.