@office-iss/react-native-win32 0.74.5 → 0.74.7
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 +31 -1
- package/CHANGELOG.md +20 -4
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 05 Nov 2024 21:09:27 GMT",
|
|
6
|
+
"version": "0.74.7",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.74.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "303dd6ff07d59bea2fcaea3c375a2dbfc48beddb",
|
|
14
|
+
"comment": "adds default Modal"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 19 Aug 2024 19:11:33 GMT",
|
|
21
|
+
"version": "0.74.6",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.74.6",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "4d5db6f79738fdef6171123cf267b6e2f8def283",
|
|
29
|
+
"comment": "Promote 0.74 to legacy"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Sat, 10 Aug 2024 13:22:29 GMT",
|
|
6
36
|
"version": "0.74.5",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.74.5",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 05 Nov 2024 21:09:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.74.
|
|
7
|
+
## 0.74.7
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 05 Nov 2024 21:09:27 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- adds default Modal (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.74.6
|
|
16
|
+
|
|
17
|
+
Mon, 19 Aug 2024 19:11:33 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Promote 0.74 to legacy (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.74.5
|
|
24
|
+
|
|
25
|
+
Sat, 10 Aug 2024 13:22:29 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Update to react-native 0.74.5 (30809111+acoates-ms@users.noreply.github.com)
|
|
30
|
+
|
|
15
31
|
## 0.74.4
|
|
16
32
|
|
|
17
33
|
Wed, 10 Jul 2024 21:00:35 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.7",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"react-native": "^0.74.0"
|
|
96
96
|
},
|
|
97
97
|
"beachball": {
|
|
98
|
-
"defaultNpmTag": "
|
|
98
|
+
"defaultNpmTag": "v0.74-stable",
|
|
99
99
|
"disallowedChangeTypes": [
|
|
100
100
|
"major",
|
|
101
101
|
"minor",
|