This commit is contained in:
xiaojunnuo
2024-10-26 20:30:32 +08:00
parent 34300a19a6
commit 586725a15c
26 changed files with 106 additions and 35 deletions
+10
View File
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.26.13](https://github.com/certd/certd/compare/v1.26.12...v1.26.13) (2024-10-26)
### Bug Fixes
* 修复对话框全屏按钮与关闭按钮重叠的bug ([95df56c](https://github.com/certd/certd/commit/95df56cc5ca5e3eb843cd17cb7078cde47729f1e))
### Performance Improvements
* 支持同时监听https端口,7002 ([d5a17f9](https://github.com/certd/certd/commit/d5a17f9e6afd63fda2df0981118480f25a1fac2e))
## [1.26.12](https://github.com/certd/certd/compare/v1.26.11...v1.26.12) (2024-10-25)
### Performance Improvements
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.26.12",
"version": "1.26.13",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -63,8 +63,8 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@certd/lib-iframe": "^1.26.12",
"@certd/pipeline": "^1.26.12",
"@certd/lib-iframe": "^1.26.13",
"@certd/pipeline": "^1.26.13",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
+7
View File
@@ -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.26.13](https://github.com/certd/certd/compare/v1.26.12...v1.26.13) (2024-10-26)
### Performance Improvements
* 更新certd本身的证书文档说明 ([0c50ede](https://github.com/certd/certd/commit/0c50ede129337b82df54575cbd2f4c2a783a0732))
* 支持同时监听https端口,7002 ([d5a17f9](https://github.com/certd/certd/commit/d5a17f9e6afd63fda2df0981118480f25a1fac2e))
## [1.26.12](https://github.com/certd/certd/compare/v1.26.11...v1.26.12) (2024-10-25)
### Performance Improvements
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.26.12",
"version": "1.26.13",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -27,17 +27,17 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.26.12",
"@certd/commercial-core": "^1.26.12",
"@certd/lib-huawei": "^1.26.12",
"@certd/lib-jdcloud": "^1.26.12",
"@certd/lib-k8s": "^1.26.12",
"@certd/lib-server": "^1.26.12",
"@certd/midway-flyway-js": "^1.26.12",
"@certd/pipeline": "^1.26.12",
"@certd/plugin-cert": "^1.26.12",
"@certd/plugin-plus": "^1.26.12",
"@certd/plus-core": "^1.26.12",
"@certd/acme-client": "^1.26.13",
"@certd/commercial-core": "^1.26.13",
"@certd/lib-huawei": "^1.26.13",
"@certd/lib-jdcloud": "^1.26.13",
"@certd/lib-k8s": "^1.26.13",
"@certd/lib-server": "^1.26.13",
"@certd/midway-flyway-js": "^1.26.13",
"@certd/pipeline": "^1.26.13",
"@certd/plugin-cert": "^1.26.13",
"@certd/plugin-plus": "^1.26.13",
"@certd/plus-core": "^1.26.13",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "~3.17.1",
"@midwayjs/cache": "~3.14.0",