Skip to content

Commit 2f43b7e

Browse files
chore(release): 3.12.0 [skip ci]
# [3.12.0](v3.11.0...v3.12.0) (2021-10-14) ### Bug Fixes * use correct callback type allowing for undefined `i` ([#239](#239)) ([b54b9f1](b54b9f1)) ### Features * adds support for disabledButtonIndicies ([#246](#246)) ([feed1f7](feed1f7)), closes [#224](#224)
1 parent feed1f7 commit 2f43b7e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
# [3.12.0](https://github.com/expo/react-native-action-sheet/compare/v3.11.0...v3.12.0) (2021-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct callback type allowing for undefined `i` ([#239](https://github.com/expo/react-native-action-sheet/issues/239)) ([b54b9f1](https://github.com/expo/react-native-action-sheet/commit/b54b9f16c251cb2ca5f1bd41ca7cc41b1393c6b3))
9+
10+
11+
### Features
12+
13+
* adds support for disabledButtonIndicies ([#246](https://github.com/expo/react-native-action-sheet/issues/246)) ([feed1f7](https://github.com/expo/react-native-action-sheet/commit/feed1f78b4c85855d48c1742fe9f8a67c0604609)), closes [#224](https://github.com/expo/react-native-action-sheet/issues/224)
14+
315
# [3.11.0](https://github.com/expo/react-native-action-sheet/compare/v3.10.0...v3.11.0) (2021-09-07)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/react-native-action-sheet",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "A cross-platform ActionSheet for React Native",
55
"react-native": "lib/module/index.js",
66
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)