Skip to content

Commit

Permalink
chore(release): 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.3...v1.14.0) (2023-09-09)

### Features

* add `cancel="[data-no-drag]"`  for canceling drag if necessary. ([3bd5bb4](3bd5bb4))
  • Loading branch information
semantic-release-bot committed Sep 9, 2023
1 parent 3bd5bb4 commit 2cc6817
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.14.0](https://github.com/azabraao/react-draggable-bottom-sheet/compare/v1.13.3...v1.14.0) (2023-09-09)


### Features

* add `cancel="[data-no-drag]"` for canceling drag if necessary. ([3bd5bb4](https://github.com/azabraao/react-draggable-bottom-sheet/commit/3bd5bb401b020ffabcd94ea31f5eec09878cb9f8))

## [1.13.3](https://github.com/azabraao/react-draggable-bottom-sheet/compare/v1.13.2...v1.13.3) (2023-03-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": "react-draggable-bottom-sheet",
"version": "1.13.3",
"version": "1.14.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 2cc6817

Please sign in to comment.