@office-iss/react-native-win32 0.82.0 → 0.82.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 +21 -0
- package/CHANGELOG.md +10 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 26 May 2026 07:09:56 GMT",
|
|
6
|
+
"version": "0.82.1",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.82.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "66076509+vineethkuttan@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "b807143eabddb6a29a21641a8ec3399c16b7f5e8",
|
|
14
|
+
"comment": "Promote 0.82 to legacy"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump react-native-platform-override to v0.82.1",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
4
25
|
{
|
|
5
26
|
"date": "Thu, 12 Mar 2026 14:15:44 GMT",
|
|
6
27
|
"version": "0.82.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
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, 26 May 2026 07:09:56 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.82.1
|
|
8
|
+
|
|
9
|
+
Tue, 26 May 2026 07:09:56 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Promote 0.82 to legacy (66076509+vineethkuttan@users.noreply.github.com)
|
|
14
|
+
- Bump react-native-platform-override to v0.82.1
|
|
15
|
+
|
|
7
16
|
## 0.82.0
|
|
8
17
|
|
|
9
18
|
Thu, 12 Mar 2026 14:15:44 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.1",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"prettier": "2.8.8",
|
|
91
91
|
"react": "19.1.1",
|
|
92
92
|
"react-native": "0.82.1",
|
|
93
|
-
"react-native-platform-override": "0.82.
|
|
93
|
+
"react-native-platform-override": "0.82.1",
|
|
94
94
|
"typescript": "5.0.4"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"react-native": "^0.82.0"
|
|
100
100
|
},
|
|
101
101
|
"beachball": {
|
|
102
|
-
"defaultNpmTag": "
|
|
102
|
+
"defaultNpmTag": "v0.82-stable",
|
|
103
103
|
"disallowedChangeTypes": [
|
|
104
104
|
"major",
|
|
105
105
|
"minor",
|