@office-iss/react-native-win32 0.83.0 → 0.83.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 CHANGED
@@ -1,6 +1,27 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 16 Jun 2026 09:54:41 GMT",
6
+ "version": "0.83.1",
7
+ "tag": "@office-iss/react-native-win32_v0.83.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "83f78a8cf0b1226d7a9b78a1b18538e91cfd82c2",
14
+ "comment": "Promote 0.83 to legacy"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.83.1",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
4
25
  {
5
26
  "date": "Tue, 26 May 2026 08:35:27 GMT",
6
27
  "version": "0.83.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 Tue, 26 May 2026 08:35:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 16 Jun 2026 09:54:41 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.83.1
8
+
9
+ Tue, 16 Jun 2026 09:54:41 GMT
10
+
11
+ ### Patches
12
+
13
+ - Promote 0.83 to legacy (66076509+vineethkuttan@users.noreply.github.com)
14
+ - Bump react-native-platform-override to v0.83.1
15
+
7
16
  ## 0.83.0
8
17
 
9
18
  Tue, 26 May 2026 08:35:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.83.0",
3
+ "version": "0.83.1",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -91,7 +91,7 @@
91
91
  "prettier": "2.8.8",
92
92
  "react": "19.2.0",
93
93
  "react-native": "0.83.4",
94
- "react-native-platform-override": "0.83.0",
94
+ "react-native-platform-override": "0.83.1",
95
95
  "typescript": "5.0.4"
96
96
  },
97
97
  "peerDependencies": {
@@ -100,7 +100,7 @@
100
100
  "react-native": "^0.83.0"
101
101
  },
102
102
  "beachball": {
103
- "defaultNpmTag": "latest",
103
+ "defaultNpmTag": "v0.83-stable",
104
104
  "disallowedChangeTypes": [
105
105
  "major",
106
106
  "minor",