diff --git a/CHANGELOG.md b/CHANGELOG.md index bf723a91..61e55a2d 100644 --- a/CHANGELOG.md +++ b/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package root + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 3ac47851..6e6782c0 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.0.1" + "version": "1.0.2" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index 644488bc..bf362ae5 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.0.2](https://github.com/publishlab/node-acme-client/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/acme-client + ## [1.0.1](https://github.com/publishlab/node-acme-client/compare/v1.0.0...v1.0.1) (2023-05-24) **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 f4a332b9..3db8924b 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.0.1", + "version": "1.0.2", "main": "src/index.js", "types": "types", "license": "MIT", diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index 560be59c..54d73fbb 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/pipeline + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/pipeline diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 3a0ac313..5384299a 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,7 +16,7 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "^1.0.1", + "@certd/acme-client": "^1.0.2", "axios": "^0.21.1", "dayjs": "^1.11.6", "lodash": "^4.17.21", diff --git a/packages/plugins/plugin-aliyun/CHANGELOG.md b/packages/plugins/plugin-aliyun/CHANGELOG.md index 2a5d9bb3..a749949f 100644 --- a/packages/plugins/plugin-aliyun/CHANGELOG.md +++ b/packages/plugins/plugin-aliyun/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-aliyun + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/plugin-aliyun diff --git a/packages/plugins/plugin-aliyun/package.json b/packages/plugins/plugin-aliyun/package.json index 8cb913dd..8b437158 100644 --- a/packages/plugins/plugin-aliyun/package.json +++ b/packages/plugins/plugin-aliyun/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-aliyun", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -19,10 +19,10 @@ "@alicloud/cs20151215": "^3.0.3", "@alicloud/openapi-client": "^0.4.0", "@alicloud/pop-core": "^1.7.10", - "@certd/acme-client": "^1.0.1", - "@certd/pipeline": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", - "@certd/plugin-util": "^1.0.1", + "@certd/acme-client": "^1.0.2", + "@certd/pipeline": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", + "@certd/plugin-util": "^1.0.2", "dayjs": "^1.11.6", "lodash": "^4.17.21", "node-forge": "^0.10.0" diff --git a/packages/plugins/plugin-all/CHANGELOG.md b/packages/plugins/plugin-all/CHANGELOG.md index 8b0c6ea6..1182fc5a 100644 --- a/packages/plugins/plugin-all/CHANGELOG.md +++ b/packages/plugins/plugin-all/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-all + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/plugin-all diff --git a/packages/plugins/plugin-all/package.json b/packages/plugins/plugin-all/package.json index c9934fb3..985aeaed 100644 --- a/packages/plugins/plugin-all/package.json +++ b/packages/plugins/plugin-all/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-all", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,17 +16,17 @@ "preview": "vite preview" }, "dependencies": { - "@certd/plugin-aliyun": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", - "@certd/plugin-host": "^1.0.1", - "@certd/plugin-huawei": "^1.0.1", - "@certd/plugin-tencent": "^1.0.1" + "@certd/plugin-aliyun": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", + "@certd/plugin-host": "^1.0.2", + "@certd/plugin-huawei": "^1.0.2", + "@certd/plugin-tencent": "^1.0.2" }, "devDependencies": { "@alicloud/cs20151215": "^3.0.3", "@alicloud/openapi-client": "^0.4.0", "@alicloud/pop-core": "^1.7.10", - "@certd/pipeline": "^1.0.1", + "@certd/pipeline": "^1.0.2", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", "@types/chai": "^4.3.3", diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index 0c909671..4028e9e4 100644 --- a/packages/plugins/plugin-cert/CHANGELOG.md +++ b/packages/plugins/plugin-cert/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-cert + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **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 92eedfac..f93782bb 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.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,8 +16,8 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "^1.0.1", - "@certd/pipeline": "^1.0.1", + "@certd/acme-client": "^1.0.2", + "@certd/pipeline": "^1.0.2", "node-forge": "^0.10.0" }, "devDependencies": { diff --git a/packages/plugins/plugin-host/CHANGELOG.md b/packages/plugins/plugin-host/CHANGELOG.md index 84151aff..736a91fe 100644 --- a/packages/plugins/plugin-host/CHANGELOG.md +++ b/packages/plugins/plugin-host/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-host + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/plugin-host diff --git a/packages/plugins/plugin-host/package.json b/packages/plugins/plugin-host/package.json index 9a1487aa..0a39d3a0 100644 --- a/packages/plugins/plugin-host/package.json +++ b/packages/plugins/plugin-host/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-host", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,8 +16,8 @@ "preview": "vite preview" }, "dependencies": { - "@certd/pipeline": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", + "@certd/pipeline": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", "ssh2": "^0.8.9" }, "devDependencies": { diff --git a/packages/plugins/plugin-huawei/CHANGELOG.md b/packages/plugins/plugin-huawei/CHANGELOG.md index eeff261e..2b251033 100644 --- a/packages/plugins/plugin-huawei/CHANGELOG.md +++ b/packages/plugins/plugin-huawei/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-huawei + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/plugin-huawei diff --git a/packages/plugins/plugin-huawei/package.json b/packages/plugins/plugin-huawei/package.json index 3da1fc7c..ae03c66e 100644 --- a/packages/plugins/plugin-huawei/package.json +++ b/packages/plugins/plugin-huawei/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-huawei", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,10 +16,10 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "^1.0.1", - "@certd/pipeline": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", - "@certd/plugin-util": "^1.0.1", + "@certd/acme-client": "^1.0.2", + "@certd/pipeline": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", + "@certd/plugin-util": "^1.0.2", "axios": "^0.27.2", "dayjs": "^1.11.6", "lodash": "^4.17.21", diff --git a/packages/plugins/plugin-tencent/CHANGELOG.md b/packages/plugins/plugin-tencent/CHANGELOG.md index c4430595..9bb6c24f 100644 --- a/packages/plugins/plugin-tencent/CHANGELOG.md +++ b/packages/plugins/plugin-tencent/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-tencent + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **Note:** Version bump only for package @certd/plugin-tencent diff --git a/packages/plugins/plugin-tencent/package.json b/packages/plugins/plugin-tencent/package.json index 73ffab83..fad785a9 100644 --- a/packages/plugins/plugin-tencent/package.json +++ b/packages/plugins/plugin-tencent/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-tencent", "private": false, - "version": "1.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,9 +16,9 @@ "preview": "vite preview" }, "dependencies": { - "@certd/pipeline": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", - "@certd/plugin-util": "^1.0.1", + "@certd/pipeline": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", + "@certd/plugin-util": "^1.0.2", "tencentcloud-sdk-nodejs": "^4.0.44" }, "devDependencies": { diff --git a/packages/plugins/plugin-util/CHANGELOG.md b/packages/plugins/plugin-util/CHANGELOG.md index 95170f34..9b24fd9e 100644 --- a/packages/plugins/plugin-util/CHANGELOG.md +++ b/packages/plugins/plugin-util/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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/plugin-util + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **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 86f2605c..3dcd8560 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.0.1", + "version": "1.0.2", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", @@ -16,7 +16,7 @@ "preview": "vite preview" }, "dependencies": { - "@certd/pipeline": "^1.0.1", + "@certd/pipeline": "^1.0.2", "kubernetes-client": "^9.0.0" }, "devDependencies": { diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index 1a240315..5d5a2490 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/ui-client + ## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24) **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 449b2090..c6f6f146 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.0.1", + "version": "1.0.2", "private": true, "scripts": { "dev": "vite", @@ -22,8 +22,8 @@ "dependencies": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-vue": "^6.0.1", - "@certd/acme-client": "^1.0.1", - "@certd/pipeline": "^1.0.1", + "@certd/acme-client": "^1.0.2", + "@certd/pipeline": "^1.0.2", "@fast-crud/fast-crud": "^1.13.8", "@fast-crud/fast-extends": "^1.13.8", "@fast-crud/ui-antdv": "^1.13.8", diff --git a/packages/ui/certd-server/CHANGELOG.md b/packages/ui/certd-server/CHANGELOG.md index 808a195a..0f943aaf 100644 --- a/packages/ui/certd-server/CHANGELOG.md +++ b/packages/ui/certd-server/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.0.2](https://github.com/fast-crud/fast-server-js/compare/v1.0.1...v1.0.2) (2023-05-24) + +**Note:** Version bump only for package @certd/ui-server + ## [1.0.1](https://github.com/fast-crud/fast-server-js/compare/v1.0.0...v1.0.1) (2023-05-24) **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 0787c984..b70e2b7d 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.0.1", + "version": "1.0.2", "description": "fast-server base midway", "private": true, "scripts": { @@ -22,9 +22,9 @@ }, "dependencies": { "@alicloud/pop-core": "^1.7.12", - "@certd/pipeline": "^1.0.1", - "@certd/plugin-all": "^1.0.1", - "@certd/plugin-cert": "^1.0.1", + "@certd/pipeline": "^1.0.2", + "@certd/plugin-all": "^1.0.2", + "@certd/plugin-cert": "^1.0.2", "@koa/cors": "^3.4.3", "@midwayjs/bootstrap": "^3.9.1", "@midwayjs/cache": "^3.9.0",