diff --git a/.changeset/beige-bananas-grin-233.md b/.changeset/beige-bananas-grin-233.md deleted file mode 100644 index f6c092127..000000000 --- a/.changeset/beige-bananas-grin-233.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alauda/ui': minor ---- - -- [BREAKING CHANGE] refactor: remove unnecessary exports diff --git a/.changeset/beige-bananas-grin.md b/.changeset/beige-bananas-grin.md deleted file mode 100644 index 7d935b50b..000000000 --- a/.changeset/beige-bananas-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alauda/ui': minor ---- - -- feat: select support readonly diff --git a/.changeset/fifty-hounds-stare.md b/.changeset/fifty-hounds-stare.md deleted file mode 100644 index cd3ce5dc6..000000000 --- a/.changeset/fifty-hounds-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alauda/ui': minor ---- - -- feat: table support resize column width diff --git a/.changeset/thin-owls-jog.md b/.changeset/thin-owls-jog.md deleted file mode 100644 index 7b71cd11c..000000000 --- a/.changeset/thin-owls-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -chore: add plus/minus square icon diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe98d807..5591661cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 7.4.0 + +### Minor Changes + +- [#548](https://github.com/alauda/ui/pull/548) [`87d2804`](https://github.com/alauda/ui/commit/87d28042b226d87b8e829bed00f021302a2e9827) Thanks [@fengtianze](https://github.com/fengtianze)! - - [BREAKING CHANGE] refactor: remove unnecessary exports + +- [#540](https://github.com/alauda/ui/pull/540) [`4504ba8`](https://github.com/alauda/ui/commit/4504ba8d1c80448e54cf61fa5549ab511320f3e7) Thanks [@igauch](https://github.com/igauch)! - - feat: select support readonly + +- [#533](https://github.com/alauda/ui/pull/533) [`b4a96de`](https://github.com/alauda/ui/commit/b4a96de507a8625a55216410abc1fe817e9c4202) Thanks [@igauch](https://github.com/igauch)! - - feat: table support resize column width + +### Patch Changes + +- [#542](https://github.com/alauda/ui/pull/542) [`893f548`](https://github.com/alauda/ui/commit/893f5480ae4f3d3a3b47dfdf1cda3f6fe9c2547d) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - chore: add plus/minus square icon + ## 7.3.2 ### Patch Changes diff --git a/package.json b/package.json index 0d596ddeb..52ca1b277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.3.2", + "version": "7.4.0", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",