@office-iss/react-native-win32 0.77.0 → 0.77.1
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 +13 -5
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 27 Feb 2025 20:12:11 GMT",
|
|
6
|
+
"version": "0.77.1",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.77.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "c24a80f23991662ecca91eb3a1d848bb3ccff175",
|
|
14
|
+
"comment": "Promote 0.77 to legacy"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 24 Jan 2025 21:11:34 GMT",
|
|
6
21
|
"version": "0.77.0",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.77.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
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 Thu, 27 Feb 2025 20:12:11 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.77.
|
|
7
|
+
## 0.77.1
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 27 Feb 2025 20:12:11 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Promote 0.76 to latest (tatianakapos@microsoft.com)
|
|
13
|
+
- Promote 0.77 to legacy (tatianakapos@microsoft.com)
|
|
15
14
|
|
|
15
|
+
## 0.77.0
|
|
16
|
+
|
|
17
|
+
Fri, 24 Jan 2025 21:11:34 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- integrate 0.77.0 (tatianakapos@microsoft.com)
|
|
22
|
+
- Promote 0.76 to latest (tatianakapos@microsoft.com)
|
|
23
|
+
|
|
16
24
|
## 0.77.0-preview.3
|
|
17
25
|
|
|
18
26
|
Mon, 13 Jan 2025 16:31:20 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.77.
|
|
3
|
+
"version": "0.77.1",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"react-native": "^0.77.0"
|
|
101
101
|
},
|
|
102
102
|
"beachball": {
|
|
103
|
-
"defaultNpmTag": "
|
|
103
|
+
"defaultNpmTag": "v0.77-stable",
|
|
104
104
|
"disallowedChangeTypes": [
|
|
105
105
|
"major",
|
|
106
106
|
"minor",
|