diff --git a/.changeset/big-otters-walk.md b/.changeset/big-otters-walk.md deleted file mode 100644 index 89b474ae6..000000000 --- a/.changeset/big-otters-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -feat: number input allow clear diff --git a/.changeset/eight-chicken-applaud.md b/.changeset/eight-chicken-applaud.md deleted file mode 100644 index 1922d737d..000000000 --- a/.changeset/eight-chicken-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@alauda/ui': patch ---- - -fix: tab group auto scroll to active label when init - -feat: optimize disabled animation in base tooltip diff --git a/.changeset/heavy-beans-do.md b/.changeset/heavy-beans-do.md deleted file mode 100644 index 036c57b2c..000000000 --- a/.changeset/heavy-beans-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -refactor: mod panel host binding method diff --git a/.changeset/stupid-geese-sleep.md b/.changeset/stupid-geese-sleep.md deleted file mode 100644 index 3c205c7c4..000000000 --- a/.changeset/stupid-geese-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alauda/ui': patch ---- - -fix: overlay-prebuilt not working in drawer diff --git a/CHANGELOG.md b/CHANGELOG.md index 60832d0ac..970510b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 6.5.9 + +### Patch Changes + +- [#475](https://github.com/alauda/ui/pull/475) [`71a60cc`](https://github.com/alauda/ui/commit/71a60cc050aaf42445fe01e3ed9c083edcb0f153) Thanks [@2eron](https://github.com/2eron)! - feat: number input allow clear + +- [#471](https://github.com/alauda/ui/pull/471) [`ca276e0`](https://github.com/alauda/ui/commit/ca276e0ecae6fb238166e6a837cebbac7cefbd70) Thanks [@igauch](https://github.com/igauch)! - fix: tab group auto scroll to active label when init + + feat: optimize disabled animation in base tooltip + +- [#474](https://github.com/alauda/ui/pull/474) [`0bb4a32`](https://github.com/alauda/ui/commit/0bb4a32a5166f7aaa39e4c4f332c3a5d21033425) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - refactor: mod panel host binding method + +- [#459](https://github.com/alauda/ui/pull/459) [`54d15b3`](https://github.com/alauda/ui/commit/54d15b3dd7811504de0915c7e856177434807776) Thanks [@EdisonSu768](https://github.com/EdisonSu768)! - fix: overlay-prebuilt not working in drawer + ## 6.5.8 ### Patch Changes diff --git a/package.json b/package.json index 7d1ae08dd..1ea05cc1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "6.5.8", + "version": "6.5.9", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",