From 7e4cd36f20de0c4a2f63438e20fbecbeb73fb965 Mon Sep 17 00:00:00 2001 From: wangweianger <752636052@qq.com> Date: Tue, 25 Jul 2023 18:17: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 | 9 +++++++++ packages/loggers/package.json | 2 +- packages/yunfly-bin/CHANGELOG.md | 8 ++++++++ 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 | 8 ++++++++ packages/yunfly-plugin-body-parser/package.json | 4 ++-- packages/yunfly-plugin-error/CHANGELOG.md | 8 ++++++++ packages/yunfly-plugin-error/package.json | 8 ++++---- packages/yunfly/CHANGELOG.md | 9 +++++++++ packages/yunfly/package.json | 10 +++++----- 18 files changed, 99 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a737f45..76499e3 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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + + +### Bug Fixes + +* 修复对config.logFilter的支持(过滤日志能力) ([162a6f2](https://github.com/yunke-yunfly/yunflyjs/commit/162a6f228bc50e37d8f17cce1b374e101b5c6953)) + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/lerna.json b/lerna.json index 99c9936..92bd22c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.8", + "version": "0.0.9", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 39957ad..b37859f 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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + +**Note:** Version bump only for package @yunflyjs/errors + + + + + ### [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 diff --git a/packages/errors/package.json b/packages/errors/package.json index e47d231..5db6914 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/errors", - "version": "0.0.8", + "version": "0.0.9", "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 a534ada..d0fbb97 100644 --- a/packages/loggers/CHANGELOG.md +++ b/packages/loggers/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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + + +### Bug Fixes + +* 修复对config.logFilter的支持(过滤日志能力) ([162a6f2](https://github.com/yunke-yunfly/yunflyjs/commit/162a6f228bc50e37d8f17cce1b374e101b5c6953)) + + + ### [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 diff --git a/packages/loggers/package.json b/packages/loggers/package.json index b0e8d03..8dcbf3e 100644 --- a/packages/loggers/package.json +++ b/packages/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/loggers", - "version": "0.0.8", + "version": "0.0.9", "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 14ee021..9f1d593 100644 --- a/packages/yunfly-bin/CHANGELOG.md +++ b/packages/yunfly-bin/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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + +**Note:** Version bump only for package @yunflyjs/yunfly-bin + + + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/packages/yunfly-bin/package.json b/packages/yunfly-bin/package.json index 62095d2..97d4da8 100644 --- a/packages/yunfly-bin/package.json +++ b/packages/yunfly-bin/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-bin", - "version": "0.0.8", + "version": "0.0.9", "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.8", - "@yunflyjs/yunfly-core": "0.0.8" + "@yunflyjs/loggers": "0.0.9", + "@yunflyjs/yunfly-core": "0.0.9" } } diff --git a/packages/yunfly-cluster/CHANGELOG.md b/packages/yunfly-cluster/CHANGELOG.md index 08a103e..f40c2ed 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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + +**Note:** Version bump only for package @yunflyjs/yunfly-cluster + + + + + ### [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 diff --git a/packages/yunfly-cluster/package.json b/packages/yunfly-cluster/package.json index 3679250..7bac523 100644 --- a/packages/yunfly-cluster/package.json +++ b/packages/yunfly-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-cluster", - "version": "0.0.8", + "version": "0.0.9", "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.8" + "@yunflyjs/loggers": "0.0.9" } } diff --git a/packages/yunfly-core/CHANGELOG.md b/packages/yunfly-core/CHANGELOG.md index b0a4823..c212eec 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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + + +### Bug Fixes + +* 修复对config.logFilter的支持(过滤日志能力) ([162a6f2](https://github.com/yunke-yunfly/yunflyjs/commit/162a6f228bc50e37d8f17cce1b374e101b5c6953)) + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/packages/yunfly-core/package.json b/packages/yunfly-core/package.json index 1db77a9..171aa88 100644 --- a/packages/yunfly-core/package.json +++ b/packages/yunfly-core/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-core", - "version": "0.0.8", + "version": "0.0.9", "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.8", - "@yunflyjs/loggers": "0.0.8", + "@yunflyjs/errors": "0.0.9", + "@yunflyjs/loggers": "0.0.9", "@yunflyjs/routing-controllers": "0.9.0", - "@yunflyjs/yunfly-cluster": "0.0.8", + "@yunflyjs/yunfly-cluster": "0.0.9", "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 index cd1a81e..18aea7a 100644 --- a/packages/yunfly-plugin-body-parser/CHANGELOG.md +++ b/packages/yunfly-plugin-body-parser/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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + +**Note:** Version bump only for package @yunflyjs/yunfly-plugin-body-parser + + + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/packages/yunfly-plugin-body-parser/package.json b/packages/yunfly-plugin-body-parser/package.json index a6574f7..c250172 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.8", + "version": "0.0.9", "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.8" + "@yunflyjs/yunfly-core": "0.0.9" } } diff --git a/packages/yunfly-plugin-error/CHANGELOG.md b/packages/yunfly-plugin-error/CHANGELOG.md index cd1a81e..73c6071 100644 --- a/packages/yunfly-plugin-error/CHANGELOG.md +++ b/packages/yunfly-plugin-error/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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + +**Note:** Version bump only for package @yunflyjs/yunfly-plugin-error + + + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/packages/yunfly-plugin-error/package.json b/packages/yunfly-plugin-error/package.json index 3c2408e..27e54c8 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.8", + "version": "0.0.9", "main": "./dist/app.js", "typings": "dist/app.d.ts", "description": "yunfly error plugin.", @@ -24,9 +24,9 @@ ], "license": "MIT", "devDependencies": { - "@yunflyjs/errors": "0.0.8", - "@yunflyjs/loggers": "0.0.8", + "@yunflyjs/errors": "0.0.9", + "@yunflyjs/loggers": "0.0.9", "@yunflyjs/routing-controllers": "^0.9.0", - "@yunflyjs/yunfly-core": "0.0.8" + "@yunflyjs/yunfly-core": "0.0.9" } } diff --git a/packages/yunfly/CHANGELOG.md b/packages/yunfly/CHANGELOG.md index 2bf26a9..9c161b5 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.9](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.8...v0.0.9) (2023-07-25) + + +### Bug Fixes + +* 修复对config.logFilter的支持(过滤日志能力) ([162a6f2](https://github.com/yunke-yunfly/yunflyjs/commit/162a6f228bc50e37d8f17cce1b374e101b5c6953)) + + + ### [0.0.8](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.7...v0.0.8) (2023-07-12) diff --git a/packages/yunfly/package.json b/packages/yunfly/package.json index 570e3b0..9145e31 100644 --- a/packages/yunfly/package.json +++ b/packages/yunfly/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly", - "version": "0.0.8", + "version": "0.0.9", "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.8", - "@yunflyjs/yunfly-core": "0.0.8", - "@yunflyjs/yunfly-plugin-body-parser": "0.0.8", - "@yunflyjs/yunfly-plugin-error": "0.0.8" + "@yunflyjs/yunfly-bin": "0.0.9", + "@yunflyjs/yunfly-core": "0.0.9", + "@yunflyjs/yunfly-plugin-body-parser": "0.0.9", + "@yunflyjs/yunfly-plugin-error": "0.0.9" } }