diff --git a/CHANGELOG.md b/CHANGELOG.md index be552e23..1261e223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.20.10](https://github.com/certd/certd/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Bug Fixes + +* 增加权限相关helper说明 ([83e4083](https://github.com/certd/certd/commit/83e40836ebff10bec60efe8933183e1ba1c22bf9)) +* 增加权限相关helper说明 ([4304c94](https://github.com/certd/certd/commit/4304c9443ad9248f63dd6d8c512d8d6f32f90d37)) + +### Performance Improvements + +* 上传到主机插件支持复制到本机路径 ([92446c3](https://github.com/certd/certd/commit/92446c339936f98f08f654b8971a7393d8435224)) +* 优化文件下载包名 ([d9eb927](https://github.com/certd/certd/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) +* 增加任务复制功能 ([39ad759](https://github.com/certd/certd/commit/39ad7597fa0e19cc1f7631bbd6fea0a9e05a62c9)) + ## [1.20.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index a6d8651b..2bab8ea5 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.20.9" + "version": "1.20.10" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index f6c15f9e..5e9e4021 100644 --- a/packages/core/acme-client/CHANGELOG.md +++ b/packages/core/acme-client/CHANGELOG.md @@ -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.20.10](https://github.com/publishlab/node-acme-client/compare/v1.20.9...v1.20.10) (2024-05-30) + +**Note:** Version bump only for package @certd/acme-client + ## [1.20.9](https://github.com/publishlab/node-acme-client/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/acme-client diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 57741022..b5b8c33d 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -3,7 +3,7 @@ "description": "Simple and unopinionated ACME client", "private": false, "author": "nmorsman", - "version": "1.20.9", + "version": "1.20.10", "main": "src/index.js", "types": "types/index.d.ts", "license": "MIT", diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index a88189dd..5fda666f 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/CHANGELOG.md @@ -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.20.10](https://github.com/certd/certd/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Performance Improvements + +* 优化文件下载包名 ([d9eb927](https://github.com/certd/certd/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) + ## [1.20.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/pipeline diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 250450eb..97caf701 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.20.9", + "version": "1.20.10", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -23,7 +23,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@certd/acme-client": "workspace:^1.20.9", + "@certd/acme-client": "workspace:^1.20.10", "@rollup/plugin-commonjs": "^23.0.4", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index 9685223e..007d97bb 100644 --- a/packages/plugins/plugin-cert/CHANGELOG.md +++ b/packages/plugins/plugin-cert/CHANGELOG.md @@ -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.20.10](https://github.com/certd/certd/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Performance Improvements + +* 上传到主机插件支持复制到本机路径 ([92446c3](https://github.com/certd/certd/commit/92446c339936f98f08f654b8971a7393d8435224)) +* 优化文件下载包名 ([d9eb927](https://github.com/certd/certd/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) + ## [1.20.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/plugin-cert diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index c5bb0a9b..bc156303 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-cert", "private": false, - "version": "1.20.9", + "version": "1.20.10", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -17,8 +17,8 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "workspace:^1.20.9", - "@certd/pipeline": "workspace:^1.20.9", + "@certd/acme-client": "workspace:^1.20.10", + "@certd/pipeline": "workspace:^1.20.10", "jszip": "^3.10.1", "node-forge": "^0.10.0" }, diff --git a/packages/plugins/plugin-util/CHANGELOG.md b/packages/plugins/plugin-util/CHANGELOG.md index 987afd75..4fd2b93b 100644 --- a/packages/plugins/plugin-util/CHANGELOG.md +++ b/packages/plugins/plugin-util/CHANGELOG.md @@ -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.20.10](https://github.com/certd/certd/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Performance Improvements + +* 优化文件下载包名 ([d9eb927](https://github.com/certd/certd/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) + ## [1.20.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/plugin-util diff --git a/packages/plugins/plugin-util/package.json b/packages/plugins/plugin-util/package.json index 48497813..8d902667 100644 --- a/packages/plugins/plugin-util/package.json +++ b/packages/plugins/plugin-util/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-util", "private": false, - "version": "1.20.9", + "version": "1.20.10", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -21,7 +21,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@certd/pipeline": "workspace:^1.20.9", + "@certd/pipeline": "workspace:^1.20.10", "@rollup/plugin-commonjs": "^23.0.4", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index f1205238..c5aaead2 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.20.10](https://github.com/certd/certd/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Performance Improvements + +* 上传到主机插件支持复制到本机路径 ([92446c3](https://github.com/certd/certd/commit/92446c339936f98f08f654b8971a7393d8435224)) +* 优化文件下载包名 ([d9eb927](https://github.com/certd/certd/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) +* 增加任务复制功能 ([39ad759](https://github.com/certd/certd/commit/39ad7597fa0e19cc1f7631bbd6fea0a9e05a62c9)) + ## [1.20.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/ui-client diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index d5149632..667b2ae6 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@certd/ui-client", - "version": "1.20.9", + "version": "1.20.10", "private": true, "scripts": { "dev": "vite --open", @@ -59,7 +59,7 @@ "vuedraggable": "^2.24.3" }, "devDependencies": { - "@certd/pipeline": "^1.20.9", + "@certd/pipeline": "^1.20.10", "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", diff --git a/packages/ui/certd-server/CHANGELOG.md b/packages/ui/certd-server/CHANGELOG.md index 677ec190..40e96906 100644 --- a/packages/ui/certd-server/CHANGELOG.md +++ b/packages/ui/certd-server/CHANGELOG.md @@ -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.20.10](https://github.com/fast-crud/fast-server-js/compare/v1.20.9...v1.20.10) (2024-05-30) + +### Performance Improvements + +* 上传到主机插件支持复制到本机路径 ([92446c3](https://github.com/fast-crud/fast-server-js/commit/92446c339936f98f08f654b8971a7393d8435224)) +* 优化文件下载包名 ([d9eb927](https://github.com/fast-crud/fast-server-js/commit/d9eb927b0a1445feab08b1958aa9ea80637a5ae6)) + ## [1.20.9](https://github.com/fast-crud/fast-server-js/compare/v1.20.8...v1.20.9) (2024-03-22) **Note:** Version bump only for package @certd/ui-server diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index a9cb04e4..d0b77bc1 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -1,6 +1,6 @@ { "name": "@certd/ui-server", - "version": "1.20.9", + "version": "1.20.10", "description": "fast-server base midway", "private": true, "scripts": { @@ -21,18 +21,13 @@ "mig": "typeorm migration:create -n name" }, "dependencies": { - "@certd/acme-client": "workspace:^1.20.9", - "@certd/pipeline": "workspace:^1.20.9", - "@certd/plugin-cert": "workspace:^1.20.9", - "@certd/plugin-util": "workspace:^1.20.9", "@alicloud/cs20151215": "^3.0.3", "@alicloud/openapi-client": "^0.4.0", "@alicloud/pop-core": "^1.7.10", - "tencentcloud-sdk-nodejs": "^4.0.44", - "ssh2": "^0.8.9", - "axios": "^0.27.2", - "dayjs": "^1.11.7", - "lodash": "^4.17.21", + "@certd/acme-client": "workspace:^1.20.10", + "@certd/pipeline": "workspace:^1.20.10", + "@certd/plugin-cert": "workspace:^1.20.10", + "@certd/plugin-util": "workspace:^1.20.10", "@koa/cors": "^3.4.3", "@midwayjs/bootstrap": "^3.15.0", "@midwayjs/cache": "^3.14.0", @@ -46,13 +41,16 @@ "@midwayjs/static-file": "^3.15.0", "@midwayjs/typeorm": "^3.15.0", "@midwayjs/validate": "^3.15.0", + "axios": "^0.27.2", "cache-manager": "^3.6.3", + "dayjs": "^1.11.7", "glob": "^7.2.3", "https-proxy-agent": "^7.0.4", "js-yaml": "^4.1.0", "jsonwebtoken": "^8.5.1", "koa-send": "^5.0.1", "kubernetes-client": "^9.0.0", + "lodash": "^4.17.21", "log4js": "^6.7.1", "lru-cache": "^10.0.0", "md5": "^2.3.0", @@ -61,11 +59,12 @@ "nodemailer": "^6.9.3", "reflect-metadata": "^0.1.13", "sqlite3": "^5.1.4", + "ssh2": "^0.8.9", "svg-captcha": "^1.4.0", + "tencentcloud-sdk-nodejs": "^4.0.44", "typeorm": "^0.3.11" }, "devDependencies": { - "@types/ssh2": "^1.11.6", "@midwayjs/luckyeye": "^1.1.0", "@midwayjs/mock": "^3.9.0", "@midwayjs/mwcc": "^0.8.0", @@ -74,6 +73,7 @@ "@types/koa": "2.13.4", "@types/node": "^14.18.35", "@types/nodemailer": "^6.4.8", + "@types/ssh2": "^1.11.6", "cross-env": "^6.0.3", "jest": "^26.6.3", "mwts": "^1.3.0",