@office-iss/react-native-win32 0.69.0-preview.1 → 0.69.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 +16 -1
- package/CHANGELOG.md +13 -5
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 16 May 2022 15:08:41 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.69.0-preview.2",
|
|
7
|
+
"version": "0.69.0-preview.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "jthysell@microsoft.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "70ed2cf44501f1ac1951638154915bc14f073406",
|
|
14
|
+
"comment": "Upgrade to @react-native-community/cli@8.0.0-alpha.6"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 04 May 2022 23:30:22 GMT",
|
|
6
21
|
"tag": "@office-iss/react-native-win32_v0.69.0-preview.1",
|
|
7
22
|
"version": "0.69.0-preview.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
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 Mon, 16 May 2022 15:08:41 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.2
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 16 May 2022 15:08:41 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
- Bump @react-native-windows/virtualized-list to v0.69.0-preview.1
|
|
13
|
+
- Upgrade to @react-native-community/cli@8.0.0-alpha.6 (jthysell@microsoft.com)
|
|
15
14
|
|
|
15
|
+
## 0.69.0-preview.1
|
|
16
|
+
|
|
17
|
+
Wed, 04 May 2022 23:30:22 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Promote 0.69 to preview (jthysell@microsoft.com)
|
|
22
|
+
- Bump @react-native-windows/virtualized-list to v0.69.0-preview.1
|
|
23
|
+
|
|
16
24
|
## 0.0.0-canary.148
|
|
17
25
|
|
|
18
26
|
Mon, 02 May 2022 21:26:42 GMT
|
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.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",
|
|
@@ -22,7 +22,7 @@
|
|
|
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": "^8.0.0-alpha.
|
|
25
|
+
"@react-native-community/cli": "^8.0.0-alpha.6",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^8.0.0-alpha.3",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3",
|
|
28
28
|
"@react-native-windows/virtualized-list": "0.69.0-preview.1",
|