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

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": "Tue, 03 Jun 2025 19:25:27 GMT",
5
+ "date": "Tue, 10 Jun 2025 18:34:22 GMT",
6
+ "version": "0.79.0",
7
+ "tag": "@office-iss/react-native-win32_v0.79.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "94f97f4e9f173382c89474ac8ff2b42dbec69b71",
14
+ "comment": "Promote 0.79 to latest"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 06 Jun 2025 20:46:48 GMT",
21
+ "version": "0.79.0-preview.2",
22
+ "tag": "@office-iss/react-native-win32_v0.79.0-preview.2",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "6975f8a65ef8b440fde45e43e9bead6c16fd347a",
29
+ "comment": "integrate rn 0.79.0-rc4"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 03 Jun 2025 19:26:29 GMT",
6
36
  "version": "0.79.0-preview.1",
7
37
  "tag": "@office-iss/react-native-win32_v0.79.0-preview.1",
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 Tue, 03 Jun 2025 19:25:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 10 Jun 2025 18:34:22 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.79.0-preview.1
7
+ ## 0.79.0
8
8
 
9
- Tue, 03 Jun 2025 19:25:27 GMT
9
+ Tue, 10 Jun 2025 18:34:22 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Promote 0.79 to preview (tatianakapos@microsoft.com)
13
+ - Promote 0.79 to latest (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.79.0-preview.2
16
+
17
+ Fri, 06 Jun 2025 20:46:48 GMT
18
+
19
+ ### Changes
20
+
21
+ - integrate rn 0.79.0-rc4 (tatianakapos@microsoft.com)
22
+
23
+ ## 0.79.0-preview.1
24
+
25
+ Tue, 03 Jun 2025 19:26:29 GMT
26
+
27
+ ### Changes
28
+
29
+ - Promote 0.79 to preview (tatianakapos@microsoft.com)
30
+
15
31
  ## 0.0.0-canary.288
16
32
 
17
33
  Fri, 30 May 2025 05:24:59 GMT
@@ -17,5 +17,5 @@ export const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 79,
19
19
  patch: 0,
20
- prerelease: 'rc.0',
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.0",
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.1",
3
+ "version": "0.79.0",
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.0",
34
- "@react-native/codegen": "0.79.0-rc.0",
35
- "@react-native/community-cli-plugin": "0.79.0-rc.0",
36
- "@react-native/gradle-plugin": "0.79.0-rc.0",
37
- "@react-native/js-polyfills": "0.79.0-rc.0",
38
- "@react-native/normalize-colors": "0.79.0-rc.0",
39
- "@react-native/virtualized-lists": "0.79.0-rc.0",
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",
@@ -52,8 +52,8 @@
52
52
  "invariant": "^2.2.4",
53
53
  "jest-environment-node": "^29.7.0",
54
54
  "memoize-one": "^5.0.0",
55
- "metro-runtime": "^0.81.0",
56
- "metro-source-map": "^0.81.0",
55
+ "metro-runtime": "^0.82.0",
56
+ "metro-source-map": "^0.82.0",
57
57
  "mkdirp": "^0.5.1",
58
58
  "nullthrows": "^1.1.1",
59
59
  "pretty-format": "^29.7.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.0",
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.0",
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.0"
98
+ "react-native": "^0.79.0"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "preview",
101
+ "defaultNpmTag": "latest",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",
105
- "patch",
105
+ "prerelease",
106
106
  "premajor",
107
107
  "preminor",
108
108
  "prepatch"