@office-iss/react-native-win32 0.66.3 → 0.66.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +12 -4
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 24 Jan 2022 16:10:41 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.66.4",
|
|
7
|
+
"version": "0.66.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Promote 0.66 to legacy",
|
|
12
|
+
"author": "ngerlem@microsoft.com",
|
|
13
|
+
"commit": "919d91a3e9845f9a60417fb8e47a36d7caedbc28",
|
|
14
|
+
"package": "@office-iss/react-native-win32"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 17 Jan 2022 16:12:35 GMT",
|
|
6
21
|
"tag": "@office-iss/react-native-win32_v0.66.3",
|
|
7
22
|
"version": "0.66.3",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 16:10:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.66.
|
|
7
|
+
## 0.66.4
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 24 Jan 2022 16:10:41 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Promote 0.66 to legacy (ngerlem@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.66.3
|
|
16
|
+
|
|
17
|
+
Mon, 17 Jan 2022 16:12:35 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Port windows pressable with extra desktop support to win32 (saadnajmi2@gmail.com)
|
|
22
|
+
|
|
15
23
|
## 0.66.2
|
|
16
24
|
|
|
17
25
|
Mon, 15 Nov 2021 16:09:53 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./index.win32.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@react-native-community/cli": "^6.0.0",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^6.0.0",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^6.0.0",
|
|
28
|
-
"@react-native-windows/virtualized-list": "0.66.
|
|
28
|
+
"@react-native-windows/virtualized-list": "0.66.1",
|
|
29
29
|
"@react-native/assets": "1.0.0",
|
|
30
30
|
"@react-native/normalize-color": "1.0.0",
|
|
31
31
|
"@react-native/polyfills": "2.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-native": "^0.66.0"
|
|
82
82
|
},
|
|
83
83
|
"beachball": {
|
|
84
|
-
"defaultNpmTag": "
|
|
84
|
+
"defaultNpmTag": "v0.66-stable",
|
|
85
85
|
"disallowedChangeTypes": [
|
|
86
86
|
"major",
|
|
87
87
|
"minor",
|