@office-iss/react-native-win32 0.75.4 → 0.75.6
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 +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 10 Mar 2025 15:25:03 GMT",
|
|
6
|
+
"version": "0.75.6",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.75.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "julio.rocha@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "30e4ed554d28f1d3d299868f7c62923604fbc0a6",
|
|
14
|
+
"comment": "Refactor WebSocket resource class (#14377)"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 25 Nov 2024 16:28:03 GMT",
|
|
21
|
+
"version": "0.75.5",
|
|
22
|
+
"tag": "@office-iss/react-native-win32_v0.75.5",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "tatianakapos@microsoft.com",
|
|
27
|
+
"package": "@office-iss/react-native-win32",
|
|
28
|
+
"commit": "e50e19a6194476bc11e0e4dccb12f2d84bc12737",
|
|
29
|
+
"comment": "adds default Modal"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 11 Nov 2024 22:53:43 GMT",
|
|
6
36
|
"version": "0.75.4",
|
|
7
37
|
"tag": "@office-iss/react-native-win32_v0.75.4",
|
|
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 Mon,
|
|
3
|
+
This log was last generated on Mon, 10 Mar 2025 15:25:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.75.
|
|
7
|
+
## 0.75.6
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 10 Mar 2025 15:25:03 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.75.5
|
|
16
|
+
|
|
17
|
+
Mon, 25 Nov 2024 16:28:03 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- adds default Modal (tatianakapos@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.75.4
|
|
24
|
+
|
|
25
|
+
Mon, 11 Nov 2024 22:53:43 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Promote 0.75 to legacy (tatianakapos@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.75.3
|
|
16
32
|
|
|
17
33
|
Mon, 28 Oct 2024 15:28:47 GMT
|