Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Oct 26, 2022
1 parent 372dc80 commit fc9cefa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [4.0.0](https://github.com/expo/react-native-action-sheet/compare/v3.14.0...v4.0.0) (2022-10-26)


### Features

* 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))


### 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.

# [3.14.0](https://github.com/expo/react-native-action-sheet/compare/v3.13.1...v3.14.0) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/react-native-action-sheet",
"version": "3.14.0",
"version": "4.0.0",
"description": "A cross-platform ActionSheet for React Native",
"react-native": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit fc9cefa

Please sign in to comment.