From 4bfb4e931a78c9a7a10939a0abffe4168aa1ec73 Mon Sep 17 00:00:00 2001 From: wangw19 Date: Thu, 20 Apr 2023 17:59:59 +0800 Subject: [PATCH] chore: publish --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/errors/CHANGELOG.md | 9 +++++++++ packages/errors/package.json | 4 ++-- packages/loggers/CHANGELOG.md | 9 +++++++++ packages/loggers/package.json | 4 ++-- packages/yunfly-bin/CHANGELOG.md | 10 ++++++++++ packages/yunfly-bin/package.json | 12 ++++++------ packages/yunfly-cluster/CHANGELOG.md | 10 ++++++++++ packages/yunfly-cluster/package.json | 6 +++--- packages/yunfly-core/CHANGELOG.md | 11 +++++++++++ packages/yunfly-core/package.json | 10 +++++----- packages/yunfly/CHANGELOG.md | 11 +++++++++++ packages/yunfly/package.json | 8 ++++---- 14 files changed, 94 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f4a36..708e9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209)) +* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582)) +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) diff --git a/lerna.json b/lerna.json index c27f36f..77e53dc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 6e13d52..9e29918 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 690081a..d6a62af 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/errors", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "./dist/index.js", "typings": "dist/index.d.ts", "description": "yunfly error.", @@ -18,4 +18,4 @@ "dist" ], "license": "MIT" -} \ No newline at end of file +} diff --git a/packages/loggers/CHANGELOG.md b/packages/loggers/CHANGELOG.md index e01a6d3..bde225f 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.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/loggers diff --git a/packages/loggers/package.json b/packages/loggers/package.json index 735163d..b5e17d0 100644 --- a/packages/loggers/package.json +++ b/packages/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/loggers", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ @@ -30,4 +30,4 @@ "winston": "^3.7.2", "winston-daily-rotate-file": "^4.6.1" } -} \ No newline at end of file +} diff --git a/packages/yunfly-bin/CHANGELOG.md b/packages/yunfly-bin/CHANGELOG.md index 991b07f..cfb7123 100644 --- a/packages/yunfly-bin/CHANGELOG.md +++ b/packages/yunfly-bin/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209)) +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/yunfly-bin diff --git a/packages/yunfly-bin/package.json b/packages/yunfly-bin/package.json index bb5facf..a179a72 100644 --- a/packages/yunfly-bin/package.json +++ b/packages/yunfly-bin/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-bin", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "build/index.js", "typings": "build/index.d.ts", "keywords": [ @@ -30,11 +30,11 @@ ], "dependencies": { "@yunflyjs/ts-node-dev": "2.0.0", - "cross-spawn": "^7.0.3", - "commander": "9.0.0" + "commander": "9.0.0", + "cross-spawn": "^7.0.3" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.1-beta.14", - "@yunflyjs/yunfly-core": "0.0.1-beta.14" + "@yunflyjs/loggers": "0.0.1-beta.15", + "@yunflyjs/yunfly-core": "0.0.1-beta.15" } -} \ No newline at end of file +} diff --git a/packages/yunfly-cluster/CHANGELOG.md b/packages/yunfly-cluster/CHANGELOG.md index bc36706..40c5c05 100644 --- a/packages/yunfly-cluster/CHANGELOG.md +++ b/packages/yunfly-cluster/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582)) +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/yunfly-cluster diff --git a/packages/yunfly-cluster/package.json b/packages/yunfly-cluster/package.json index dc17a15..ca76a5d 100644 --- a/packages/yunfly-cluster/package.json +++ b/packages/yunfly-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-cluster", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "build/index.js", "typings": "build/index.d.ts", "license": "MIT", @@ -27,6 +27,6 @@ "tree-kill": "^1.2.2" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.1-beta.14" + "@yunflyjs/loggers": "0.0.1-beta.15" } -} \ No newline at end of file +} diff --git a/packages/yunfly-core/CHANGELOG.md b/packages/yunfly-core/CHANGELOG.md index c2fc49c..6b5ca42 100644 --- a/packages/yunfly-core/CHANGELOG.md +++ b/packages/yunfly-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209)) +* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582)) +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/yunfly-core diff --git a/packages/yunfly-core/package.json b/packages/yunfly-core/package.json index 9082075..f6bec36 100644 --- a/packages/yunfly-core/package.json +++ b/packages/yunfly-core/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-core", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "build/run.js", "typings": "build/run.d.ts", "keywords": [ @@ -27,10 +27,10 @@ ], "dependencies": { "@types/lodash": "^4.14.171", - "@yunflyjs/errors": "0.0.1-beta.14", - "@yunflyjs/loggers": "0.0.1-beta.14", + "@yunflyjs/errors": "0.0.1-beta.15", + "@yunflyjs/loggers": "0.0.1-beta.15", "@yunflyjs/routing-controllers": "0.9.0", - "@yunflyjs/yunfly-cluster": "0.0.1-beta.14", + "@yunflyjs/yunfly-cluster": "0.0.1-beta.15", "chalk": "^4.1.0", "chokidar": "^3.5.1", "deepmerge": "^4.2.2", @@ -41,4 +41,4 @@ "sendmessage": "^1.1.0", "typedi": "^0.8.0" } -} \ No newline at end of file +} diff --git a/packages/yunfly/CHANGELOG.md b/packages/yunfly/CHANGELOG.md index 5ed1dc2..ea7d215 100644 --- a/packages/yunfly/CHANGELOG.md +++ b/packages/yunfly/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.1-beta.15](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.14...v0.0.1-beta.15) (2023-04-20) + + +### Features + +* 更新框架描述字段 ([0a8d733](https://github.com/yunke-yunfly/yunflyjs/commit/0a8d7331b6a4332c857f97106f847b185266a209)) +* 新增 RUNTIME_ENV 环境变量 ([05b8eba](https://github.com/yunke-yunfly/yunflyjs/commit/05b8ebaae3e34fc6b0524215de7e72e89c55a582)) +* 优化 剔除所有内置插件 只留初始化核心逻辑 ([a2c57aa](https://github.com/yunke-yunfly/yunflyjs/commit/a2c57aa638c2fd38d56b31f3393d81fc5823dc43)) + + + ### [0.0.1-beta.14](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1-beta.13...v0.0.1-beta.14) (2023-04-18) **Note:** Version bump only for package @yunflyjs/yunfly diff --git a/packages/yunfly/package.json b/packages/yunfly/package.json index 86caa05..4c37562 100644 --- a/packages/yunfly/package.json +++ b/packages/yunfly/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly", - "version": "0.0.1-beta.14", + "version": "0.0.1-beta.15", "main": "build/index.js", "typings": "build/index.d.ts", "repository": "https://github.com/yunke-yunfly/yunflyjs.git", @@ -32,7 +32,7 @@ "build" ], "dependencies": { - "@yunflyjs/yunfly-bin": "0.0.1-beta.14", - "@yunflyjs/yunfly-core": "0.0.1-beta.14" + "@yunflyjs/yunfly-bin": "0.0.1-beta.15", + "@yunflyjs/yunfly-core": "0.0.1-beta.15" } -} \ No newline at end of file +}