mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 2 commits [trident-sync]
build: publish successpull/26/head
parent
a929f8429d
commit
4e13843c78
|
@ -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.18.5](https://github.com/fast-crud/fast-crud/compare/v1.18.4...v1.18.5) (2023-11-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复form.value会覆盖初始值的bug ([050f889](https://github.com/fast-crud/fast-crud/commit/050f889dfbdfb38debcd7c8e4a455acf07198530))
|
||||
|
||||
## [1.18.4](https://github.com/fast-crud/fast-crud/compare/v1.18.3...v1.18.4) (2023-11-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fast-crud/fs-admin-antdv",
|
||||
"version": "1.18.4",
|
||||
"version": "1.18.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -26,10 +26,10 @@
|
|||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@aws-sdk/client-s3": "^3.383.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.383.0",
|
||||
"@fast-crud/fast-crud": "^1.18.4",
|
||||
"@fast-crud/fast-extends": "^1.18.4",
|
||||
"@fast-crud/ui-antdv": "^1.18.4",
|
||||
"@fast-crud/ui-interface": "^1.18.4",
|
||||
"@fast-crud/fast-crud": "^1.18.5",
|
||||
"@fast-crud/fast-extends": "^1.18.5",
|
||||
"@fast-crud/ui-antdv": "^1.18.5",
|
||||
"@fast-crud/ui-interface": "^1.18.5",
|
||||
"@iconify/iconify": "^3.1.1",
|
||||
"@iconify/json": "^2.2.98",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
|
|
Loading…
Reference in New Issue