Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2022-08-16)

### Features

* add onMouseDown prop ([775b7a3](775b7a3))
* add onStart prop ([b8f89c9](b8f89c9))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent b8f89c9 commit 7fc232c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.11.0](https://github.com/azabraao/react-draggable-bottom-sheet/compare/v1.10.0...v1.11.0) (2022-08-16)


### Features

* add onMouseDown prop ([775b7a3](https://github.com/azabraao/react-draggable-bottom-sheet/commit/775b7a37604652e5b23c8d9603931c7a0ccc243c))
* add onStart prop ([b8f89c9](https://github.com/azabraao/react-draggable-bottom-sheet/commit/b8f89c9511c712b10c60c1d013a9956198a2612a))

# [1.10.0](https://github.com/azabraao/react-draggable-bottom-sheet/compare/v1.9.0...v1.10.0) (2022-08-15)


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": "react-draggable-bottom-sheet",
"version": "1.10.0",
"version": "1.11.0",
"description": "A React component with the bottom sheet experience we have for native mobile applications, but for web ✨",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 7fc232c

Please sign in to comment.