@office-iss/react-native-win32 0.69.0-preview.3 → 0.69.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 +22 -1
- package/CHANGELOG.md +13 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon,
|
|
5
|
+
"date": "Mon, 13 Jun 2022 15:10:29 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.69.0-preview.4",
|
|
7
|
+
"version": "0.69.0-preview.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "014e0289748121cb0fc11393a98404f145b53b1c",
|
|
14
|
+
"comment": "Integrate RC6"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.69.0-preview.3",
|
|
20
|
+
"commit": "a04f5f19cb869db2b5ceea5e73c4096842e57ed4"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Mon, 06 Jun 2022 15:09:03 GMT",
|
|
6
27
|
"tag": "@office-iss/react-native-win32_v0.69.0-preview.3",
|
|
7
28
|
"version": "0.69.0-preview.3",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 13 Jun 2022 15:10:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.69.0-preview.
|
|
7
|
+
## 0.69.0-preview.4
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 13 Jun 2022 15:10:29 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Integrate RC6 (34109996+chiaramooney@users.noreply.github.com)
|
|
14
|
+
- Bump @react-native-windows/virtualized-list to v0.69.0-preview.3
|
|
14
15
|
|
|
16
|
+
## 0.69.0-preview.3
|
|
17
|
+
|
|
18
|
+
Mon, 06 Jun 2022 15:09:03 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Bump @react-native-windows/virtualized-list to v0.69.0-preview.2
|
|
23
|
+
|
|
15
24
|
## 0.69.0-preview.2
|
|
16
25
|
|
|
17
26
|
Mon, 16 May 2022 15:09:01 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.69.0-preview.
|
|
3
|
+
"version": "0.69.0-preview.4",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./index.win32.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@react-native-community/cli": "^8.0.0",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^8.0.0",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^8.0.0",
|
|
28
|
-
"@react-native-windows/virtualized-list": "0.69.0-preview.
|
|
28
|
+
"@react-native-windows/virtualized-list": "0.69.0-preview.3",
|
|
29
29
|
"@react-native/assets": "1.0.0",
|
|
30
30
|
"@react-native/normalize-color": "2.0.0",
|
|
31
31
|
"@react-native/polyfills": "2.0.0",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"just-scripts": "^1.3.3",
|
|
76
76
|
"prettier": "^2.4.1",
|
|
77
77
|
"react": "18.0.0",
|
|
78
|
-
"react-native": "0.69.0-rc.
|
|
78
|
+
"react-native": "0.69.0-rc.6",
|
|
79
79
|
"react-native-platform-override": "^1.6.11",
|
|
80
80
|
"react-shallow-renderer": "16.14.1",
|
|
81
81
|
"typescript": "^4.4.4"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"react": "18.0.0",
|
|
85
|
-
"react-native": "0.69.0-rc.
|
|
85
|
+
"react-native": "0.69.0-rc.6"
|
|
86
86
|
},
|
|
87
87
|
"beachball": {
|
|
88
88
|
"defaultNpmTag": "preview",
|