@office-iss/react-native-win32 0.73.0-preview.6 → 0.73.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 +24 -1
- package/CHANGELOG.md +16 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,30 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 08 Dec 2023 00:25:02 GMT",
|
|
6
|
+
"version": "0.73.0",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.73.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tatianakapos@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "60459824cfc243812bc7a160237633477169144f",
|
|
14
|
+
"comment": "Promote 0.73 to latest"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"prerelease": [
|
|
18
|
+
{
|
|
19
|
+
"author": "tatianakapos@microsoft.com",
|
|
20
|
+
"package": "@office-iss/react-native-win32",
|
|
21
|
+
"commit": "b1c1e9b07078657eb604bf7bd5083a74d6f89672",
|
|
22
|
+
"comment": "integrate rc8"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Mon, 04 Dec 2023 16:15:07 GMT",
|
|
6
29
|
"version": "0.73.0-preview.6",
|
|
7
30
|
"tag": "@office-iss/react-native-win32_v0.73.0-preview.6",
|
|
8
31
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,29 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Dec 2023 00:25:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.73.0
|
|
7
|
+
## 0.73.0
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Fri, 08 Dec 2023 00:25:02 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Promote 0.73 to latest (tatianakapos@microsoft.com)
|
|
10
14
|
|
|
11
15
|
### Changes
|
|
12
16
|
|
|
13
|
-
- integrate
|
|
17
|
+
- integrate rc8 (tatianakapos@microsoft.com)
|
|
14
18
|
|
|
19
|
+
## 0.73.0-preview.6
|
|
20
|
+
|
|
21
|
+
Mon, 04 Dec 2023 16:15:07 GMT
|
|
22
|
+
|
|
23
|
+
### Changes
|
|
24
|
+
|
|
25
|
+
- integrate RN-rc6 (email not defined)
|
|
26
|
+
|
|
15
27
|
## 0.73.0-preview.5
|
|
16
28
|
|
|
17
29
|
Mon, 27 Nov 2023 16:15:37 GMT
|
package/overrides.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.73.0
|
|
3
|
+
"version": "0.73.0",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -85,20 +85,20 @@
|
|
|
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
|
|
88
|
+
"react-native": "0.73.0",
|
|
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
|
|
94
|
+
"react-native": "^0.73.0"
|
|
95
95
|
},
|
|
96
96
|
"beachball": {
|
|
97
|
-
"defaultNpmTag": "
|
|
97
|
+
"defaultNpmTag": "latest",
|
|
98
98
|
"disallowedChangeTypes": [
|
|
99
99
|
"major",
|
|
100
100
|
"minor",
|
|
101
|
-
"
|
|
101
|
+
"prerelease"
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"promoteRelease": true,
|