Skip to content

Commit f9ac44a

Browse files
chore(release): 3.9.0 [skip ci]
# [3.9.0](v3.8.0...v3.9.0) (2021-08-09) ### Bug Fixes * allow callback to be async ([#183](#183)) ([d0d5182](d0d5182)) * center icons with titles ([#188](#188)) ([d48c323](d48c323)) ### Features * add `userInterfaceStyle` option for iOS ([#206](#206)) ([735cfa5](735cfa5)) * Allow multiple destructive indices ([#210](#210)) ([81112b9](81112b9))
1 parent d31681d commit f9ac44a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# [3.9.0](https://github.com/expo/react-native-action-sheet/compare/v3.8.0...v3.9.0) (2021-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* allow callback to be async ([#183](https://github.com/expo/react-native-action-sheet/issues/183)) ([d0d5182](https://github.com/expo/react-native-action-sheet/commit/d0d518278028556a80deec3d9b57c332b82ba28d))
9+
* center icons with titles ([#188](https://github.com/expo/react-native-action-sheet/issues/188)) ([d48c323](https://github.com/expo/react-native-action-sheet/commit/d48c323e4563363c8683c427d1803e1ff4cddcb5))
10+
11+
12+
### Features
13+
14+
* add `userInterfaceStyle` option for iOS ([#206](https://github.com/expo/react-native-action-sheet/issues/206)) ([735cfa5](https://github.com/expo/react-native-action-sheet/commit/735cfa54ba1bfd90139671489aca525fdbd59626))
15+
* Allow multiple destructive indices ([#210](https://github.com/expo/react-native-action-sheet/issues/210)) ([81112b9](https://github.com/expo/react-native-action-sheet/commit/81112b9553dc34725e2708b02b64b7a5e5c57509))
16+
317
# [3.9.0](https://github.com/expo/react-native-action-sheet/compare/v3.8.0...v3.9.0) (2021-03-12)
418

519

0 commit comments

Comments
 (0)