mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
v1.37.7
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复点击立即触发运行报错的bug ([e1eef01](https://github.com/certd/certd/commit/e1eef013a856d26fe80a05d9ec6e505e2e31e5f9))
|
||||
* 账号绑定页面某些情况下打不开的bug ([44973eb](https://github.com/certd/certd/commit/44973ebd00e89c0fee8f3b91174157757ce0160f))
|
||||
|
||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-client",
|
||||
"version": "1.37.6",
|
||||
"version": "1.37.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --open",
|
||||
@@ -106,8 +106,8 @@
|
||||
"zod-defaults": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@certd/lib-iframe": "^1.37.6",
|
||||
"@certd/pipeline": "^1.37.6",
|
||||
"@certd/lib-iframe": "^1.37.7",
|
||||
"@certd/pipeline": "^1.37.7",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@types/chai": "^4.3.12",
|
||||
|
||||
@@ -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.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
|
||||
|
||||
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.37.6",
|
||||
"version": "1.37.7",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -45,20 +45,20 @@
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-iam": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.37.6",
|
||||
"@certd/basic": "^1.37.6",
|
||||
"@certd/commercial-core": "^1.37.6",
|
||||
"@certd/acme-client": "^1.37.7",
|
||||
"@certd/basic": "^1.37.7",
|
||||
"@certd/commercial-core": "^1.37.7",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||
"@certd/jdcloud": "^1.37.6",
|
||||
"@certd/lib-huawei": "^1.37.6",
|
||||
"@certd/lib-k8s": "^1.37.6",
|
||||
"@certd/lib-server": "^1.37.6",
|
||||
"@certd/midway-flyway-js": "^1.37.6",
|
||||
"@certd/pipeline": "^1.37.6",
|
||||
"@certd/plugin-cert": "^1.37.6",
|
||||
"@certd/plugin-lib": "^1.37.6",
|
||||
"@certd/plugin-plus": "^1.37.6",
|
||||
"@certd/plus-core": "^1.37.6",
|
||||
"@certd/jdcloud": "^1.37.7",
|
||||
"@certd/lib-huawei": "^1.37.7",
|
||||
"@certd/lib-k8s": "^1.37.7",
|
||||
"@certd/lib-server": "^1.37.7",
|
||||
"@certd/midway-flyway-js": "^1.37.7",
|
||||
"@certd/pipeline": "^1.37.7",
|
||||
"@certd/plugin-cert": "^1.37.7",
|
||||
"@certd/plugin-lib": "^1.37.7",
|
||||
"@certd/plugin-plus": "^1.37.7",
|
||||
"@certd/plus-core": "^1.37.7",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
"@koa/cors": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user