@office-iss/react-native-win32 0.75.0-preview.2 → 0.75.0-preview.4

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": "Mon, 29 Jul 2024 15:20:10 GMT",
5
+ "date": "Mon, 05 Aug 2024 15:24:53 GMT",
6
+ "version": "0.75.0-preview.4",
7
+ "tag": "@office-iss/react-native-win32_v0.75.0-preview.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "79179c5c221cbce9ae727f0546c6b77c3dc861be",
14
+ "comment": "consolidate rn dependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 31 Jul 2024 21:16:47 GMT",
21
+ "version": "0.75.0-preview.3",
22
+ "tag": "@office-iss/react-native-win32_v0.75.0-preview.3",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "tatianakapos@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "32b32b325f3005913a8ec72d7051e5f4a519a813",
29
+ "comment": "integrate 0.75.0-rc.6"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 29 Jul 2024 15:20:55 GMT",
6
36
  "version": "0.75.0-preview.2",
7
37
  "tag": "@office-iss/react-native-win32_v0.75.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 Mon, 29 Jul 2024 15:20:10 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Aug 2024 15:24:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.75.0-preview.2
7
+ ## 0.75.0-preview.4
8
8
 
9
- Mon, 29 Jul 2024 15:20:10 GMT
9
+ Mon, 05 Aug 2024 15:24:53 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com)
13
+ - consolidate rn dependencies (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.75.0-preview.3
16
+
17
+ Wed, 31 Jul 2024 21:16:47 GMT
18
+
19
+ ### Changes
20
+
21
+ - integrate 0.75.0-rc.6 (tatianakapos@microsoft.com)
22
+
23
+ ## 0.75.0-preview.2
24
+
25
+ Mon, 29 Jul 2024 15:20:55 GMT
26
+
27
+ ### Changes
28
+
29
+ - integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com)
30
+
15
31
  ## 0.75.0-preview.1
16
32
 
17
33
  Mon, 15 Jul 2024 16:52:20 GMT
@@ -17,7 +17,7 @@ const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 75,
19
19
  patch: 0,
20
- prerelease: 'rc.5',
20
+ prerelease: 'rc.6',
21
21
  };
22
22
 
23
23
  module.exports = {version};