Skip to content

Commit f982f7c

Browse files
committedApr 3, 2020
applying package updates ***NO_CI***
1 parent 062d028 commit f982f7c

11 files changed

+49
-45
lines changed
 

‎change/react-native-windows-2020-03-26-09-13-41-certtimeout.json

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

‎change/react-native-windows-2020-03-27-11-52-38-dd.json

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

‎change/react-native-windows-2020-03-31-10-16-02-msbuildx64.json

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

‎change/react-native-windows-2020-03-31-20-25-48-FixNewProjectBuild.json

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

‎change/react-native-windows-2020-04-01-13-40-22-devtoolscrash.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.61.0",
27+
"react-native-windows": "0.61.1",
2828
"rnpm-plugin-windows": "^0.5.1-0"
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.61.0",
19+
"react-native-windows": "0.61.1",
2020
"rnpm-plugin-windows": "^0.5.1-0"
2121
},
2222
"devDependencies": {

‎packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "16.9.0",
1616
"react-native": "0.61.5",
17-
"react-native-windows": "0.61.0",
17+
"react-native-windows": "0.61.1",
1818
"rnpm-plugin-windows": "^0.5.1-0"
1919
},
2020
"devDependencies": {

‎vnext/CHANGELOG.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Fri, 03 Apr 2020 17:46:21 GMT",
6+
"tag": "react-native-windows_v0.61.1",
7+
"version": "0.61.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add a timeout to catch hangs during cert generation",
12+
"author": "acoates@microsoft.com",
13+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
14+
},
15+
{
16+
"comment": "Fix direct debugging",
17+
"author": "acoates@microsoft.com",
18+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
19+
},
20+
{
21+
"comment": "Update MSBuild Tasks to use MSBuild x64",
22+
"author": "jthysell@microsoft.com",
23+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
24+
},
25+
{
26+
"comment": "Set $(ReactNativeWindowsDir) before it is used",
27+
"author": "vmorozov@microsoft.com",
28+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
29+
},
30+
{
31+
"comment": "Fix crash when calling measure on non-framework element",
32+
"author": "acoates@microsoft.com",
33+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
34+
}
35+
]
36+
}
37+
},
438
{
539
"date": "Tue, 31 Mar 2020 00:20:53 GMT",
640
"tag": "react-native-windows_v0.61.0",

‎vnext/CHANGELOG.md

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

3-
This log was last generated on Thu, 26 Mar 2020 18:28:07 GMT and should not be manually modified.
3+
This log was last generated on Fri, 03 Apr 2020 17:46:21 GMT and should not be manually modified.
44

5+
## 0.61.1
6+
Fri, 03 Apr 2020 17:46:21 GMT
7+
8+
### Patches
9+
10+
- Add a timeout to catch hangs during cert generation (acoates@microsoft.com)
11+
- Fix direct debugging (acoates@microsoft.com)
12+
- Update MSBuild Tasks to use MSBuild x64 (jthysell@microsoft.com)
13+
- Set $(ReactNativeWindowsDir) before it is used (vmorozov@microsoft.com)
14+
- Fix crash when calling measure on non-framework element (acoates@microsoft.com)
515
## 0.61.0
616
Thu, 26 Mar 2020 18:28:07 GMT
717

‎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.61.0",
3+
"version": "0.61.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)