@office-iss/react-native-win32 0.82.0-preview.3 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.json +15997 -15955
  2. package/CHANGELOG.md +33 -15
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
- # Change Log - @office-iss/react-native-win32
2
-
3
- <!-- This log was last generated on Tue, 27 Jan 2026 19:51:35 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.82.0-preview.3
8
-
9
- Tue, 27 Jan 2026 19:51:35 GMT
10
-
11
- ### Changes
12
-
13
- - Fix TouchableWin32 and LogBox (30809111+acoates-ms@users.noreply.github.com)
14
-
1
+ # Change Log - @office-iss/react-native-win32
2
+
3
+ <!-- This log was last generated on Tue, 26 May 2026 07:09:56 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
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
+
16
+ ## 0.82.0
17
+
18
+ Thu, 12 Mar 2026 14:15:44 GMT
19
+
20
+ ### Patches
21
+
22
+ - Promote 0.82 to latest (74712637+iamAbhi-916@users.noreply.github.com)
23
+ - Bump react-native-platform-override to v0.82.0
24
+
25
+ ## 0.82.0-preview.3
26
+
27
+ Tue, 27 Jan 2026 19:51:45 GMT
28
+
29
+ ### Changes
30
+
31
+ - Fix TouchableWin32 and LogBox (30809111+acoates-ms@users.noreply.github.com)
32
+
15
33
  ## 0.82.0-preview.2
16
34
 
17
35
  Sat, 24 Jan 2026 16:43:28 GMT
@@ -6086,4 +6104,4 @@ Mon, 01 May 2017 19:28:16 GMT
6086
6104
 
6087
6105
  ### Patches
6088
6106
 
6089
- - Move @office-iss/react-native to 0.40.1 to fix build
6107
+ - Move @office-iss/react-native to 0.40.1 to fix build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.82.0-preview.3",
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.0-preview.1",
93
+ "react-native-platform-override": "0.82.1",
94
94
  "typescript": "5.0.4"
95
95
  },
96
96
  "peerDependencies": {
@@ -99,11 +99,11 @@
99
99
  "react-native": "^0.82.0"
100
100
  },
101
101
  "beachball": {
102
- "defaultNpmTag": "preview",
102
+ "defaultNpmTag": "v0.82-stable",
103
103
  "disallowedChangeTypes": [
104
104
  "major",
105
105
  "minor",
106
- "patch",
106
+ "prerelease",
107
107
  "premajor",
108
108
  "preminor",
109
109
  "prepatch"