mirror of https://github.com/certd/certd
parent
55e05afe0e
commit
47e13312b1
|
@ -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.12.1](https://github.com/fast-crud/fast-crud/compare/v1.12.0...v1.12.1) (2023-04-04)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 增加自定义组件示例 ([c1f5b40](https://github.com/fast-crud/fast-crud/commit/c1f5b407d6137a0f5cbedb1ec2a56a18140e77a1))
|
||||
|
||||
# [1.12.0](https://github.com/fast-crud/fast-crud/compare/v1.11.10...v1.12.0) (2023-03-31)
|
||||
|
||||
### Performance Improvements
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fast-crud/fs-admin-antdv",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -25,11 +25,11 @@
|
|||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@aws-sdk/client-s3": "^3.292.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.292.0",
|
||||
"@fast-crud/fast-crud": "^1.12.0",
|
||||
"@fast-crud/fast-extends": "^1.12.0",
|
||||
"@fast-crud/ui-antdv": "^1.12.0",
|
||||
"@fast-crud/ui-interface": "^1.12.0",
|
||||
"@fast-crud/fast-bpmn": "^1.0.3",
|
||||
"@fast-crud/fast-crud": "^1.12.1",
|
||||
"@fast-crud/fast-extends": "^1.12.1",
|
||||
"@fast-crud/ui-antdv": "^1.12.1",
|
||||
"@fast-crud/ui-interface": "^1.12.1",
|
||||
"@iconify/iconify": "^3.1.0",
|
||||
"@iconify/json": "^2.2.35",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
|
|
Loading…
Reference in New Issue