diff --git a/.changeset/neat-pots-doubt.md b/.changeset/neat-pots-doubt.md deleted file mode 100644 index e466955b8..000000000 --- a/.changeset/neat-pots-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@alauda/ui': patch ---- - -- fix: no default config for using service mode -- fix: not auto destroy when hiding for using service mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a7ea957..dec0653a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 7.3.1 + +### Patch Changes + +- [#531](https://github.com/alauda/ui/pull/531) [`780dfb2`](https://github.com/alauda/ui/commit/780dfb2830a0cbac327496e13934240760ea36fc) Thanks [@igauch](https://github.com/igauch)! - - fix: no default config for using service mode + - fix: not auto destroy when hiding for using service mode + ## 7.3.0 ### Minor Changes diff --git a/package.json b/package.json index 9fa70a2fe..ebf2d3c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.3.0", + "version": "7.3.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",