@office-iss/react-native-win32 0.71.6 → 0.71.7
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 +12 -4
- package/Libraries/platform-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/Libraries/platform-types.d.ts +1 -1
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": "Tue, 06 Jun 2023 23:29:35 GMT",
|
|
6
|
+
"tag": "@office-iss/react-native-win32_v0.71.7",
|
|
7
|
+
"version": "0.71.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "6cecb24f618b6af4149f453ec89618b4ac97a146",
|
|
14
|
+
"comment": "Export ITouchableWin32State"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 10 May 2023 01:38:11 GMT",
|
|
6
21
|
"tag": "@office-iss/react-native-win32_v0.71.6",
|
|
7
22
|
"version": "0.71.6",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
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 Tue, 06 Jun 2023 23:29:35 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.71.
|
|
7
|
+
## 0.71.7
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Tue, 06 Jun 2023 23:29:35 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- Export
|
|
13
|
+
- Export ITouchableWin32State (30809111+acoates-ms@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.71.6
|
|
16
|
+
|
|
17
|
+
Wed, 10 May 2023 01:38:11 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Export additional TS types for back compat (30809111+acoates-ms@users.noreply.github.com)
|
|
22
|
+
|
|
15
23
|
## 0.71.5
|
|
16
24
|
|
|
17
25
|
Thu, 27 Apr 2023 19:11:54 GMT
|
|
@@ -18,7 +18,7 @@ export {TextWin32} from './Components/Text/TextWin32';
|
|
|
18
18
|
export {IButtonWin32Props, IButtonWin32Style} from './Components/Button/ButtonWin32.Props';
|
|
19
19
|
export {ButtonWin32} from './Components/Button/ButtonWin32';
|
|
20
20
|
export {GradientColorStop, GradientColorValueWin32, ColorGradientWin32} from './StyleSheet/PlatformColorValueTypesWin32';
|
|
21
|
-
export {ITouchableWin32Props} from './Components/Touchable/TouchableWin32.Props';
|
|
21
|
+
export {ITouchableWin32Props, ITouchableWin32State} from './Components/Touchable/TouchableWin32.Props';
|
|
22
22
|
export * from './Components/Touchable/TouchableWin32.Types';
|
|
23
23
|
export * from './Components/Touchable/TouchableWin32';
|
|
24
24
|
export * from './PersonaCoin/PersonaCoin';
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ export {TextWin32} from './Components/Text/TextWin32';
|
|
|
18
18
|
export {IButtonWin32Props, IButtonWin32Style} from './Components/Button/ButtonWin32.Props';
|
|
19
19
|
export {ButtonWin32} from './Components/Button/ButtonWin32';
|
|
20
20
|
export {GradientColorStop, GradientColorValueWin32, ColorGradientWin32} from './StyleSheet/PlatformColorValueTypesWin32';
|
|
21
|
-
export {ITouchableWin32Props} from './Components/Touchable/TouchableWin32.Props';
|
|
21
|
+
export {ITouchableWin32Props, ITouchableWin32State} from './Components/Touchable/TouchableWin32.Props';
|
|
22
22
|
export * from './Components/Touchable/TouchableWin32.Types';
|
|
23
23
|
export * from './Components/Touchable/TouchableWin32';
|
|
24
24
|
export * from './PersonaCoin/PersonaCoin';
|