From 460cb7cf4cea23e5a8dcca7351369c4db9ce8595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Oct 2023 07:47:14 +0000 Subject: [PATCH] chore: release @alauda/ui --- .changeset/hot-dodos-help.md | 5 ----- .changeset/tzfeng-handsome.md | 5 ----- .changeset/weak-walls-invent.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hot-dodos-help.md delete mode 100644 .changeset/tzfeng-handsome.md delete mode 100644 .changeset/weak-walls-invent.md diff --git a/.changeset/hot-dodos-help.md b/.changeset/hot-dodos-help.md deleted file mode 100644 index 2e84ccd95..000000000 --- a/.changeset/hot-dodos-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: update i18n pipe on locale change diff --git a/.changeset/tzfeng-handsome.md b/.changeset/tzfeng-handsome.md deleted file mode 100644 index a5c7949ce..000000000 --- a/.changeset/tzfeng-handsome.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -feat: backtop support custom position diff --git a/.changeset/weak-walls-invent.md b/.changeset/weak-walls-invent.md deleted file mode 100644 index 1ab49dd51..000000000 --- a/.changeset/weak-walls-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": minor ---- - -feat!: migrate to standalone API diff --git a/CHANGELOG.md b/CHANGELOG.md index 87088d444..0ef2461f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 7.1.0 + +### Minor Changes + +- [#498](https://github.com/alauda/ui/pull/498) [`ab236ce`](https://github.com/alauda/ui/commit/ab236ce8fdb0b8128cd3cc152612af81a2de12e7) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to standalone API + +### Patch Changes + +- [#512](https://github.com/alauda/ui/pull/512) [`457e4e5`](https://github.com/alauda/ui/commit/457e4e56c497032911556445d90f0249c77e2233) Thanks [@JounQin](https://github.com/JounQin)! - fix: update i18n pipe on locale change + +- [#506](https://github.com/alauda/ui/pull/506) [`9d04180`](https://github.com/alauda/ui/commit/9d041802b39afd22afd8145704d3a2b3973d3fc1) Thanks [@fengtianze](https://github.com/fengtianze)! - feat: backtop support custom position + ## 7.0.3 ### Patch Changes diff --git a/package.json b/package.json index d078574f0..c787a707a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.0.3", + "version": "7.1.0", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",