From 7f5f5e835d42ffff7b2738456bc24f4d800902cb Mon Sep 17 00:00:00 2001 From: wangweianger <752636052@qq.com> Date: Wed, 12 Jul 2023 17:02:49 +0800 Subject: [PATCH] chore: publish --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/errors/CHANGELOG.md | 8 ++++++++ packages/errors/package.json | 2 +- packages/loggers/CHANGELOG.md | 8 ++++++++ packages/loggers/package.json | 2 +- packages/yunfly-bin/CHANGELOG.md | 9 +++++++++ packages/yunfly-bin/package.json | 6 +++--- packages/yunfly-cluster/CHANGELOG.md | 8 ++++++++ packages/yunfly-cluster/package.json | 4 ++-- packages/yunfly-core/CHANGELOG.md | 9 +++++++++ packages/yunfly-core/package.json | 8 ++++---- packages/yunfly-plugin-body-parser/CHANGELOG.md | 11 +++++++++++ packages/yunfly-plugin-body-parser/package.json | 4 ++-- packages/yunfly-plugin-error/CHANGELOG.md | 11 +++++++++++ packages/yunfly-plugin-error/package.json | 12 +++++------- packages/yunfly/CHANGELOG.md | 9 +++++++++ packages/yunfly/package.json | 10 +++++----- 18 files changed, 106 insertions(+), 26 deletions(-) create mode 100644 packages/yunfly-plugin-body-parser/CHANGELOG.md create mode 100644 packages/yunfly-plugin-error/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb4b0a..a737f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) diff --git a/lerna.json b/lerna.json index e2f45bc..99c9936 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 79ea3ad..39957ad 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + +**Note:** Version bump only for package @yunflyjs/errors + + + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) **Note:** Version bump only for package @yunflyjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index f9586b9..e47d231 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/errors", - "version": "0.0.7", + "version": "0.0.8", "main": "./dist/index.js", "typings": "dist/index.d.ts", "description": "yunfly error.", diff --git a/packages/loggers/CHANGELOG.md b/packages/loggers/CHANGELOG.md index ca62253..a534ada 100644 --- a/packages/loggers/CHANGELOG.md +++ b/packages/loggers/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. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + +**Note:** Version bump only for package @yunflyjs/loggers + + + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) **Note:** Version bump only for package @yunflyjs/loggers diff --git a/packages/loggers/package.json b/packages/loggers/package.json index a1fa0db..b0e8d03 100644 --- a/packages/loggers/package.json +++ b/packages/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/loggers", - "version": "0.0.7", + "version": "0.0.8", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ diff --git a/packages/yunfly-bin/CHANGELOG.md b/packages/yunfly-bin/CHANGELOG.md index 39935bf..14ee021 100644 --- a/packages/yunfly-bin/CHANGELOG.md +++ b/packages/yunfly-bin/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) **Note:** Version bump only for package @yunflyjs/yunfly-bin diff --git a/packages/yunfly-bin/package.json b/packages/yunfly-bin/package.json index f23d39f..62095d2 100644 --- a/packages/yunfly-bin/package.json +++ b/packages/yunfly-bin/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-bin", - "version": "0.0.7", + "version": "0.0.8", "main": "build/index.js", "typings": "build/index.d.ts", "author": "zane <752636052@qq.com>", @@ -35,7 +35,7 @@ "cross-spawn": "7.0.3" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.7", - "@yunflyjs/yunfly-core": "0.0.7" + "@yunflyjs/loggers": "0.0.8", + "@yunflyjs/yunfly-core": "0.0.8" } } diff --git a/packages/yunfly-cluster/CHANGELOG.md b/packages/yunfly-cluster/CHANGELOG.md index 5c6903f..08a103e 100644 --- a/packages/yunfly-cluster/CHANGELOG.md +++ b/packages/yunfly-cluster/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. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + +**Note:** Version bump only for package @yunflyjs/yunfly-cluster + + + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) **Note:** Version bump only for package @yunflyjs/yunfly-cluster diff --git a/packages/yunfly-cluster/package.json b/packages/yunfly-cluster/package.json index c926572..3679250 100644 --- a/packages/yunfly-cluster/package.json +++ b/packages/yunfly-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-cluster", - "version": "0.0.7", + "version": "0.0.8", "main": "build/index.js", "typings": "build/index.d.ts", "license": "MIT", @@ -29,6 +29,6 @@ "tree-kill": "1.2.2" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.7" + "@yunflyjs/loggers": "0.0.8" } } diff --git a/packages/yunfly-core/CHANGELOG.md b/packages/yunfly-core/CHANGELOG.md index 85d1935..b0a4823 100644 --- a/packages/yunfly-core/CHANGELOG.md +++ b/packages/yunfly-core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) diff --git a/packages/yunfly-core/package.json b/packages/yunfly-core/package.json index 7c3be4b..1db77a9 100644 --- a/packages/yunfly-core/package.json +++ b/packages/yunfly-core/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-core", - "version": "0.0.7", + "version": "0.0.8", "main": "build/run.js", "typings": "build/run.d.ts", "author": "zane <752636052@qq.com>", @@ -28,10 +28,10 @@ ], "dependencies": { "@types/lodash": "4.14.171", - "@yunflyjs/errors": "0.0.7", - "@yunflyjs/loggers": "0.0.7", + "@yunflyjs/errors": "0.0.8", + "@yunflyjs/loggers": "0.0.8", "@yunflyjs/routing-controllers": "0.9.0", - "@yunflyjs/yunfly-cluster": "0.0.7", + "@yunflyjs/yunfly-cluster": "0.0.8", "chalk": "4.1.0", "chokidar": "3.5.1", "deepmerge": "4.2.2", diff --git a/packages/yunfly-plugin-body-parser/CHANGELOG.md b/packages/yunfly-plugin-body-parser/CHANGELOG.md new file mode 100644 index 0000000..cd1a81e --- /dev/null +++ b/packages/yunfly-plugin-body-parser/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) diff --git a/packages/yunfly-plugin-body-parser/package.json b/packages/yunfly-plugin-body-parser/package.json index 7c9ae4b..a6574f7 100644 --- a/packages/yunfly-plugin-body-parser/package.json +++ b/packages/yunfly-plugin-body-parser/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-plugin-body-parser", - "version": "0.0.7", + "version": "0.0.8", "main": "./dist/app.js", "typings": "dist/app.d.ts", "description": "yunfly body parse plugin", @@ -27,6 +27,6 @@ "koa-bodyparser": "4.3.0" }, "devDependencies": { - "@yunflyjs/yunfly-core": "0.0.7" + "@yunflyjs/yunfly-core": "0.0.8" } } diff --git a/packages/yunfly-plugin-error/CHANGELOG.md b/packages/yunfly-plugin-error/CHANGELOG.md new file mode 100644 index 0000000..cd1a81e --- /dev/null +++ b/packages/yunfly-plugin-error/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) diff --git a/packages/yunfly-plugin-error/package.json b/packages/yunfly-plugin-error/package.json index 4dd8292..3c2408e 100644 --- a/packages/yunfly-plugin-error/package.json +++ b/packages/yunfly-plugin-error/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-plugin-error", - "version": "0.0.7", + "version": "0.0.8", "main": "./dist/app.js", "typings": "dist/app.d.ts", "description": "yunfly error plugin.", @@ -23,12 +23,10 @@ "dist" ], "license": "MIT", - "dependencies": { - }, "devDependencies": { - "@yunflyjs/yunfly-core": "0.0.7", + "@yunflyjs/errors": "0.0.8", + "@yunflyjs/loggers": "0.0.8", "@yunflyjs/routing-controllers": "^0.9.0", - "@yunflyjs/loggers":"0.0.7", - "@yunflyjs/errors": "0.0.7" + "@yunflyjs/yunfly-core": "0.0.8" } -} \ No newline at end of file +} diff --git a/packages/yunfly/CHANGELOG.md b/packages/yunfly/CHANGELOG.md index a0344f0..2bf26a9 100644 --- a/packages/yunfly/CHANGELOG.md +++ b/packages/yunfly/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) + + +### Features + +* built in body and error plugins ([d7e49e1](https://github.com/yunke-yunfly/yunflyjs/commit/d7e49e12f0d97c45fb7a48f46fbcfcd520389a8a)) + + + ### [0.0.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) **Note:** Version bump only for package @yunflyjs/yunfly diff --git a/packages/yunfly/package.json b/packages/yunfly/package.json index 358a767..570e3b0 100644 --- a/packages/yunfly/package.json +++ b/packages/yunfly/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly", - "version": "0.0.7", + "version": "0.0.8", "main": "build/index.js", "typings": "build/index.d.ts", "repository": "https://github.com/yunke-yunfly/yunflyjs.git", @@ -33,9 +33,9 @@ "build" ], "dependencies": { - "@yunflyjs/yunfly-bin": "0.0.7", - "@yunflyjs/yunfly-core": "0.0.7", - "@yunflyjs/yunfly-plugin-body-parser": "0.0.7", - "@yunflyjs/yunfly-plugin-error": "0.0.7" + "@yunflyjs/yunfly-bin": "0.0.8", + "@yunflyjs/yunfly-core": "0.0.8", + "@yunflyjs/yunfly-plugin-body-parser": "0.0.8", + "@yunflyjs/yunfly-plugin-error": "0.0.8" } }