diff --git a/.changeset/eighty-llamas-refuse.md b/.changeset/eighty-llamas-refuse.md deleted file mode 100644 index 83a9a2bcc..000000000 --- a/.changeset/eighty-llamas-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[core] SlotMixin: allow rerenders of templates diff --git a/.changeset/lucky-windows-bathe.md b/.changeset/lucky-windows-bathe.md deleted file mode 100644 index 2f21c8b60..000000000 --- a/.changeset/lucky-windows-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -Export types that are useful for subclassers diff --git a/.changeset/warm-forks-press.md b/.changeset/warm-forks-press.md deleted file mode 100644 index bcee6b721..000000000 --- a/.changeset/warm-forks-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-tel] Align with SlotMixin rerender functionality -[input-tel-dropdown] Align with SlotMixin rerender functionality + fix interaction state synchronization diff --git a/.changeset/wicked-students-report.md b/.changeset/wicked-students-report.md deleted file mode 100644 index cdc1f79eb..000000000 --- a/.changeset/wicked-students-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -expose docs via export map diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e76bb6092..937801be2 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @lion/ui +## 0.0.4 + +### Patch Changes + +- 11436fc0: [core] SlotMixin: allow rerenders of templates +- eee83cca: Export types that are useful for subclassers +- d7938ef6: [input-tel] Align with SlotMixin rerender functionality + [input-tel-dropdown] Align with SlotMixin rerender functionality + fix interaction state synchronization +- bc252703: expose docs via export map + ## 0.0.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 7d2c0bf51..927a63d23 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.0.3", + "version": "0.0.4", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",