@office-iss/react-native-win32 0.74.0-preview.2 → 0.74.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": "Thu, 11 Apr 2024 16:28:58 GMT",
5
+ "date": "Mon, 22 Apr 2024 15:16:17 GMT",
6
+ "version": "0.74.0-preview.3",
7
+ "tag": "@office-iss/react-native-win32_v0.74.0-preview.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "c13ef9da244498a96f2750b9407c7007251d246d",
14
+ "comment": "integrate rc9"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 11 Apr 2024 16:29:48 GMT",
6
21
  "version": "0.74.0-preview.2",
7
22
  "tag": "@office-iss/react-native-win32_v0.74.0-preview.2",
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 Thu, 11 Apr 2024 16:28:58 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 Apr 2024 15:16:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.74.0-preview.2
7
+ ## 0.74.0-preview.3
8
8
 
9
- Thu, 11 Apr 2024 16:28:58 GMT
9
+ Mon, 22 Apr 2024 15:16:17 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - integrate react-native 0.74-rc6 (email not defined)
13
+ - integrate rc9 (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.74.0-preview.2
16
+
17
+ Thu, 11 Apr 2024 16:29:48 GMT
18
+
19
+ ### Changes
20
+
21
+ - integrate react-native 0.74-rc6 (email not defined)
22
+
15
23
  ## 0.74.0-preview.1
16
24
 
17
25
  Mon, 08 Apr 2024 15:16:48 GMT
@@ -17,7 +17,7 @@ const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 74,
19
19
  patch: 0,
20
- prerelease: 'rc.6',
20
+ prerelease: 'rc.9',
21
21
  };
22
22
 
23
23
  module.exports = {version};
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.74.0-rc.6",
10
+ "baseVersion": "0.74.0-rc.9",
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.74.0-preview.2",
3
+ "version": "0.74.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": "13.6.4",
31
31
  "@react-native-community/cli-platform-ios": "13.6.4",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.74.77",
34
- "@react-native/codegen": "0.74.77",
35
- "@react-native/community-cli-plugin": "0.74.77",
36
- "@react-native/gradle-plugin": "0.74.77",
37
- "@react-native/js-polyfills": "0.74.77",
38
- "@react-native/normalize-colors": "0.74.77",
39
- "@react-native/virtualized-lists": "0.74.77",
33
+ "@react-native/assets-registry": "0.74.80",
34
+ "@react-native/codegen": "0.74.80",
35
+ "@react-native/community-cli-plugin": "0.74.80",
36
+ "@react-native/gradle-plugin": "0.74.80",
37
+ "@react-native/js-polyfills": "0.74.80",
38
+ "@react-native/normalize-colors": "0.74.80",
39
+ "@react-native/virtualized-lists": "0.74.80",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@babel/core": "^7.20.0",
71
71
  "@babel/eslint-parser": "^7.20.0",
72
- "@react-native/metro-config": "0.74.77",
72
+ "@react-native/metro-config": "0.74.80",
73
73
  "@rnw-scripts/babel-react-native-config": "0.0.0",
74
74
  "@rnw-scripts/eslint-config": "1.2.9",
75
75
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
@@ -85,14 +85,14 @@
85
85
  "just-scripts": "^1.3.3",
86
86
  "prettier": "2.8.8",
87
87
  "react": "18.2.0",
88
- "react-native": "0.74.0-rc.6",
88
+ "react-native": "0.74.0-rc.9",
89
89
  "react-native-platform-override": "^1.9.25",
90
90
  "typescript": "5.0.4"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@types/react": "^18.2.6",
94
94
  "react": "18.2.0",
95
- "react-native": "0.74.0-rc.6"
95
+ "react-native": "0.74.0-rc.9"
96
96
  },
97
97
  "beachball": {
98
98
  "defaultNpmTag": "preview",