@office-iss/react-native-win32 0.83.0-preview.0 → 0.83.0-preview.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 +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Thu, 26 Mar 2026 12:02:27 GMT",
|
|
6
|
+
"version": "0.83.0-preview.1",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.83.0-preview.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "protikbiswas@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "b3b48d21776b189c66ab6ef77f0a48a9a3781b75",
|
|
14
|
+
"comment": "Promote 0.83 to preview"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump react-native-platform-override to v0.83.0-preview.1",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
4
25
|
{
|
|
5
26
|
"date": "Wed, 11 Mar 2026 03:08:37 GMT",
|
|
6
27
|
"version": "0.0.0-canary.308",
|
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 Thu, 26 Mar 2026 12:02:27 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.83.0-preview.1
|
|
8
|
+
|
|
9
|
+
Thu, 26 Mar 2026 12:02:27 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Promote 0.83 to preview (protikbiswas@microsoft.com)
|
|
14
|
+
- Bump react-native-platform-override to v0.83.0-preview.1
|
|
15
|
+
|
|
7
16
|
## 0.0.0-canary.308
|
|
8
17
|
|
|
9
18
|
Wed, 11 Mar 2026 03:08:37 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.83.0-preview.
|
|
3
|
+
"version": "0.83.0-preview.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.0-rc.5",
|
|
94
|
-
"react-native-platform-override": "0.83.0-preview.
|
|
94
|
+
"react-native-platform-override": "0.83.0-preview.1",
|
|
95
95
|
"typescript": "5.0.4"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|