This commit is contained in:
xiaojunnuo
2024-09-30 18:06:16 +08:00
parent 17a9beb514
commit f548fe7011
22 changed files with 78 additions and 24 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.25.8](https://github.com/certd/certd/compare/v1.25.7...v1.25.8) (2024-09-30)
### Performance Improvements
* 群晖获取deviceid优化 ([8d42273](https://github.com/certd/certd/commit/8d4227366548eb70f6bc04303829e6933168f906))
## [1.25.7](https://github.com/certd/certd/compare/v1.25.6...v1.25.7) (2024-09-29)
**Note:** Version bump only for package @certd/ui-client
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.25.7",
"version": "1.25.8",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -58,8 +58,8 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@certd/lib-iframe": "^1.25.7",
"@certd/pipeline": "^1.25.7",
"@certd/lib-iframe": "^1.25.8",
"@certd/pipeline": "^1.25.8",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.8](https://github.com/certd/certd/compare/v1.25.7...v1.25.8) (2024-09-30)
**Note:** Version bump only for package @certd/ui-server
## [1.25.7](https://github.com/certd/certd/compare/v1.25.6...v1.25.7) (2024-09-29)
### Bug Fixes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.25.7",
"version": "1.25.8",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -22,14 +22,14 @@
"dependencies": {
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.25.7",
"@certd/lib-huawei": "^1.25.7",
"@certd/lib-jdcloud": "^1.25.7",
"@certd/lib-k8s": "^1.25.7",
"@certd/midway-flyway-js": "^1.25.7",
"@certd/pipeline": "^1.25.7",
"@certd/plugin-cert": "^1.25.7",
"@certd/plugin-plus": "^1.25.7",
"@certd/acme-client": "^1.25.8",
"@certd/lib-huawei": "^1.25.8",
"@certd/lib-jdcloud": "^1.25.8",
"@certd/lib-k8s": "^1.25.8",
"@certd/midway-flyway-js": "^1.25.8",
"@certd/pipeline": "^1.25.8",
"@certd/plugin-cert": "^1.25.8",
"@certd/plugin-plus": "^1.25.8",
"@certd/plus-core": "^1.25.6",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "^3.16.2",