diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8d65ff0..9377441c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 安装glibc,增加Alpine镜像下 dns解析结果的兼容性 ([1a08bd3](https://github.com/certd/certd/commit/1a08bd340e1e7d3f9acf5d40f7bba7998459b8fb)) +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) +* 修复查询阿里云cdn Dcdn 域名太多无法选择的bug ([346fb73](https://github.com/certd/certd/commit/346fb730a37e035576f5d9ea5c0d74c052b34aeb)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ### Bug Fixes diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index bf8d65ff0..9377441c9 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 安装glibc,增加Alpine镜像下 dns解析结果的兼容性 ([1a08bd3](https://github.com/certd/certd/commit/1a08bd340e1e7d3f9acf5d40f7bba7998459b8fb)) +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) +* 修复查询阿里云cdn Dcdn 域名太多无法选择的bug ([346fb73](https://github.com/certd/certd/commit/346fb730a37e035576f5d9ea5c0d74c052b34aeb)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index d881b283f..77cf34af0 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.40.4" + "version": "1.40.5" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index 2a4d09a71..69ce66104 100644 --- a/packages/core/acme-client/CHANGELOG.md +++ b/packages/core/acme-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.40.5](https://github.com/publishlab/node-acme-client/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/publishlab/node-acme-client/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/publishlab/node-acme-client/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/acme-client diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 94ac2044c..37a8aa0c2 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -3,7 +3,7 @@ "description": "Simple and unopinionated ACME client", "private": false, "author": "nmorsman", - "version": "1.40.4", + "version": "1.40.5", "type": "module", "module": "./dist/index.js", "main": "./dist/index.js", @@ -18,7 +18,7 @@ "types" ], "dependencies": { - "@certd/basic": "workspace:^1.40.4", + "@certd/basic": "^1.40.5", "@peculiar/x509": "^1.11.0", "asn1js": "^3.0.5", "axios": "^1.9.0", @@ -76,5 +76,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/core/basic/CHANGELOG.md b/packages/core/basic/CHANGELOG.md index 67e2a63a2..637a0bb53 100644 --- a/packages/core/basic/CHANGELOG.md +++ b/packages/core/basic/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/basic + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/basic diff --git a/packages/core/basic/build.md b/packages/core/basic/build.md index 98f058dcf..3c243e309 100644 --- a/packages/core/basic/build.md +++ b/packages/core/basic/build.md @@ -1 +1 @@ -00:18 +13:31 diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 0ee8cd334..99e9f2451 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -1,7 +1,7 @@ { "name": "@certd/basic", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -52,5 +52,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index 2e85c0278..768d5bc79 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/pipeline diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 8efa1485d..3410fcca2 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -19,8 +19,8 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@certd/basic": "workspace:^1.40.4", - "@certd/plus-core": "workspace:^1.40.4", + "@certd/basic": "^1.40.5", + "@certd/plus-core": "^1.40.5", "dayjs": "^1.11.7", "lodash-es": "^4.17.21", "reflect-metadata": "^0.1.13" @@ -49,5 +49,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/lib-huawei/CHANGELOG.md b/packages/libs/lib-huawei/CHANGELOG.md index 67037069c..03861b2a2 100644 --- a/packages/libs/lib-huawei/CHANGELOG.md +++ b/packages/libs/lib-huawei/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/lib-huawei + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/lib-huawei diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index e4cb12791..14da71662 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-huawei", "private": false, - "version": "1.40.4", + "version": "1.40.5", "main": "./dist/bundle.js", "module": "./dist/bundle.js", "types": "./dist/d/index.d.ts", @@ -27,5 +27,5 @@ "prettier": "^2.8.8", "tslib": "^2.8.1" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/lib-iframe/CHANGELOG.md b/packages/libs/lib-iframe/CHANGELOG.md index ecd307d2a..5cf893349 100644 --- a/packages/libs/lib-iframe/CHANGELOG.md +++ b/packages/libs/lib-iframe/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/lib-iframe + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/lib-iframe diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index a7d0907b5..4a981f0a2 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-iframe", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -34,5 +34,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/lib-jdcloud/CHANGELOG.md b/packages/libs/lib-jdcloud/CHANGELOG.md index 0c7357676..bc9e08b36 100644 --- a/packages/libs/lib-jdcloud/CHANGELOG.md +++ b/packages/libs/lib-jdcloud/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/jdcloud + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/jdcloud diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 9e3c10aea..9683761d3 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -1,6 +1,6 @@ { "name": "@certd/jdcloud", - "version": "1.40.4", + "version": "1.40.5", "description": "jdcloud openApi sdk", "main": "./dist/bundle.js", "module": "./dist/bundle.js", @@ -59,5 +59,5 @@ "fetch" ] }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/lib-k8s/CHANGELOG.md b/packages/libs/lib-k8s/CHANGELOG.md index a7f4a77a8..8bf1d680e 100644 --- a/packages/libs/lib-k8s/CHANGELOG.md +++ b/packages/libs/lib-k8s/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/lib-k8s + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/lib-k8s diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index ab304f493..d73b84c08 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-k8s", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -19,7 +19,7 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@certd/basic": "^1.40.4", + "@certd/basic": "^1.40.5", "@kubernetes/client-node": "0.21.0" }, "devDependencies": { @@ -36,5 +36,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/lib-server/CHANGELOG.md b/packages/libs/lib-server/CHANGELOG.md index 455a6eecb..945e0c6ff 100644 --- a/packages/libs/lib-server/CHANGELOG.md +++ b/packages/libs/lib-server/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ### Performance Improvements diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 471a64cf6..6485b0688 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -1,6 +1,6 @@ { "name": "@certd/lib-server", - "version": "1.40.4", + "version": "1.40.5", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -29,11 +29,11 @@ ], "license": "AGPL", "dependencies": { - "@certd/acme-client": "workspace:^1.40.4", - "@certd/basic": "workspace:^1.40.4", - "@certd/pipeline": "workspace:^1.40.4", - "@certd/plugin-lib": "workspace:^1.40.4", - "@certd/plus-core": "workspace:^1.40.4", + "@certd/acme-client": "^1.40.5", + "@certd/basic": "^1.40.5", + "@certd/pipeline": "^1.40.5", + "@certd/plugin-lib": "^1.40.5", + "@certd/plus-core": "^1.40.5", "@midwayjs/cache": "3.14.0", "@midwayjs/core": "3.20.11", "@midwayjs/i18n": "3.20.13", @@ -69,5 +69,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/libs/midway-flyway-js/CHANGELOG.md b/packages/libs/midway-flyway-js/CHANGELOG.md index c8776dd37..74f92dd16 100644 --- a/packages/libs/midway-flyway-js/CHANGELOG.md +++ b/packages/libs/midway-flyway-js/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +**Note:** Version bump only for package @certd/midway-flyway-js + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/midway-flyway-js diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 83bd5adcd..daf80800e 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -1,6 +1,6 @@ { "name": "@certd/midway-flyway-js", - "version": "1.40.4", + "version": "1.40.5", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -49,5 +49,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index d8322b989..07379d7b7 100644 --- a/packages/plugins/plugin-cert/CHANGELOG.md +++ b/packages/plugins/plugin-cert/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) **Note:** Version bump only for package @certd/plugin-cert diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index b04a4a965..7788e8221 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-cert", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -18,10 +18,10 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@certd/acme-client": "workspace:^1.40.4", - "@certd/basic": "workspace:^1.40.4", - "@certd/pipeline": "workspace:^1.40.4", - "@certd/plugin-lib": "workspace:^1.40.4", + "@certd/acme-client": "^1.40.5", + "@certd/basic": "^1.40.5", + "@certd/pipeline": "^1.40.5", + "@certd/plugin-lib": "^1.40.5", "psl": "^1.9.0", "punycode.js": "^2.3.1" }, @@ -41,5 +41,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/plugins/plugin-lib/CHANGELOG.md b/packages/plugins/plugin-lib/CHANGELOG.md index 311bb9f85..5172c31ec 100644 --- a/packages/plugins/plugin-lib/CHANGELOG.md +++ b/packages/plugins/plugin-lib/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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ### Performance Improvements diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 7d60a0a18..43400f2a9 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-lib", "private": false, - "version": "1.40.4", + "version": "1.40.5", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -23,10 +23,10 @@ "@alicloud/pop-core": "^1.7.10", "@alicloud/tea-util": "^1.4.11", "@aws-sdk/client-s3": "^3.964.0", - "@certd/acme-client": "workspace:^1.40.4", - "@certd/basic": "workspace:^1.40.4", - "@certd/pipeline": "workspace:^1.40.4", - "@certd/plus-core": "workspace:^1.40.4", + "@certd/acme-client": "^1.40.5", + "@certd/basic": "^1.40.5", + "@certd/pipeline": "^1.40.5", + "@certd/plus-core": "^1.40.5", "@kubernetes/client-node": "0.21.0", "ali-oss": "^6.22.0", "basic-ftp": "^5.0.5", @@ -61,5 +61,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c" + "gitHead": "7ceb0f6306b8b5e9ab875b9f7c41cc7d56209ea4" } diff --git a/packages/plugins/plugin-lib/src/common/util.test.ts b/packages/plugins/plugin-lib/src/common/util.test.ts index 5da43de09..5c8a57ef9 100644 --- a/packages/plugins/plugin-lib/src/common/util.test.ts +++ b/packages/plugins/plugin-lib/src/common/util.test.ts @@ -34,7 +34,7 @@ describe("plugin-lib common util", () => { title: "选择资源", action: "ListResource", typeName: "resource", - multi: false, + single: true, search: true, watches: ["region"], }); @@ -46,8 +46,8 @@ describe("plugin-lib common util", () => { vModel: "value", action: "ListResource", typeName: "resource", - mode: "default", - multi: false, + mode: "tags", + single: true, search: true, }); expect(define.component.watches).to.deep.equal(["certDomains", "accessId", "region"]); diff --git a/packages/ui/Dockerfile b/packages/ui/Dockerfile index 64c5d1952..95d65d524 100644 --- a/packages/ui/Dockerfile +++ b/packages/ui/Dockerfile @@ -36,6 +36,7 @@ EXPOSE 7002 RUN apk add --no-cache openssl RUN apk add --no-cache openjdk8 +RUN apk add --no-cache gcompat WORKDIR /app/ COPY --from=builder /workspace/certd-server/ /app/ diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index d0b242570..f4399feb4 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.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26) + +### Bug Fixes + +* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be)) + ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 68e2ef1c1..a34f708dd 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@certd/ui-client", - "version": "1.40.4", + "version": "1.40.5", "private": true, "scripts": { "dev": "vite --open", @@ -106,8 +106,8 @@ "zod-defaults": "^0.1.3" }, "devDependencies": { - "@certd/lib-iframe": "^1.40.4", - "@certd/pipeline": "^1.40.4", + "@certd/lib-iframe": "^1.40.5", + "@certd/pipeline": "^1.40.5", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.12", diff --git a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/http-verify-plan.vue b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/http-verify-plan.vue index ae4c41608..1bb7cb5a2 100644 --- a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/http-verify-plan.vue +++ b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/http-verify-plan.vue @@ -30,10 +30,9 @@