From 386409960b5bd3115c3e6f5166bb88475cf8d60c Mon Sep 17 00:00:00 2001 From: wangweianger <752636052@qq.com> Date: Mon, 3 Jul 2023 17:10:40 +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 | 8 ++++++++ packages/yunfly-bin/package.json | 6 +++--- packages/yunfly-cluster/CHANGELOG.md | 9 +++++++++ packages/yunfly-cluster/package.json | 8 ++++---- packages/yunfly-core/CHANGELOG.md | 9 +++++++++ packages/yunfly-core/package.json | 8 ++++---- packages/yunfly/CHANGELOG.md | 8 ++++++++ packages/yunfly/package.json | 6 +++--- 14 files changed, 76 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e75f0..936ca40 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + + +### Features + +* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017)) + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) diff --git a/lerna.json b/lerna.json index 06684bb..0f23530 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 38b3cbe..87377a5 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + +**Note:** Version bump only for package @yunflyjs/errors + + + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) **Note:** Version bump only for package @yunflyjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 8f45270..7d41dc0 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/errors", - "version": "0.0.2", + "version": "0.0.3", "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 28b743d..3c45839 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + +**Note:** Version bump only for package @yunflyjs/loggers + + + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) **Note:** Version bump only for package @yunflyjs/loggers diff --git a/packages/loggers/package.json b/packages/loggers/package.json index 432e052..5b71338 100644 --- a/packages/loggers/package.json +++ b/packages/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/loggers", - "version": "0.0.2", + "version": "0.0.3", "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 70b69cc..2ab1374 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + +**Note:** Version bump only for package @yunflyjs/yunfly-bin + + + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) **Note:** Version bump only for package @yunflyjs/yunfly-bin diff --git a/packages/yunfly-bin/package.json b/packages/yunfly-bin/package.json index 9950e9b..2d8705b 100644 --- a/packages/yunfly-bin/package.json +++ b/packages/yunfly-bin/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-bin", - "version": "0.0.2", + "version": "0.0.3", "main": "build/index.js", "typings": "build/index.d.ts", "keywords": [ @@ -34,7 +34,7 @@ "cross-spawn": "^7.0.3" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.2", - "@yunflyjs/yunfly-core": "0.0.2" + "@yunflyjs/loggers": "0.0.3", + "@yunflyjs/yunfly-core": "0.0.3" } } diff --git a/packages/yunfly-cluster/CHANGELOG.md b/packages/yunfly-cluster/CHANGELOG.md index 52a0397..0c9c56f 100644 --- a/packages/yunfly-cluster/CHANGELOG.md +++ b/packages/yunfly-cluster/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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + + +### Features + +* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017)) + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) **Note:** Version bump only for package @yunflyjs/yunfly-cluster diff --git a/packages/yunfly-cluster/package.json b/packages/yunfly-cluster/package.json index f794db0..c474faa 100644 --- a/packages/yunfly-cluster/package.json +++ b/packages/yunfly-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-cluster", - "version": "0.0.2", + "version": "0.0.3", "main": "build/index.js", "typings": "build/index.d.ts", "license": "MIT", @@ -18,17 +18,17 @@ "dependencies": { "cfork": "^1.8.0", "chalk": "^4.1.0", + "cluster-client": "3.4.1", "cluster-reload": "^1.0.2", "dayjs": "^1.10.4", "debug": "^4.3.1", "detect-port": "^1.3.0", + "graceful-process": "^1.2.0", "pid-from-port": "^1.1.3", "sendmessage": "^1.1.0", - "graceful-process": "^1.2.0", - "cluster-client": "3.4.1", "tree-kill": "^1.2.2" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.2" + "@yunflyjs/loggers": "0.0.3" } } diff --git a/packages/yunfly-core/CHANGELOG.md b/packages/yunfly-core/CHANGELOG.md index e4db192..61b0869 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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + + +### Features + +* cluster 模型支持进程间socket通信 ([4b06b6e](https://github.com/yunke-yunfly/yunflyjs/commit/4b06b6e4b48ca2d32eb9f04f9a547d2dba0c5017)) + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) diff --git a/packages/yunfly-core/package.json b/packages/yunfly-core/package.json index 31d9c9d..74fb1bc 100644 --- a/packages/yunfly-core/package.json +++ b/packages/yunfly-core/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-core", - "version": "0.0.2", + "version": "0.0.3", "main": "build/run.js", "typings": "build/run.d.ts", "keywords": [ @@ -27,10 +27,10 @@ ], "dependencies": { "@types/lodash": "^4.14.171", - "@yunflyjs/errors": "0.0.2", - "@yunflyjs/loggers": "0.0.2", + "@yunflyjs/errors": "0.0.3", + "@yunflyjs/loggers": "0.0.3", "@yunflyjs/routing-controllers": "0.9.0", - "@yunflyjs/yunfly-cluster": "0.0.2", + "@yunflyjs/yunfly-cluster": "0.0.3", "chalk": "^4.1.0", "chokidar": "^3.5.1", "deepmerge": "^4.2.2", diff --git a/packages/yunfly/CHANGELOG.md b/packages/yunfly/CHANGELOG.md index d5e8759..029e92c 100644 --- a/packages/yunfly/CHANGELOG.md +++ b/packages/yunfly/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.3](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.2...v0.0.3) (2023-07-03) + +**Note:** Version bump only for package @yunflyjs/yunfly + + + + + ### [0.0.2](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.1...v0.0.2) (2023-06-20) **Note:** Version bump only for package @yunflyjs/yunfly diff --git a/packages/yunfly/package.json b/packages/yunfly/package.json index 0871802..f8a35ad 100644 --- a/packages/yunfly/package.json +++ b/packages/yunfly/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly", - "version": "0.0.2", + "version": "0.0.3", "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.2", - "@yunflyjs/yunfly-core": "0.0.2" + "@yunflyjs/yunfly-bin": "0.0.3", + "@yunflyjs/yunfly-core": "0.0.3" } }