@office-iss/react-native-win32 0.68.0-preview.1 → 0.68.0-preview.2
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 +14 -5
- package/package.json +3 -3
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, 14 Feb 2022 16:07:41 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.68.0-preview.2",
|
|
7
|
+
"version": "0.68.0-preview.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jthysell@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "2d99c664143875740d513d7a9c1e9063eea234d5",
|
|
14
|
+
"comment": "[0.68] Bump minimum Node version to 14"
|
|
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.2",
|
|
20
|
+
"commit": "02283c2582cfc8befa62b6fc32df18f022fff29b"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Mon, 07 Feb 2022 16:09:26 GMT",
|
|
6
27
|
"tag": "@office-iss/react-native-win32_v0.68.0-preview.1",
|
|
7
28
|
"version": "0.68.0-preview.1",
|
|
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, 14 Feb 2022 16:07:41 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.2
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 14 Feb 2022 16:07:41 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.
|
|
13
|
+
- [0.68] Bump minimum Node version to 14 (jthysell@microsoft.com)
|
|
14
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.2
|
|
15
15
|
|
|
16
|
+
## 0.68.0-preview.1
|
|
17
|
+
|
|
18
|
+
Mon, 07 Feb 2022 16:09:26 GMT
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- Promote 0.68 to preview (ngerlem@microsoft.com)
|
|
23
|
+
- Bump @react-native-windows/virtualized-list to v0.68.0-preview.1
|
|
24
|
+
|
|
16
25
|
## 0.0.0-canary.131
|
|
17
26
|
|
|
18
27
|
Thu, 03 Feb 2022 06:08:22 GMT
|
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.2",
|
|
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": "^7.0.1",
|
|
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.2",
|
|
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",
|
|
@@ -90,6 +90,6 @@
|
|
|
90
90
|
},
|
|
91
91
|
"promoteRelease": true,
|
|
92
92
|
"engines": {
|
|
93
|
-
"node": ">=
|
|
93
|
+
"node": ">= 14"
|
|
94
94
|
}
|
|
95
95
|
}
|