@office-iss/react-native-win32 0.81.0-preview.1 → 0.81.0-preview.3

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
@@ -2,7 +2,22 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Nov 2025 16:40:32 GMT",
5
+ "date": "Sat, 06 Dec 2025 16:30:31 GMT",
6
+ "version": "0.81.0-preview.3",
7
+ "tag": "@office-iss/react-native-win32_v0.81.0-preview.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "160ef08880f3f221982ca7840688f45126450539",
14
+ "comment": "removed nightly to use 81 directly"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 17 Nov 2025 16:41:29 GMT",
6
21
  "version": "0.81.0-preview.1",
7
22
  "tag": "@office-iss/react-native-win32_v0.81.0-preview.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Mon, 17 Nov 2025 16:40:32 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 06 Dec 2025 16:30:31 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.81.0-preview.1
7
+ ## 0.81.0-preview.3
8
8
 
9
- Mon, 17 Nov 2025 16:40:32 GMT
9
+ Sat, 06 Dec 2025 16:30:31 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Promote 0.81 to preview (66076509+vineethkuttan@users.noreply.github.com)
13
+ - removed nightly to use 81 directly (66076509+vineethkuttan@users.noreply.github.com)
14
14
 
15
+ ## 0.81.0-preview.1
16
+
17
+ Mon, 17 Nov 2025 16:41:29 GMT
18
+
19
+ ### Changes
20
+
21
+ - Promote 0.81 to preview (66076509+vineethkuttan@users.noreply.github.com)
22
+
15
23
  ## 0.0.0-canary.299
16
24
 
17
25
  Tue, 21 Oct 2025 05:28:10 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.81.0-preview.1",
3
+ "version": "0.81.0-preview.3",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,13 +30,13 @@
30
30
  "@react-native-community/cli-platform-android": "17.0.0",
31
31
  "@react-native-community/cli-platform-ios": "17.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.81.0-nightly-20250709-6892dde36",
34
- "@react-native/codegen": "0.81.0-nightly-20250709-6892dde36",
35
- "@react-native/community-cli-plugin": "0.81.0-nightly-20250709-6892dde36",
36
- "@react-native/gradle-plugin": "0.81.0-nightly-20250709-6892dde36",
37
- "@react-native/js-polyfills": "0.81.0-nightly-20250709-6892dde36",
38
- "@react-native/normalize-colors": "0.81.0-nightly-20250709-6892dde36",
39
- "@react-native/virtualized-lists": "0.81.0-nightly-20250709-6892dde36",
33
+ "@react-native/assets-registry": "0.81.0",
34
+ "@react-native/codegen": "0.81.0",
35
+ "@react-native/community-cli-plugin": "0.81.0",
36
+ "@react-native/gradle-plugin": "0.81.0",
37
+ "@react-native/js-polyfills": "0.81.0",
38
+ "@react-native/normalize-colors": "0.81.0",
39
+ "@react-native/virtualized-lists": "0.81.0",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "@babel/core": "^7.25.2",
74
74
  "@babel/eslint-parser": "^7.25.1",
75
- "@react-native/metro-config": "0.81.0-nightly-20250709-6892dde36",
75
+ "@react-native/metro-config": "0.81.0",
76
76
  "@rnw-scripts/babel-react-native-config": "0.0.0",
77
77
  "@rnw-scripts/eslint-config": "1.2.37",
78
78
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.41",
@@ -95,7 +95,7 @@
95
95
  "peerDependencies": {
96
96
  "@types/react": "^19.1.0",
97
97
  "react": "^19.1.0",
98
- "react-native": "0.81.0-nightly-20250709-6892dde36"
98
+ "react-native": "0.81.0"
99
99
  },
100
100
  "beachball": {
101
101
  "defaultNpmTag": "preview",