@office-iss/react-native-win32 0.76.5 → 0.76.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 +16 -1
- package/CHANGELOG.md +12 -4
- package/package.json +4 -4
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, 07 Apr 2025 15:25:18 GMT",
|
|
6
|
+
"version": "0.76.6",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.76.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "a2aced6bb38c7d0ff2721ef1ec60edb93b9ff64b",
|
|
14
|
+
"comment": "use non-alpha version of @react-native-community/cli"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 17 Mar 2025 15:29:08 GMT",
|
|
6
21
|
"version": "0.76.5",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.76.5",
|
|
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, 07 Apr 2025 15:25:18 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.76.
|
|
7
|
+
## 0.76.6
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 07 Apr 2025 15:25:18 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- use non-alpha version of @react-native-community/cli (tatianakapos@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.76.5
|
|
16
|
+
|
|
17
|
+
Mon, 17 Mar 2025 15:29:08 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
|
|
22
|
+
|
|
15
23
|
## 0.76.4
|
|
16
24
|
|
|
17
25
|
Mon, 10 Feb 2025 23:25:52 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.76.
|
|
3
|
+
"version": "0.76.6",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.0.0",
|
|
28
28
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
29
|
-
"@react-native-community/cli": "15.0.0
|
|
30
|
-
"@react-native-community/cli-platform-android": "15.0.0
|
|
31
|
-
"@react-native-community/cli-platform-ios": "15.0.0
|
|
29
|
+
"@react-native-community/cli": "^15.0.0",
|
|
30
|
+
"@react-native-community/cli-platform-android": "^15.0.0",
|
|
31
|
+
"@react-native-community/cli-platform-ios": "^15.0.0",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
33
|
"@react-native/assets-registry": "0.76.6",
|
|
34
34
|
"@react-native/codegen": "0.76.6",
|