Skip to content

Commit 4d8ed00

Browse files
chore(release): 3.11.0 [skip ci]
# [3.11.0](v3.10.0...v3.11.0) (2021-09-07) ### Bug Fixes * yarn lock issues ([#238](#238)) ([22fc214](22fc214)) ### Features * default useModal to true when autoFocus is set ([688fd47](688fd47))
1 parent 22fc214 commit 4d8ed00

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.11.0](https://github.com/expo/react-native-action-sheet/compare/v3.10.0...v3.11.0) (2021-09-07)
4+
5+
6+
### Bug Fixes
7+
8+
* yarn lock issues ([#238](https://github.com/expo/react-native-action-sheet/issues/238)) ([22fc214](https://github.com/expo/react-native-action-sheet/commit/22fc2144b3ce3b5fc1892eefd86f484dc1af58e9))
9+
10+
11+
### Features
12+
13+
* default useModal to true when autoFocus is set ([688fd47](https://github.com/expo/react-native-action-sheet/commit/688fd47227dab6994b59ed85af622cb04ebed220))
14+
315
# [3.10.0](https://github.com/expo/react-native-action-sheet/compare/v3.8.0...v3.10.0) (2021-08-09)
416

517
### Features

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.10.0",
3+
"version": "3.11.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)