From 92f9371156fa78e1f3a0524c0d5a37d47c915f81 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 27 Feb 2024 19:24:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=203=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build: publish success fix: 修复1.20.0版本子表行編輯情況下,删除无效的bug Closes https://github.com/fast-crud/fast-crud/issues/362 --- packages/ui/certd-client/CHANGELOG.md | 4 ++++ packages/ui/certd-client/package.json | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index e96c8fdc7..b23a01db4 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.20.1](https://github.com/fast-crud/fast-crud/compare/v1.20.0...v1.20.1) (2024-02-27) + +**Note:** Version bump only for package @fast-crud/fs-admin-antdv + # [1.20.0](https://github.com/fast-crud/fast-crud/compare/v1.19.3...v1.20.0) (2024-01-28) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index b4bc26440..51ad88d89 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv", - "version": "1.20.0", + "version": "1.20.1", "private": true, "scripts": { "dev": "vite", @@ -26,12 +26,13 @@ "@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.20.0", - "@fast-crud/fast-extends": "^1.20.0", - "@fast-crud/ui-antdv": "^1.20.0", - "@fast-crud/ui-interface": "^1.20.0", + "@fast-crud/fast-crud": "^1.20.1", + "@fast-crud/fast-extends": "^1.20.1", + "@fast-crud/ui-antdv": "^1.20.1", + "@fast-crud/ui-interface": "^1.20.1", "@iconify/iconify": "^3.1.1", "@iconify/json": "^2.2.98", + "@iconify/vue": "^4.1.1", "@purge-icons/generated": "^0.9.0", "@soerenmartius/vue3-clipboard": "^0.1.2", "ant-design-vue": "^3.2.20",