From 2cc6817a91689c576253ff9ea4d8349b9ea6ec4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Sep 2023 16:15:28 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f2be0..58dcdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5eff64e..3197f7c 100644 --- a/package.json +++ b/package.json @@ -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": [