@office-iss/react-native-win32 0.79.0-preview.2 → 0.79.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
@@ -2,7 +2,37 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 06 Jun 2025 20:46:18 GMT",
5
+ "date": "Mon, 27 Oct 2025 15:28:13 GMT",
6
+ "version": "0.79.1",
7
+ "tag": "@office-iss/react-native-win32_v0.79.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "54227869+anupriya13@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "4d44a3129df930692caee55808ba97f6e6be8fb4",
14
+ "comment": "Promote 0.79 to legacy"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 10 Jun 2025 18:35:17 GMT",
21
+ "version": "0.79.0",
22
+ "tag": "@office-iss/react-native-win32_v0.79.0",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "94f97f4e9f173382c89474ac8ff2b42dbec69b71",
29
+ "comment": "Promote 0.79 to latest"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 06 Jun 2025 20:46:48 GMT",
6
36
  "version": "0.79.0-preview.2",
7
37
  "tag": "@office-iss/react-native-win32_v0.79.0-preview.2",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Fri, 06 Jun 2025 20:46:18 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 27 Oct 2025 15:28:13 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.79.0-preview.2
7
+ ## 0.79.1
8
8
 
9
- Fri, 06 Jun 2025 20:46:18 GMT
9
+ Mon, 27 Oct 2025 15:28:13 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - integrate rn 0.79.0-rc4 (tatianakapos@microsoft.com)
13
+ - Promote 0.79 to legacy (54227869+anupriya13@users.noreply.github.com)
14
14
 
15
+ ## 0.79.0
16
+
17
+ Tue, 10 Jun 2025 18:35:17 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.79 to latest (tatianakapos@microsoft.com)
22
+
23
+ ## 0.79.0-preview.2
24
+
25
+ Fri, 06 Jun 2025 20:46:48 GMT
26
+
27
+ ### Changes
28
+
29
+ - integrate rn 0.79.0-rc4 (tatianakapos@microsoft.com)
30
+
15
31
  ## 0.79.0-preview.1
16
32
 
17
33
  Tue, 03 Jun 2025 19:26:29 GMT
@@ -17,5 +17,5 @@ export const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 79,
19
19
  patch: 0,
20
- prerelease: 'rc.4',
20
+ prerelease: null,
21
21
  };
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.79.0-rc.4",
10
+ "baseVersion": "0.79.0",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.79.0-preview.2",
3
+ "version": "0.79.1",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,17 +26,17 @@
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.0.0",
28
28
  "@jest/create-cache-key-function": "^29.7.0",
29
- "@react-native-community/cli": "15.0.0-alpha.2",
30
- "@react-native-community/cli-platform-android": "15.0.0-alpha.2",
31
- "@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
29
+ "@react-native-community/cli": "^15.0.0",
30
+ "@react-native-community/cli-platform-android": "^15.0.0",
31
+ "@react-native-community/cli-platform-ios": "^15.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.79.0-rc.4",
34
- "@react-native/codegen": "0.79.0-rc.4",
35
- "@react-native/community-cli-plugin": "0.79.0-rc.4",
36
- "@react-native/gradle-plugin": "0.79.0-rc.4",
37
- "@react-native/js-polyfills": "0.79.0-rc.4",
38
- "@react-native/normalize-colors": "0.79.0-rc.4",
39
- "@react-native/virtualized-lists": "0.79.0-rc.4",
33
+ "@react-native/assets-registry": "0.79.0",
34
+ "@react-native/codegen": "0.79.0",
35
+ "@react-native/community-cli-plugin": "0.79.0",
36
+ "@react-native/gradle-plugin": "0.79.0",
37
+ "@react-native/js-polyfills": "0.79.0",
38
+ "@react-native/normalize-colors": "0.79.0",
39
+ "@react-native/virtualized-lists": "0.79.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.79.0-rc.4",
75
+ "@react-native/metro-config": "0.79.0",
76
76
  "@rnw-scripts/babel-react-native-config": "0.0.0",
77
77
  "@rnw-scripts/eslint-config": "1.2.36",
78
78
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.40",
@@ -88,21 +88,21 @@
88
88
  "just-scripts": "^1.3.3",
89
89
  "prettier": "2.8.8",
90
90
  "react": "19.0.0",
91
- "react-native": "0.79.0-rc.4",
91
+ "react-native": "0.79.0",
92
92
  "react-native-platform-override": "^1.9.55",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@types/react": "^19.0.0",
97
97
  "react": "^19.0.0",
98
- "react-native": "0.79.0-rc.4"
98
+ "react-native": "^0.79.0"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "preview",
101
+ "defaultNpmTag": "v0.79-stable",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",
105
- "patch",
105
+ "prerelease",
106
106
  "premajor",
107
107
  "preminor",
108
108
  "prepatch"