From d442462952caf8ad9b953620cebfd1ee6a1b0e2c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 22 Feb 2025 19:23:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build: publish success --- packages/ui/certd-client/CHANGELOG.md | 6 ++++++ packages/ui/certd-client/package.json | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index 769510f1..af2340b3 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -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.25.2](https://github.com/fast-crud/fast-crud/compare/v1.25.1...v1.25.2) (2025-02-22) + +### Bug Fixes + +* 修复4.2.x版本antdv导致modal全屏无效的bug ([9a26363](https://github.com/fast-crud/fast-crud/commit/9a26363d44faf6b0eb0809be4a8dd0fd14f2c309)) + ## [1.25.1](https://github.com/fast-crud/fast-crud/compare/v1.25.0...v1.25.1) (2025-02-12) **Note:** Version bump only for package @fast-crud/fs-admin-antdv4 diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index ff7bf2b3..a779e0e3 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@fast-crud/fs-admin-antdv4", - "version": "1.25.1", + "version": "1.25.2", "private": true, "scripts": { "dev": "vite", @@ -26,10 +26,10 @@ "@ant-design/icons-vue": "^7.0.1", "@aws-sdk/client-s3": "^3.535.0", "@aws-sdk/s3-request-presigner": "^3.535.0", - "@fast-crud/fast-crud": "^1.25.1", - "@fast-crud/fast-extends": "^1.25.1", - "@fast-crud/ui-antdv4": "^1.25.1", - "@fast-crud/ui-interface": "^1.25.1", + "@fast-crud/fast-crud": "^1.25.2", + "@fast-crud/fast-extends": "^1.25.2", + "@fast-crud/ui-antdv4": "^1.25.2", + "@fast-crud/ui-interface": "^1.25.2", "@iconify/vue": "^4.1.1", "@soerenmartius/vue3-clipboard": "^0.1.2", "ant-design-vue": "^4.2.6",