mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
v1.29.5
This commit is contained in:
@@ -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.29.5](https://github.com/certd/certd/compare/v1.29.4...v1.29.5) (2025-01-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复授权管理,点击了查看原文按钮后,无法修改值的bug ([85c99f7](https://github.com/certd/certd/commit/85c99f7f80761ac6efaf3255c03b933442db1686))
|
||||
|
||||
## [1.29.4](https://github.com/certd/certd/compare/v1.29.3...v1.29.4) (2025-01-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-client",
|
||||
"version": "1.29.4",
|
||||
"version": "1.29.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite --open",
|
||||
@@ -66,8 +66,8 @@
|
||||
"vuedraggable": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@certd/lib-iframe": "^1.29.4",
|
||||
"@certd/pipeline": "^1.29.4",
|
||||
"@certd/lib-iframe": "^1.29.5",
|
||||
"@certd/pipeline": "^1.29.5",
|
||||
"@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.29.5](https://github.com/certd/certd/compare/v1.29.4...v1.29.5) (2025-01-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复复制到本机插件,pfx格式复制时报错的bug ([f57116d](https://github.com/certd/certd/commit/f57116d2bebf33e47ad93e0b39c4efe8e4aea25c))
|
||||
|
||||
## [1.29.4](https://github.com/certd/certd/compare/v1.29.3...v1.29.4) (2025-01-06)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.29.4",
|
||||
"version": "1.29.5",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -34,18 +34,18 @@
|
||||
"@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.29.4",
|
||||
"@certd/basic": "^1.29.4",
|
||||
"@certd/commercial-core": "^1.29.4",
|
||||
"@certd/lib-huawei": "^1.29.4",
|
||||
"@certd/lib-k8s": "^1.29.4",
|
||||
"@certd/lib-server": "^1.29.4",
|
||||
"@certd/midway-flyway-js": "^1.29.4",
|
||||
"@certd/pipeline": "^1.29.4",
|
||||
"@certd/plugin-cert": "^1.29.4",
|
||||
"@certd/plugin-lib": "^1.29.4",
|
||||
"@certd/plugin-plus": "^1.29.4",
|
||||
"@certd/plus-core": "^1.29.4",
|
||||
"@certd/acme-client": "^1.29.5",
|
||||
"@certd/basic": "^1.29.5",
|
||||
"@certd/commercial-core": "^1.29.5",
|
||||
"@certd/lib-huawei": "^1.29.5",
|
||||
"@certd/lib-k8s": "^1.29.5",
|
||||
"@certd/lib-server": "^1.29.5",
|
||||
"@certd/midway-flyway-js": "^1.29.5",
|
||||
"@certd/pipeline": "^1.29.5",
|
||||
"@certd/plugin-cert": "^1.29.5",
|
||||
"@certd/plugin-lib": "^1.29.5",
|
||||
"@certd/plugin-plus": "^1.29.5",
|
||||
"@certd/plus-core": "^1.29.5",
|
||||
"@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