🔱: [client] sync upgrade with 2 commits [trident-sync]

refactor: 1.13.7
pull/14/head
GitHub Actions Bot 2023-05-19 19:23:53 +00:00
parent 36b3a53ab2
commit 2db9343e0f
2 changed files with 11 additions and 5 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.13.7](https://github.com/fast-crud/fast-crud/compare/v1.13.6...v1.13.7) (2023-05-19)
### Bug Fixes
* 修复rowhandle 排列不整齐的问题 ([ff644b1](https://github.com/fast-crud/fast-crud/commit/ff644b11b91c58295692fc0874dc4a3d743eb6df))
## [1.13.6](https://github.com/fast-crud/fast-crud/compare/v1.13.5...v1.13.6) (2023-05-13) ## [1.13.6](https://github.com/fast-crud/fast-crud/compare/v1.13.5...v1.13.6) (2023-05-13)
**Note:** Version bump only for package @fast-crud/fs-admin-antdv **Note:** Version bump only for package @fast-crud/fs-admin-antdv

View File

@ -1,6 +1,6 @@
{ {
"name": "@fast-crud/fs-admin-antdv", "name": "@fast-crud/fs-admin-antdv",
"version": "1.13.6", "version": "1.13.7",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -26,10 +26,10 @@
"@aws-sdk/client-s3": "^3.292.0", "@aws-sdk/client-s3": "^3.292.0",
"@aws-sdk/s3-request-presigner": "^3.292.0", "@aws-sdk/s3-request-presigner": "^3.292.0",
"@fast-crud/fast-bpmn": "^1.0.14", "@fast-crud/fast-bpmn": "^1.0.14",
"@fast-crud/fast-crud": "^1.13.6", "@fast-crud/fast-crud": "^1.13.7",
"@fast-crud/fast-extends": "^1.13.6", "@fast-crud/fast-extends": "^1.13.7",
"@fast-crud/ui-antdv": "^1.13.6", "@fast-crud/ui-antdv": "^1.13.7",
"@fast-crud/ui-interface": "^1.13.6", "@fast-crud/ui-interface": "^1.13.7",
"@iconify/iconify": "^3.1.0", "@iconify/iconify": "^3.1.0",
"@iconify/json": "^2.2.35", "@iconify/json": "^2.2.35",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",