diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index 8effae8f..8c9bbd0e 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.25.0](https://github.com/fast-crud/fast-crud/compare/v1.24.2...v1.25.0) (2025-01-12) + +### Performance Improvements + +* 支持图标选择器 ([7dd8745](https://github.com/fast-crud/fast-crud/commit/7dd874534caa926ba63d6b8100116c032d794d51)) + ## [1.24.2](https://github.com/fast-crud/fast-crud/compare/v1.24.1...v1.24.2) (2024-12-31) **Note:** Version bump only for package @fast-crud/fs-admin-antdv4 diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 0b83df93..ec3f0752 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.24.2", + "version": "1.25.0", "private": true, "scripts": { "dev": "vite", @@ -26,10 +26,10 @@ "@ant-design/icons-vue": "^7.0.1", "@aws-sdk/client-s3": "^3.535.0", "@aws-sdk/s3-request-presigner": "^3.535.0", - "@fast-crud/fast-crud": "^1.24.2", - "@fast-crud/fast-extends": "^1.24.2", - "@fast-crud/ui-antdv4": "^1.24.2", - "@fast-crud/ui-interface": "^1.24.2", + "@fast-crud/fast-crud": "^1.25.0", + "@fast-crud/fast-extends": "^1.25.0", + "@fast-crud/ui-antdv4": "^1.25.0", + "@fast-crud/ui-interface": "^1.25.0", "@iconify/vue": "^4.1.1", "@soerenmartius/vue3-clipboard": "^0.1.2", "ant-design-vue": "^4.1.2",