diff --git a/.changeset/fifty-knives-raise.md b/.changeset/fifty-knives-raise.md deleted file mode 100644 index a8de15e35..000000000 --- a/.changeset/fifty-knives-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: theme mixins - -fix: color of tab active indicator diff --git a/.changeset/hungry-schools-punch.md b/.changeset/hungry-schools-punch.md deleted file mode 100644 index eb107f66f..000000000 --- a/.changeset/hungry-schools-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: better compatibility with empty form control diff --git a/.changeset/khaki-toes-act.md b/.changeset/khaki-toes-act.md deleted file mode 100644 index c3ce9844f..000000000 --- a/.changeset/khaki-toes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: check trackFn on select all diff --git a/.changeset/sour-nails-teach.md b/.changeset/sour-nails-teach.md deleted file mode 100644 index 53592286d..000000000 --- a/.changeset/sour-nails-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: disabled option should not be closeable diff --git a/.changeset/weak-coats-fetch.md b/.changeset/weak-coats-fetch.md deleted file mode 100644 index b75230a01..000000000 --- a/.changeset/weak-coats-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: system scrollbar color diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f6d46a4..d60cefbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 6.3.1 + +### Patch Changes + +- [#295](https://github.com/alauda/alauda-ui/pull/295) [`6764aaf`](https://github.com/alauda/alauda-ui/commit/6764aaf6a18ad356507b6acfb1d6cd1d0ea0f5d9) Thanks [@fengtianze](https://github.com/fengtianze)! - fix: theme mixins + + fix: color of tab active indicator + +* [#303](https://github.com/alauda/alauda-ui/pull/303) [`b45adbc`](https://github.com/alauda/alauda-ui/commit/b45adbc6c803b3282cd02a9ac72fe189a614b9b9) Thanks [@JounQin](https://github.com/JounQin)! - fix: better compatibility with empty form control + +- [#301](https://github.com/alauda/alauda-ui/pull/301) [`7e32fce`](https://github.com/alauda/alauda-ui/commit/7e32fce199b53e0e3a79bff74c94c7e88d2a5d8b) Thanks [@JounQin](https://github.com/JounQin)! - fix: check trackFn on select all + +* [#298](https://github.com/alauda/alauda-ui/pull/298) [`698665a`](https://github.com/alauda/alauda-ui/commit/698665a24b3b04db5c224cdcc8bb242578fc99f7) Thanks [@JounQin](https://github.com/JounQin)! - fix: disabled option should not be closeable + +- [#299](https://github.com/alauda/alauda-ui/pull/299) [`d3f5d22`](https://github.com/alauda/alauda-ui/commit/d3f5d22fed7120297543020909ab7e957abfc634) Thanks [@fengtianze](https://github.com/fengtianze)! - fix: system scrollbar color + ## 6.3.0 ### Minor Changes diff --git a/package.json b/package.json index e97981b7b..683622940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "6.3.0", + "version": "6.3.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",