diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f38c3..9dc8731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.23.3](https://github.com/fast-crud/fast-crud/compare/v1.23.2...v1.23.3) (2024-11-26) + +### Bug Fixes + +* 修复antdv4新页面打开示例不显示表单的bug ([34ab106](https://github.com/fast-crud/fast-crud/commit/34ab106d5e1cce918ce9745df141fda03f69331d)) + +### Performance Improvements + +* 增加card列表示例 ([cfad8c8](https://github.com/fast-crud/fast-crud/commit/cfad8c87cb6f9588bb016c0595d03b34b0147c2a)) + ## [1.23.2](https://github.com/fast-crud/fast-crud/compare/v1.23.1...v1.23.2) (2024-11-18) ### Bug Fixes diff --git a/package.json b/package.json index d65132f..14fb5af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.23.2", + "version": "1.23.3", "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.23.2", - "@fast-crud/fast-extends": "^1.23.2", - "@fast-crud/ui-antdv4": "^1.23.2", - "@fast-crud/ui-interface": "^1.23.2", + "@fast-crud/fast-crud": "^1.23.3", + "@fast-crud/fast-extends": "^1.23.3", + "@fast-crud/ui-antdv4": "^1.23.3", + "@fast-crud/ui-interface": "^1.23.3", "@iconify/vue": "^4.1.1", "@soerenmartius/vue3-clipboard": "^0.1.2", "ant-design-vue": "^4.1.2",