@office-iss/react-native-win32 0.73.0-preview.4 → 0.73.0-preview.5

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, 20 Nov 2023 16:15:00 GMT",
5
+ "date": "Mon, 27 Nov 2023 16:15:06 GMT",
6
+ "version": "0.73.0-preview.5",
7
+ "tag": "@office-iss/react-native-win32_v0.73.0-preview.5",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "310007a15eddeb9e78236a93be84fc2cfa346bda",
14
+ "comment": "integrate rc5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 20 Nov 2023 16:15:28 GMT",
6
21
  "version": "0.73.0-preview.4",
7
22
  "tag": "@office-iss/react-native-win32_v0.73.0-preview.4",
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, 20 Nov 2023 16:15:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Nov 2023 16:15:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.73.0-preview.4
7
+ ## 0.73.0-preview.5
8
8
 
9
- Mon, 20 Nov 2023 16:15:00 GMT
9
+ Mon, 27 Nov 2023 16:15:06 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - integrate rc4 (tatianakapos@microsoft.com)
13
+ - integrate rc5 (tatianakapos@microsoft.com)
14
14
 
15
+ ## 0.73.0-preview.4
16
+
17
+ Mon, 20 Nov 2023 16:15:28 GMT
18
+
19
+ ### Changes
20
+
21
+ - integrate rc4 (tatianakapos@microsoft.com)
22
+
15
23
  ## 0.73.0-preview.3
16
24
 
17
25
  Tue, 24 Oct 2023 19:43:30 GMT
@@ -13,5 +13,5 @@ exports.version = {
13
13
  major: 0,
14
14
  minor: 73,
15
15
  patch: 0,
16
- prerelease: 'rc.4',
16
+ prerelease: 'rc.5',
17
17
  };
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.73.0-rc.4",
10
+ "baseVersion": "0.73.0-rc.5",
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.73.0-preview.4",
3
+ "version": "0.73.0-preview.5",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "@react-native/assets": "1.0.0",
33
33
  "@react-native/assets-registry": "^0.73.1",
34
34
  "@react-native/codegen": "^0.73.1",
35
- "@react-native/community-cli-plugin": "^0.73.8",
35
+ "@react-native/community-cli-plugin": "^0.73.9",
36
36
  "@react-native/gradle-plugin": "^0.73.3",
37
37
  "@react-native/js-polyfills": "^0.73.1",
38
38
  "@react-native/metro-config": "^0.73.0",
@@ -85,13 +85,13 @@
85
85
  "just-scripts": "^1.3.3",
86
86
  "prettier": "^2.4.1",
87
87
  "react": "18.2.0",
88
- "react-native": "0.73.0-rc.4",
88
+ "react-native": "0.73.0-rc.5",
89
89
  "react-native-platform-override": "^1.9.16",
90
90
  "typescript": "^4.9.5"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "react": "18.2.0",
94
- "react-native": "^0.73.0-rc.4"
94
+ "react-native": "^0.73.0-rc.5"
95
95
  },
96
96
  "beachball": {
97
97
  "defaultNpmTag": "preview",