diff --git a/.changeset/ledger.yaml b/.changeset/ledger.yaml new file mode 100644 index 0000000..8817786 --- /dev/null +++ b/.changeset/ledger.yaml @@ -0,0 +1,4 @@ +"@zemd/react-modals@1.1.0": + dir: packages/modals + intents: + - major-drinks-ring diff --git a/.changeset/major-drinks-ring.md b/.changeset/major-drinks-ring.md deleted file mode 100644 index 13341ef..0000000 --- a/.changeset/major-drinks-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zemd/react-modals": minor ---- - -Type modal lifecycle callbacks with the controller props, make useModals options optional, fix the propless open() overload, and stop notifying subscribers when removeLatest runs on an empty stack diff --git a/packages/modals/CHANGELOG.md b/packages/modals/CHANGELOG.md index 6cf3e73..b957f50 100644 --- a/packages/modals/CHANGELOG.md +++ b/packages/modals/CHANGELOG.md @@ -1,5 +1,11 @@ # @zemd/react-modals +## 1.1.0 + +### Minor Changes + +- Type modal lifecycle callbacks with the controller props, make useModals options optional, fix the propless open() overload, and stop notifying subscribers when removeLatest runs on an empty stack + ## 1.0.1 ### Patch Changes diff --git a/packages/modals/package.json b/packages/modals/package.json index ef119a0..72b2ebe 100644 --- a/packages/modals/package.json +++ b/packages/modals/package.json @@ -1,6 +1,6 @@ { "name": "@zemd/react-modals", - "version": "1.0.1", + "version": "1.1.0", "description": "A lightweight React modal management library.", "keywords": [ "component",