diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb5118..19982c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/sheet-ui/sheet/compare/v1.0.0...v1.1.0) (2024-10-06) + + +### Features + +* allow users to dismiss sheet by tapping overlay ([f30ce0d](https://github.com/sheet-ui/sheet/commit/f30ce0dd1e2a9d685fc42cbd086ddf6e2a11d8b1)) + + +### Bug Fixes + +* use new motion.create ([29ec3c5](https://github.com/sheet-ui/sheet/commit/29ec3c59a9590fb48581b4049ba8f99279f86026)) + ## 1.0.0 (2024-10-05) diff --git a/package-lock.json b/package-lock.json index 6344350..335af77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1" }, - "version": "1.0.0" + "version": "1.1.0" }, "node_modules/@esbuild/darwin-arm64": { "version": "0.24.0", @@ -2348,5 +2348,5 @@ } } }, - "version": "1.0.0" + "version": "1.1.0" } diff --git a/package.json b/package.json index 8e039c9..8d55e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sheet-ui/sheet", - "version": "1.0.0", + "version": "1.1.0", "author": "henryzhu.eth", "license": "MIT", "description": "A 📄 sheet is a modal used to replicate an Apple-like sheet experience on the mobile web.",