This commit is contained in:
xiaojunnuo
2025-04-28 17:27:05 +08:00
parent e6600f2c43
commit 9749fc817d
28 changed files with 123 additions and 43 deletions
+6
View File
@@ -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.34.0](https://github.com/certd/certd/compare/v1.33.8...v1.34.0) (2025-04-28)
### Bug Fixes
* 修复二次认证登录进入错误账号的bug ([e3930e0](https://github.com/certd/certd/commit/e3930e07172dd7903cb0f6ff26e0e3e828ba3e77))
## [1.33.8](https://github.com/certd/certd/compare/v1.33.7...v1.33.8) (2025-04-26)
### Bug Fixes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.33.8",
"version": "1.34.0",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -101,8 +101,8 @@
"zod-defaults": "^0.1.3"
},
"devDependencies": {
"@certd/lib-iframe": "^1.33.8",
"@certd/pipeline": "^1.33.8",
"@certd/lib-iframe": "^1.34.0",
"@certd/pipeline": "^1.34.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
+14
View File
@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.34.0](https://github.com/certd/certd/compare/v1.33.8...v1.34.0) (2025-04-28)
### Bug Fixes
* 修复二次认证登录进入错误账号的bug ([e3930e0](https://github.com/certd/certd/commit/e3930e07172dd7903cb0f6ff26e0e3e828ba3e77))
### Features
* 从yaml文件注册插件 ([deb3893](https://github.com/certd/certd/commit/deb38938204b29543f36d3266249958faaaa6b66))
### Performance Improvements
* 优化cdnfly插件,支持自动匹配域名部署 ([afd59e9](https://github.com/certd/certd/commit/afd59e9933b2650f41c5d47684c171b93b962065))
## [1.33.8](https://github.com/certd/certd/compare/v1.33.7...v1.33.8) (2025-04-26)
### Performance Improvements
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.33.8",
"version": "1.34.0",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -39,19 +39,19 @@
"@aws-sdk/client-acm": "^3.699.0",
"@aws-sdk/client-cloudfront": "^3.699.0",
"@aws-sdk/client-s3": "^3.705.0",
"@certd/acme-client": "^1.33.8",
"@certd/basic": "^1.33.8",
"@certd/commercial-core": "^1.33.8",
"@certd/jdcloud": "^1.33.8",
"@certd/lib-huawei": "^1.33.8",
"@certd/lib-k8s": "^1.33.8",
"@certd/lib-server": "^1.33.8",
"@certd/midway-flyway-js": "^1.33.8",
"@certd/pipeline": "^1.33.8",
"@certd/plugin-cert": "^1.33.8",
"@certd/plugin-lib": "^1.33.8",
"@certd/plugin-plus": "^1.33.8",
"@certd/plus-core": "^1.33.8",
"@certd/acme-client": "^1.34.0",
"@certd/basic": "^1.34.0",
"@certd/commercial-core": "^1.34.0",
"@certd/jdcloud": "^1.34.0",
"@certd/lib-huawei": "^1.34.0",
"@certd/lib-k8s": "^1.34.0",
"@certd/lib-server": "^1.34.0",
"@certd/midway-flyway-js": "^1.34.0",
"@certd/pipeline": "^1.34.0",
"@certd/plugin-cert": "^1.34.0",
"@certd/plugin-lib": "^1.34.0",
"@certd/plugin-plus": "^1.34.0",
"@certd/plus-core": "^1.34.0",
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",