From 9a8fca5f5ccfae85aee64bfb1511e1f2aea6af37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:24:51 +0800 Subject: [PATCH] chore: release @alauda/ui v5.7.4 (#146) Co-authored-by: github-actions[bot] --- .changeset/date-picker-fix.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/date-picker-fix.md diff --git a/.changeset/date-picker-fix.md b/.changeset/date-picker-fix.md deleted file mode 100644 index d60d064a4..000000000 --- a/.changeset/date-picker-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: date-picker style problem diff --git a/CHANGELOG.md b/CHANGELOG.md index 1283b9619..c24c45f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.7.4 + +### Patch Changes + +- [#145](https://github.com/alauda/alauda-ui/pull/145) [`c0c2f82`](https://github.com/alauda/alauda-ui/commit/c0c2f829f46c3ea7aa046eb356b19289618e77a7) Thanks [@zangguodong](https://github.com/zangguodong)! - fix: date-picker style problem + ## 5.7.3 ### Patch Changes diff --git a/package.json b/package.json index 493788a24..a424439d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "5.7.3", + "version": "5.7.4", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",