diff --git a/.changeset/pink-houses-lose.md b/.changeset/pink-houses-lose.md deleted file mode 100644 index 916232178..000000000 --- a/.changeset/pink-houses-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: hack for rspack module federation due to `dayjs -> dayjs/esm` alias diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2c7e84c..07ec7f37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.1.4 + +### Patch Changes + +- [#604](https://github.com/alauda/ui/pull/604) [`77fc0e4`](https://github.com/alauda/ui/commit/77fc0e448e7f95749ec5ef8bd9cb741aa239f991) Thanks [@JounQin](https://github.com/JounQin)! - fix: hack for rspack module federation due to `dayjs -> dayjs/esm` alias + ## 9.1.3 ### Patch Changes diff --git a/package.json b/package.json index 5f726c0ac..94101d85b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "9.1.3", + "version": "9.1.4", "description": "Angular UI components by Alauda Frontend Team.", "repository": { "type": "git",