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

build: publish success
pull/14/head
GitHub Actions Bot 2023-09-12 19:23:50 +00:00
parent 4a4b16b010
commit 90e4545210
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.17.0](https://github.com/fast-crud/fast-crud/compare/v1.16.11...v1.17.0) (2023-09-12)
### Performance Improvements
* dict.getNodesByValues 修改为单例模式也可以运行无需配置prototype优化性能 ([be4a6a7](https://github.com/fast-crud/fast-crud/commit/be4a6a744a97cb92e6da2b8094dd3930be6ebdc2))
## [1.16.11](https://github.com/fast-crud/fast-crud/compare/v1.16.10...v1.16.11) (2023-09-03) ## [1.16.11](https://github.com/fast-crud/fast-crud/compare/v1.16.10...v1.16.11) (2023-09-03)
**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.16.11", "version": "1.17.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -26,10 +26,10 @@
"@ant-design/icons-vue": "^6.1.0", "@ant-design/icons-vue": "^6.1.0",
"@aws-sdk/client-s3": "^3.383.0", "@aws-sdk/client-s3": "^3.383.0",
"@aws-sdk/s3-request-presigner": "^3.383.0", "@aws-sdk/s3-request-presigner": "^3.383.0",
"@fast-crud/fast-crud": "^1.16.11", "@fast-crud/fast-crud": "^1.17.0",
"@fast-crud/fast-extends": "^1.16.11", "@fast-crud/fast-extends": "^1.17.0",
"@fast-crud/ui-antdv": "^1.16.11", "@fast-crud/ui-antdv": "^1.17.0",
"@fast-crud/ui-interface": "^1.16.11", "@fast-crud/ui-interface": "^1.17.0",
"@iconify/iconify": "^3.1.1", "@iconify/iconify": "^3.1.1",
"@iconify/json": "^2.2.98", "@iconify/json": "^2.2.98",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",