diff --git a/CHANGELOG.md b/CHANGELOG.md index ff34592f..60ccf293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.32 - 2024-01-01 +- added Modal title slot + ## 0.0.31 - 2024-01-01 - added color picker diff --git a/package.json b/package.json index 6050ecf3..4f5dbd4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyvor/design", - "version": "0.0.31", + "version": "0.0.32", "license": "MIT", "private": false, "scripts": { diff --git a/src/lib/components/Modal/Modal.svelte b/src/lib/components/Modal/Modal.svelte index 593f3d36..0d5d928a 100644 --- a/src/lib/components/Modal/Modal.svelte +++ b/src/lib/components/Modal/Modal.svelte @@ -35,7 +35,11 @@
+ You can use the title
slot to customize the title of the modal.
+