Skip to content

Commit fc9cefa

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.14.0...v4.0.0) (2022-10-26) ### Features * iOS use custom action sheet ([#281](#281)) ([372dc80](372dc80)) ### BREAKING CHANGES * This implementation is backwards compatible, but just to be safe I'm marking this as breaking so that it bumps the major version.
1 parent 372dc80 commit fc9cefa

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+
# [4.0.0](https://github.com/expo/react-native-action-sheet/compare/v3.14.0...v4.0.0) (2022-10-26)
4+
5+
6+
### Features
7+
8+
* iOS use custom action sheet ([#281](https://github.com/expo/react-native-action-sheet/issues/281)) ([372dc80](https://github.com/expo/react-native-action-sheet/commit/372dc8065006a4da510ef5f31c27225d14a71ff3))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* This implementation is backwards compatible, but just to be safe I'm marking this as breaking so that it bumps the major version.
14+
315
# [3.14.0](https://github.com/expo/react-native-action-sheet/compare/v3.13.1...v3.14.0) (2022-10-03)
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.14.0",
3+
"version": "4.0.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)