This commit is contained in:
xiaojunnuo
2024-10-11 13:38:21 +08:00
parent fcaf891a90
commit 66f9b08fcf
26 changed files with 106 additions and 34 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.26.2](https://github.com/certd/certd/compare/v1.26.1...v1.26.2) (2024-10-11)
### Performance Improvements
* 邮箱设置改为系统设置,普通用户无需配置发件邮箱 ([4244569](https://github.com/certd/certd/commit/42445692117184a3293e63bef84a74cbb5984b0e))
## [1.26.1](https://github.com/certd/certd/compare/v1.26.0...v1.26.1) (2024-10-10)
**Note:** Version bump only for package @certd/ui-client
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.26.1",
"version": "1.26.2",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -61,8 +61,8 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@certd/lib-iframe": "^1.26.1",
"@certd/pipeline": "^1.26.1",
"@certd/lib-iframe": "^1.26.2",
"@certd/pipeline": "^1.26.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
+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.2](https://github.com/certd/certd/compare/v1.26.1...v1.26.2) (2024-10-11)
### Bug Fixes
* 修复某些情况下bindUrl失败的bug ([91fc1cd](https://github.com/certd/certd/commit/91fc1cd7353be4a22be951239ed70b38baebc74e))
### Performance Improvements
* 邮箱设置改为系统设置,普通用户无需配置发件邮箱 ([4244569](https://github.com/certd/certd/commit/42445692117184a3293e63bef84a74cbb5984b0e))
## [1.26.1](https://github.com/certd/certd/compare/v1.26.0...v1.26.1) (2024-10-10)
**Note:** Version bump only for package @certd/ui-server
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.26.1",
"version": "1.26.2",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -24,17 +24,17 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.26.1",
"@certd/commercial-core": "^1.26.1",
"@certd/lib-huawei": "^1.26.1",
"@certd/lib-jdcloud": "^1.26.1",
"@certd/lib-k8s": "^1.26.1",
"@certd/lib-server": "^1.26.1",
"@certd/midway-flyway-js": "^1.26.1",
"@certd/pipeline": "^1.26.1",
"@certd/plugin-cert": "^1.26.1",
"@certd/plugin-plus": "^1.26.1",
"@certd/plus-core": "^1.26.1",
"@certd/acme-client": "^1.26.2",
"@certd/commercial-core": "^1.26.2",
"@certd/lib-huawei": "^1.26.2",
"@certd/lib-jdcloud": "^1.26.2",
"@certd/lib-k8s": "^1.26.2",
"@certd/lib-server": "^1.26.2",
"@certd/midway-flyway-js": "^1.26.2",
"@certd/pipeline": "^1.26.2",
"@certd/plugin-cert": "^1.26.2",
"@certd/plugin-plus": "^1.26.2",
"@certd/plus-core": "^1.26.2",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "~3.17.1",
"@midwayjs/cache": "~3.14.0",