@office-iss/react-native-win32 0.70.4 → 0.70.5
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/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, 23 Jan 2023 16:10:51 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.70.5",
|
|
7
|
+
"version": "0.70.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "45b8d1276e749bf0b9488c64dbd5b94086305761",
|
|
14
|
+
"comment": "Promote 0.70 to legacy"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@office-iss/react-native-win32",
|
|
19
|
+
"comment": "Bump @react-native-windows/virtualized-list to v0.70.1",
|
|
20
|
+
"commit": "45b8d1276e749bf0b9488c64dbd5b94086305761"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Mon, 19 Dec 2022 16:13:04 GMT",
|
|
6
27
|
"tag": "@office-iss/react-native-win32_v0.70.4",
|
|
7
28
|
"version": "0.70.4",
|
|
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, 23 Jan 2023 16:10:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.70.
|
|
7
|
+
## 0.70.5
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 23 Jan 2023 16:10:51 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Promote 0.70 to legacy (34109996+chiaramooney@users.noreply.github.com)
|
|
14
|
+
- Bump @react-native-windows/virtualized-list to v0.70.1
|
|
14
15
|
|
|
16
|
+
## 0.70.4
|
|
17
|
+
|
|
18
|
+
Mon, 19 Dec 2022 16:13:04 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Remove unnecessary overrides to onFocus and onBlur in Pressable (sanajmi@microsoft.com)
|
|
23
|
+
|
|
15
24
|
## 0.70.3
|
|
16
25
|
|
|
17
26
|
Mon, 07 Nov 2022 16:12:33 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.70.
|
|
3
|
+
"version": "0.70.5",
|
|
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": "^9.0.0",
|
|
26
26
|
"@react-native-community/cli-platform-android": "^9.0.0",
|
|
27
27
|
"@react-native-community/cli-platform-ios": "^9.0.0",
|
|
28
|
-
"@react-native-windows/virtualized-list": "0.70.
|
|
28
|
+
"@react-native-windows/virtualized-list": "0.70.1",
|
|
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",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"react-native": "^0.70.0"
|
|
85
85
|
},
|
|
86
86
|
"beachball": {
|
|
87
|
-
"defaultNpmTag": "
|
|
87
|
+
"defaultNpmTag": "v0.70-stable",
|
|
88
88
|
"disallowedChangeTypes": [
|
|
89
89
|
"major",
|
|
90
90
|
"minor",
|