@office-iss/react-native-win32 0.68.0-preview.2 → 0.68.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/.flowconfig +2 -0
- package/CHANGELOG.json +22 -1
- package/CHANGELOG.md +14 -5
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +2 -2
- package/package.json +6 -5
package/.flowconfig
CHANGED
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
; Ignore files with flow typing issues #9223
|
|
60
60
|
.*/react-native-win32/Libraries/Core/ReactNativeVersionCheck.js
|
|
61
61
|
|
|
62
|
+
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
|
|
63
|
+
|
|
62
64
|
[untyped]
|
|
63
65
|
.*/node_modules/@react-native-community/cli/.*/.*
|
|
64
66
|
; Should work out how to do this properly
|
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, 21 Mar 2022 15:08:08 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.68.0-preview.3",
|
|
7
|
+
"version": "0.68.0-preview.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "94d294948c06c235228acea8204620359da335fa",
|
|
14
|
+
"comment": "Integrate 0.68.0-rc.2"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.68.0-preview.3",
|
|
20
|
+
"commit": "43f8f593963a04cd69f2dee3d00f296d405ac439"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Mon, 14 Feb 2022 16:08:39 GMT",
|
|
6
27
|
"tag": "@office-iss/react-native-win32_v0.68.0-preview.2",
|
|
7
28
|
"version": "0.68.0-preview.2",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
|
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, 21 Mar 2022 15:08:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.68.0-preview.
|
|
7
|
+
## 0.68.0-preview.3
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 21 Mar 2022 15:08:08 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.
|
|
13
|
+
- Integrate 0.68.0-rc.2 (34109996+chiaramooney@users.noreply.github.com)
|
|
14
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.3
|
|
15
15
|
|
|
16
|
+
## 0.68.0-preview.2
|
|
17
|
+
|
|
18
|
+
Mon, 14 Feb 2022 16:08:39 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- [0.68] Bump minimum Node version to 14 (jthysell@microsoft.com)
|
|
23
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.2
|
|
24
|
+
|
|
16
25
|
## 0.68.0-preview.1
|
|
17
26
|
|
|
18
27
|
Mon, 07 Feb 2022 16:09:26 GMT
|
package/overrides.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"**/__snapshots__/**",
|
|
8
8
|
"src/rntypes/**"
|
|
9
9
|
],
|
|
10
|
-
"baseVersion": "0.68.0-rc.
|
|
10
|
+
"baseVersion": "0.68.0-rc.2",
|
|
11
11
|
"overrides": [
|
|
12
12
|
{
|
|
13
13
|
"type": "derived",
|
|
14
14
|
"file": ".flowconfig",
|
|
15
15
|
"baseFile": ".flowconfig",
|
|
16
|
-
"baseHash": "
|
|
16
|
+
"baseHash": "2c2e7e50f6f0583ed3ddd91463abdb13902d7ac1"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"type": "derived",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.68.0-preview.
|
|
3
|
+
"version": "0.68.0-preview.3",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./index.win32.js",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.0.0",
|
|
24
24
|
"@jest/create-cache-key-function": "^27.0.1",
|
|
25
|
-
"@react-native-community/cli": "^7.0.
|
|
25
|
+
"@react-native-community/cli": "^7.0.3",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^7.0.1",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^7.0.1",
|
|
28
|
-
"@react-native-windows/virtualized-list": "0.68.0-preview.
|
|
28
|
+
"@react-native-windows/virtualized-list": "0.68.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",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"react-clone-referenced-element": "^1.0.1",
|
|
48
48
|
"react-devtools-core": "^4.23.0",
|
|
49
49
|
"react-native-codegen": "^0.0.13",
|
|
50
|
+
"react-native-gradle-plugin": "^0.0.5",
|
|
50
51
|
"react-refresh": "^0.4.0",
|
|
51
52
|
"react-shallow-renderer": "16.14.1",
|
|
52
53
|
"regenerator-runtime": "^0.13.2",
|
|
@@ -71,14 +72,14 @@
|
|
|
71
72
|
"just-scripts": "^1.3.3",
|
|
72
73
|
"prettier": "^2.4.1",
|
|
73
74
|
"react": "17.0.2",
|
|
74
|
-
"react-native": "0.68.0-rc.
|
|
75
|
+
"react-native": "0.68.0-rc.2",
|
|
75
76
|
"react-native-platform-override": "^1.6.4",
|
|
76
77
|
"react-shallow-renderer": "16.14.1",
|
|
77
78
|
"typescript": "^4.4.4"
|
|
78
79
|
},
|
|
79
80
|
"peerDependencies": {
|
|
80
81
|
"react": "17.0.2",
|
|
81
|
-
"react-native": "0.68.0-rc.
|
|
82
|
+
"react-native": "0.68.0-rc.2"
|
|
82
83
|
},
|
|
83
84
|
"beachball": {
|
|
84
85
|
"defaultNpmTag": "preview",
|