Skip to content

Commit d778588

Browse files
authored
Merge pull request #301 from expo/release-please--branches--master--components--react-native-action-sheet
chore(master): release 4.1.0
2 parents bd71836 + c12edae commit d778588

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/expo/react-native-action-sheet/compare/v4.0.1...v4.1.0) (2024-05-15)
4+
5+
6+
### Features
7+
8+
* update peer dep ([#324](https://github.com/expo/react-native-action-sheet/issues/324)) ([bc33f9f](https://github.com/expo/react-native-action-sheet/commit/bc33f9f4d0c171ff17c098f94fab1b22ed6816ed))
9+
10+
11+
### Bug Fixes
12+
13+
* use release-please instead of semantic release ([#300](https://github.com/expo/react-native-action-sheet/issues/300)) ([b35a403](https://github.com/expo/react-native-action-sheet/commit/b35a403a213d596252ec5e8a20db5291396fafc0))
14+
315
## [4.0.1](https://github.com/expo/react-native-action-sheet/compare/v4.0.0...v4.0.1) (2022-11-04)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/react-native-action-sheet",
3-
"version": "4.0.1",
3+
"version": "4.1.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)