Skip to content

Commit

Permalink
v1.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Mar 22, 2024
1 parent 340801e commit adf569e
Show file tree
Hide file tree
Showing 28 changed files with 111 additions and 55 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package root

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
},
"npmClient": "pnpm",
"version": "1.20.8"
"version": "1.20.9"
}
4 changes: 4 additions & 0 deletions packages/core/acme-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [1.20.8](https://github.com/publishlab/node-acme-client/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/acme-client
Expand Down
2 changes: 1 addition & 1 deletion packages/core/acme-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client",
"private": false,
"author": "nmorsman",
"version": "1.20.8",
"version": "1.20.9",
"main": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/pipeline

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/pipeline
Expand Down
4 changes: 2 additions & 2 deletions packages/core/pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -23,7 +23,7 @@
"qs": "^6.11.2"
},
"devDependencies": {
"@certd/acme-client": "^1.20.8",
"@certd/acme-client": "^1.20.9",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-aliyun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-aliyun

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-aliyun
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/plugin-aliyun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-aliyun",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -23,10 +23,10 @@
"node-forge": "^0.10.0"
},
"devDependencies": {
"@certd/acme-client": "^1.20.8",
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-util": "^1.20.8",
"@certd/acme-client": "^1.20.9",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-util": "^1.20.9",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-all

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-all
Expand Down
16 changes: 8 additions & 8 deletions packages/plugins/plugin-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-all",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,13 +17,13 @@
"preview": "vite preview"
},
"devDependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/plugin-aliyun": "^1.20.8",
"@certd/plugin-center": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-host": "^1.20.8",
"@certd/plugin-huawei": "^1.20.8",
"@certd/plugin-tencent": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-aliyun": "^1.20.9",
"@certd/plugin-center": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-host": "^1.20.9",
"@certd/plugin-huawei": "^1.20.9",
"@certd/plugin-tencent": "^1.20.9",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-builder

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-builder
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-builder",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,9 +17,9 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-util": "^1.20.8"
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-util": "^1.20.9"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-center/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-center

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-center
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-center/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-center",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,9 +17,9 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-util": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-util": "^1.20.9",
"@rollup/plugin-dynamic-import-vars": "^2.1.2"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-cert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-cert
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/plugin-cert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.20.8",
"@certd/pipeline": "^1.20.8",
"@certd/acme-client": "^1.20.9",
"@certd/pipeline": "^1.20.9",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-host/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-host

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-host
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/plugin-host/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-host",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"ssh2": "^0.8.9"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-huawei/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-huawei

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-huawei
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/plugin-huawei/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-huawei",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,10 +17,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.20.8",
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-util": "^1.20.8",
"@certd/acme-client": "^1.20.9",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-util": "^1.20.9",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-tencent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/certd/certd/compare/v1.20.8...v1.20.9) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-tencent

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-tencent
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-tencent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-tencent",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -17,9 +17,9 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/plugin-cert": "^1.20.8",
"@certd/plugin-util": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@certd/plugin-cert": "^1.20.9",
"@certd/plugin-util": "^1.20.9",
"tencentcloud-sdk-nodejs": "^4.0.44"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/plugins/plugin-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/plugin-util
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/plugin-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-util",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -21,7 +21,7 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/certd-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [1.20.8](https://github.com/certd/certd/compare/v1.20.7...v1.20.8) (2024-03-22)

**Note:** Version bump only for package @certd/ui-client
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/certd-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.20.8",
"version": "1.20.9",
"private": true,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -59,7 +59,7 @@
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@certd/pipeline": "^1.20.8",
"@certd/pipeline": "^1.20.9",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/chai": "^4.3.5",
Expand Down

0 comments on commit adf569e

Please sign in to comment.