Skip to content

Commit aeacf64

Browse files
committed
applying package updates ***NO_CI***
1 parent 98049fc commit aeacf64

File tree

7 files changed

+28
-13
lines changed

7 files changed

+28
-13
lines changed

change/react-native-windows-2020-04-08-10-23-49-mangedunittests.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/E2ETest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"react": "16.9.0",
2626
"react-native": "0.61.5",
27-
"react-native-windows": "0.0.0-master.26",
27+
"react-native-windows": "0.0.0-master.27",
2828
"rnpm-plugin-windows": "^0.6.1"
2929
},
3030
"devDependencies": {

packages/microsoft-reactnative-sampleapps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"react": "16.9.0",
1818
"react-native": "0.61.5",
19-
"react-native-windows": "0.0.0-master.26",
19+
"react-native-windows": "0.0.0-master.27",
2020
"rnpm-plugin-windows": "^0.6.1"
2121
},
2222
"devDependencies": {

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "16.9.0",
1313
"react-native": "0.61.5",
14-
"react-native-windows": "0.0.0-master.26"
14+
"react-native-windows": "0.0.0-master.27"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.8.4",

vnext/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Apr 2020 21:36:07 GMT",
6+
"tag": "react-native-windows_v0.0.0-master.27",
7+
"version": "0.0.0-master.27",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"comment": "Enable managed unit tests",
12+
"author": "jthysell@microsoft.com",
13+
"commit": "98049fcc569ec9ff0ee735311b1f4552adee8be2",
14+
"package": "react-native-windows"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 09 Apr 2020 20:28:53 GMT",
621
"tag": "react-native-windows_v0.0.0-master.26",

vnext/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - react-native-windows
22

3-
This log was last generated on Thu, 09 Apr 2020 17:16:44 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Apr 2020 21:36:07 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.0-master.27
8+
9+
Thu, 09 Apr 2020 21:36:07 GMT
10+
11+
### Changes
12+
13+
- Enable managed unit tests (jthysell@microsoft.com)
14+
715
## 0.0.0-master.26
816

917
Thu, 09 Apr 2020 17:16:44 GMT

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.0.0-master.26",
3+
"version": "0.0.0-master.27",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)