diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e55a2d..3d79d23d 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package root + ## [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 diff --git a/lerna.json b/lerna.json index 6e6782c0..83cfcd37 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.0.2" + "version": "1.0.3" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index bf362ae5..c129b4c6 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.3](https://github.com/publishlab/node-acme-client/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/acme-client + ## [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 diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 3db8924b..08b3ced2 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.2", + "version": "1.0.3", "main": "src/index.js", "types": "types", "license": "MIT", diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index 54d73fbb..c531b00d 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/pipeline + ## [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 diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 78447095..a11e0725 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/pipeline.mjs", "types": "./dist/d/index.d.ts", @@ -22,34 +22,34 @@ "qs": "^6.11.2" }, "devDependencies": { - "reflect-metadata": "^0.1.13", - "@certd/acme-client": "^1.0.2", - "dayjs": "^1.11.7", - "lodash": "^4.17.21", - "log4js": "^6.9.1", + "@certd/acme-client": "^1.0.3", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.5", "@types/lodash": "^4.14.194", "@types/mocha": "^10.0.1", "@types/node-forge": "^1.3.2", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-typescript": "^11.0.0", - "rollup-plugin-typescript2": "^0.34.1", - "rollup-plugin-visualizer": "^5.8.2", - "@rollup/plugin-terser": "^0.4.3", - "rollup": "^3.7.4", - "tslib": "^2.5.2", "chai": "^4.3.7", + "dayjs": "^1.11.7", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", + "lodash": "^4.17.21", + "log4js": "^6.9.1", "mocha": "^10.2.0", + "reflect-metadata": "^0.1.13", + "rollup": "^3.7.4", + "rollup-plugin-typescript2": "^0.34.1", + "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^5.0.4", "vite": "^4.3.8", "vue-tsc": "^1.6.5" diff --git a/packages/plugins/plugin-aliyun/CHANGELOG.md b/packages/plugins/plugin-aliyun/CHANGELOG.md index a749949f..66214763 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-aliyun + ## [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 diff --git a/packages/plugins/plugin-aliyun/package.json b/packages/plugins/plugin-aliyun/package.json index 9e987c5c..683ac7db 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-aliyun.mjs", "types": "./dist/es/plugin-aliyun.d.ts", @@ -23,22 +23,17 @@ "node-forge": "^0.10.0" }, "devDependencies": { - "@certd/acme-client": "^1.0.2", - "@certd/pipeline": "^1.0.2", - "@certd/plugin-cert": "^1.0.2", - "@certd/plugin-util": "^1.0.2", + "@certd/acme-client": "^1.0.3", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", + "@certd/plugin-util": "^1.0.3", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", "@rollup/plugin-commonjs": "^23.0.4", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-typescript": "^11.0.0", - "rollup-plugin-typescript2": "^0.34.1", - "rollup-plugin-visualizer": "^5.8.2", "@rollup/plugin-terser": "^0.4.3", - "rollup": "^3.7.4", - "ts-node": "^10.9.1", - "tslib": "^2.5.2", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", @@ -55,6 +50,11 @@ "lodash": "^4.17.21", "log4js": "^6.7.1", "mocha": "^10.1.0", + "rollup": "^3.7.4", + "rollup-plugin-typescript2": "^0.34.1", + "rollup-plugin-visualizer": "^5.8.2", + "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", "vue-tsc": "^0.38.9" diff --git a/packages/plugins/plugin-all/CHANGELOG.md b/packages/plugins/plugin-all/CHANGELOG.md index 1182fc5a..806d3447 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-all + ## [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 diff --git a/packages/plugins/plugin-all/package.json b/packages/plugins/plugin-all/package.json index f108ab58..b1e0583f 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-all.mjs", "types": "./dist/es/plugin-all.d.ts", @@ -17,12 +17,12 @@ "preview": "vite preview" }, "devDependencies": { - "@certd/pipeline": "^1.0.2", - "@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", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-aliyun": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", + "@certd/plugin-host": "^1.0.3", + "@certd/plugin-huawei": "^1.0.3", + "@certd/plugin-tencent": "^1.0.3", "@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 4028e9e4..bb2a9eea 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-cert + ## [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 diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index a1bce7cc..e918e635 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-cert.mjs", "types": "./dist/es/plugin-cert.d.ts", @@ -17,8 +17,8 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "^1.0.2", - "@certd/pipeline": "^1.0.2", + "@certd/acme-client": "^1.0.3", + "@certd/pipeline": "^1.0.3", "node-forge": "^0.10.0" }, "devDependencies": { @@ -27,19 +27,17 @@ "@alicloud/pop-core": "^1.7.10", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", "@types/node-forge": "^1.3.0", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.0.0", - "tslib": "^2.5.2", - "rollup": "^3.7.4", "chai": "^4.3.6", "dayjs": "^1.11.6", "eslint": "^8.24.0", @@ -50,6 +48,7 @@ "lodash": "^4.17.21", "log4js": "^6.7.1", "mocha": "^10.1.0", + "rollup": "^3.7.4", "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", "tslib": "^2.5.2", diff --git a/packages/plugins/plugin-host/CHANGELOG.md b/packages/plugins/plugin-host/CHANGELOG.md index 736a91fe..5a59133e 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-host + ## [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 diff --git a/packages/plugins/plugin-host/package.json b/packages/plugins/plugin-host/package.json index 5183727e..2778478c 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-host.mjs", "types": "./dist/es/plugin-host.d.ts", @@ -17,8 +17,8 @@ "preview": "vite preview" }, "dependencies": { - "@certd/pipeline": "^1.0.2", - "@certd/plugin-cert": "^1.0.2", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", "ssh2": "^0.8.9" }, "devDependencies": { @@ -27,6 +27,11 @@ "@alicloud/pop-core": "^1.7.10", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", @@ -34,13 +39,6 @@ "@types/ssh2": "^1.11.6", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.0.0", - "tslib": "^2.5.2", - "rollup": "^3.7.4", "chai": "^4.3.6", "dayjs": "^1.9.7", "eslint": "^8.24.0", @@ -51,12 +49,13 @@ "lodash": "^4.17.20", "log4js": "^6.3.0", "mocha": "^10.1.0", + "rollup": "^3.7.4", + "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", - "vue-tsc": "^0.38.9", - "rollup-plugin-visualizer": "^5.8.2", - "@rollup/plugin-typescript": "^11.0.0" + "vue-tsc": "^0.38.9" }, "gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8" } diff --git a/packages/plugins/plugin-huawei/CHANGELOG.md b/packages/plugins/plugin-huawei/CHANGELOG.md index 2b251033..ecc16241 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-huawei + ## [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 diff --git a/packages/plugins/plugin-huawei/package.json b/packages/plugins/plugin-huawei/package.json index 3a14107e..def13391 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-huawei.mjs", "types": "./dist/es/plugin-huawei.d.ts", @@ -17,10 +17,10 @@ "preview": "vite preview" }, "dependencies": { - "@certd/acme-client": "^1.0.2", - "@certd/pipeline": "^1.0.2", - "@certd/plugin-cert": "^1.0.2", - "@certd/plugin-util": "^1.0.2", + "@certd/acme-client": "^1.0.3", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", + "@certd/plugin-util": "^1.0.3", "axios": "^0.27.2", "dayjs": "^1.11.6", "lodash": "^4.17.21", @@ -32,19 +32,17 @@ "@alicloud/pop-core": "^1.7.10", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", "@types/node-forge": "^1.3.0", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.0.0", - "tslib": "^2.5.2", - "rollup": "^3.7.4", "chai": "^4.3.6", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", @@ -53,12 +51,13 @@ "eslint-plugin-prettier": "^4.2.1", "log4js": "^6.7.1", "mocha": "^10.1.0", + "rollup": "^3.7.4", + "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", - "vue-tsc": "^0.38.9", - "rollup-plugin-visualizer": "^5.8.2", - "@rollup/plugin-typescript": "^11.0.0" + "vue-tsc": "^0.38.9" }, "gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8" } diff --git a/packages/plugins/plugin-tencent/CHANGELOG.md b/packages/plugins/plugin-tencent/CHANGELOG.md index 9bb6c24f..ef1b142b 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-tencent + ## [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 diff --git a/packages/plugins/plugin-tencent/package.json b/packages/plugins/plugin-tencent/package.json index 05d70d8d..7d810a9d 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-tencent.mjs", "types": "./dist/es/plugin-tencent.d.ts", @@ -17,9 +17,9 @@ "preview": "vite preview" }, "dependencies": { - "@certd/pipeline": "^1.0.2", - "@certd/plugin-cert": "^1.0.2", - "@certd/plugin-util": "^1.0.2", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", + "@certd/plugin-util": "^1.0.3", "tencentcloud-sdk-nodejs": "^4.0.44" }, "devDependencies": { @@ -28,19 +28,17 @@ "@alicloud/pop-core": "^1.7.10", "@midwayjs/core": "^3.0.0", "@midwayjs/decorator": "^3.0.0", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@types/mocha": "^10.0.0", "@types/node-forge": "^1.3.0", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.0.0", - "tslib": "^2.5.2", - "rollup": "^3.7.4", "axios": "^0.21.1", "chai": "^4.3.6", "dayjs": "^1.9.7", @@ -52,12 +50,13 @@ "lodash": "^4.17.20", "log4js": "^6.7.1", "mocha": "^10.1.0", + "rollup": "^3.7.4", + "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", - "vue-tsc": "^0.38.9", - "rollup-plugin-visualizer": "^5.8.2", - "@rollup/plugin-typescript": "^11.0.0" + "vue-tsc": "^0.38.9" }, "gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8" } diff --git a/packages/plugins/plugin-util/CHANGELOG.md b/packages/plugins/plugin-util/CHANGELOG.md index 9b24fd9e..420de248 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/plugin-util + ## [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 diff --git a/packages/plugins/plugin-util/package.json b/packages/plugins/plugin-util/package.json index 7c2cc9f9..e65f2b49 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.2", + "version": "1.0.3", "main": "./src/index.ts", "module": "./dist/plugin-util.mjs", "types": "./dist/es/plugin-util.d.ts", @@ -20,7 +20,12 @@ "kubernetes-client": "^9.0.0" }, "devDependencies": { - "@certd/pipeline": "^1.0.2", + "@certd/pipeline": "^1.0.3", + "@rollup/plugin-commonjs": "^23.0.4", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-terser": "^0.4.3", + "@rollup/plugin-typescript": "^11.0.0", "@types/chai": "^4.3.3", "@types/lodash": "^4.14.186", "@typescript-eslint/eslint-plugin": "^5.38.1", @@ -30,18 +35,13 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "@rollup/plugin-commonjs": "^23.0.4", - "@rollup/plugin-json": "^6.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.0.0", - "tslib": "^2.5.2", "rollup": "^3.7.4", + "rollup-plugin-visualizer": "^5.8.2", "ts-node": "^10.9.1", + "tslib": "^2.5.2", "typescript": "^4.8.4", "vite": "^3.1.0", - "vue-tsc": "^0.38.9", - "rollup-plugin-visualizer": "^5.8.2" + "vue-tsc": "^0.38.9" }, "gitHead": "5950e1cae7cf30ebfc5128c15c7d1b0d101cbbb8" } diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index 5d5a2490..85a1671b 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.3](https://github.com/certd/certd/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/ui-client + ## [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 diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index c6f6f146..47169222 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.2", + "version": "1.0.3", "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.2", - "@certd/pipeline": "^1.0.2", + "@certd/acme-client": "^1.0.3", + "@certd/pipeline": "^1.0.3", "@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 0f943aaf..5fa784c9 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.3](https://github.com/fast-crud/fast-server-js/compare/v1.0.2...v1.0.3) (2023-05-25) + +**Note:** Version bump only for package @certd/ui-server + ## [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 diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index 90eb323f..62668b11 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.2", + "version": "1.0.3", "description": "fast-server base midway", "private": true, "scripts": { @@ -21,17 +21,15 @@ "mig": "typeorm migration:create -n name" }, "dependencies": { - "reflect-metadata": "^0.1.13", - "kubernetes-client": "^9.0.0", - "@certd/acme-client": "^1.0.2", - "@certd/pipeline": "^1.0.2", - "@certd/plugin-all": "^1.0.2", - "@certd/plugin-aliyun": "^1.0.2", - "@certd/plugin-util": "^1.0.2", - "@certd/plugin-tencent": "^1.0.2", - "@certd/plugin-huawei": "^1.0.2", - "@certd/plugin-host": "^1.0.2", - "@certd/plugin-cert": "^1.0.2", + "@certd/acme-client": "^1.0.3", + "@certd/pipeline": "^1.0.3", + "@certd/plugin-aliyun": "^1.0.3", + "@certd/plugin-all": "^1.0.3", + "@certd/plugin-cert": "^1.0.3", + "@certd/plugin-host": "^1.0.3", + "@certd/plugin-huawei": "^1.0.3", + "@certd/plugin-tencent": "^1.0.3", + "@certd/plugin-util": "^1.0.3", "@koa/cors": "^3.4.3", "@midwayjs/bootstrap": "^3.9.1", "@midwayjs/cache": "^3.9.0", @@ -47,11 +45,13 @@ "dayjs": "^1.11.7", "glob": "^7.2.3", "jsonwebtoken": "^8.5.1", + "kubernetes-client": "^9.0.0", "lodash": "^4.17.21", "log4js": "^6.7.1", "md5": "^2.3.0", "midway-flyway-js": "^3.0.0", "node-cron": "^3.0.2", + "reflect-metadata": "^0.1.13", "sqlite3": "^5.1.4", "svg-captcha": "^1.4.0", "typeorm": "^0.3.11"