Skip to content

Commit 29b7476

Browse files
committed
applying package updates ***NO_CI***
1 parent 7f3aeb5 commit 29b7476

9 files changed

+39
-21
lines changed

change/@office-iss-react-native-win32-2020-04-08-09-14-31-fixnonadmin61init2.json

-8
This file was deleted.

change/react-native-windows-2020-04-08-09-10-10-fixnonadmin61init.json

-8
This file was deleted.

packages/E2ETest/package.json

+1-1
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.2",
27+
"react-native-windows": "0.61.3",
2828
"rnpm-plugin-windows": "^0.5.1-0"
2929
},
3030
"devDependencies": {

packages/microsoft-reactnative-sampleapps/package.json

+1-1
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.2",
19+
"react-native-windows": "0.61.3",
2020
"rnpm-plugin-windows": "^0.5.1-0"
2121
},
2222
"devDependencies": {

packages/playground/package.json

+1-1
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.2",
17+
"react-native-windows": "0.61.3",
1818
"rnpm-plugin-windows": "^0.5.1-0"
1919
},
2020
"devDependencies": {

packages/react-native-win32/CHANGELOG.json

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "@office-iss/react-native-win32",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Apr 2020 04:05:40 GMT",
6+
"tag": "@office-iss/react-native-win32_v0.61.0",
7+
"version": "0.61.0",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Removing change script which runs wrong command",
12+
"author": "acoates@microsoft.com",
13+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Tue, 31 Mar 2020 00:20:53 GMT",
620
"tag": "@office-iss/react-native-win32_v0.61.0",

vnext/CHANGELOG.json

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Apr 2020 04:05:40 GMT",
6+
"tag": "react-native-windows_v0.61.3",
7+
"version": "0.61.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add missing placeholder certs for when cert generation fails",
12+
"author": "acoates@microsoft.com",
13+
"commit": "407c0834ada43cd9d42c24cb6ddfe7c91ddf960a"
14+
}
15+
]
16+
}
17+
},
418
{
519
"date": "Sat, 04 Apr 2020 04:18:45 GMT",
620
"tag": "react-native-windows_v0.61.2",

vnext/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log - react-native-windows
22

3-
This log was last generated on Sat, 04 Apr 2020 04:18:45 GMT and should not be manually modified.
3+
This log was last generated on Thu, 09 Apr 2020 04:05:40 GMT and should not be manually modified.
44

5+
## 0.61.3
6+
Thu, 09 Apr 2020 04:05:40 GMT
7+
8+
### Patches
9+
10+
- Add missing placeholder certs for when cert generation fails (acoates@microsoft.com)
511
## 0.61.2
612
Sat, 04 Apr 2020 04:18:45 GMT
713

vnext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.61.2",
3+
"version": "0.61.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)