diff --git a/CHANGELOG.md b/CHANGELOG.md index 6304d27..3fb4b0a 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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) + + +### Features + +* plugin support loading master file ([993ec35](https://github.com/yunke-yunfly/yunflyjs/commit/993ec35322dd291c7aa9f3874547c5f08ed3b330)) + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) diff --git a/lerna.json b/lerna.json index c41b99a..e2f45bc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.6", + "version": "0.0.7", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index ddc9e10..79ea3ad 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.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 + + + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) **Note:** Version bump only for package @yunflyjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 154e9ba..f9586b9 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/errors", - "version": "0.0.6", + "version": "0.0.7", "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 3b26696..ca62253 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.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 + + + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) diff --git a/packages/loggers/package.json b/packages/loggers/package.json index 5315d4a..a1fa0db 100644 --- a/packages/loggers/package.json +++ b/packages/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/loggers", - "version": "0.0.6", + "version": "0.0.7", "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 e9d3383..39935bf 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.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 + + + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) diff --git a/packages/yunfly-bin/package.json b/packages/yunfly-bin/package.json index 5f17ef2..e8b7e71 100644 --- a/packages/yunfly-bin/package.json +++ b/packages/yunfly-bin/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-bin", - "version": "0.0.6", + "version": "0.0.7", "main": "build/index.js", "typings": "build/index.d.ts", "keywords": [ @@ -34,7 +34,7 @@ "cross-spawn": "7.0.3" }, "devDependencies": { - "@yunflyjs/loggers": "0.0.6", - "@yunflyjs/yunfly-core": "0.0.6" + "@yunflyjs/loggers": "0.0.7", + "@yunflyjs/yunfly-core": "0.0.7" } } diff --git a/packages/yunfly-cluster/CHANGELOG.md b/packages/yunfly-cluster/CHANGELOG.md index d262e9a..5c6903f 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.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 + + + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) diff --git a/packages/yunfly-cluster/package.json b/packages/yunfly-cluster/package.json index bdb1763..c926572 100644 --- a/packages/yunfly-cluster/package.json +++ b/packages/yunfly-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-cluster", - "version": "0.0.6", + "version": "0.0.7", "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.6" + "@yunflyjs/loggers": "0.0.7" } } diff --git a/packages/yunfly-core/CHANGELOG.md b/packages/yunfly-core/CHANGELOG.md index 7706fd7..85d1935 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.7](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.6...v0.0.7) (2023-07-12) + + +### Features + +* plugin support loading master file ([993ec35](https://github.com/yunke-yunfly/yunflyjs/commit/993ec35322dd291c7aa9f3874547c5f08ed3b330)) + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) diff --git a/packages/yunfly-core/package.json b/packages/yunfly-core/package.json index 2e72c42..2ffd14a 100644 --- a/packages/yunfly-core/package.json +++ b/packages/yunfly-core/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly-core", - "version": "0.0.6", + "version": "0.0.7", "main": "build/run.js", "typings": "build/run.d.ts", "keywords": [ @@ -27,10 +27,10 @@ ], "dependencies": { "@types/lodash": "4.14.171", - "@yunflyjs/errors": "0.0.6", - "@yunflyjs/loggers": "0.0.6", + "@yunflyjs/errors": "0.0.7", + "@yunflyjs/loggers": "0.0.7", "@yunflyjs/routing-controllers": "0.9.0", - "@yunflyjs/yunfly-cluster": "0.0.6", + "@yunflyjs/yunfly-cluster": "0.0.7", "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 75410aa..a0344f0 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.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 + + + + + ### [0.0.6](https://github.com/yunke-yunfly/yunflyjs/compare/v0.0.5...v0.0.6) (2023-07-10) **Note:** Version bump only for package @yunflyjs/yunfly diff --git a/packages/yunfly/package.json b/packages/yunfly/package.json index 7c8bd18..fae5ee4 100644 --- a/packages/yunfly/package.json +++ b/packages/yunfly/package.json @@ -1,6 +1,6 @@ { "name": "@yunflyjs/yunfly", - "version": "0.0.6", + "version": "0.0.7", "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.6", - "@yunflyjs/yunfly-core": "0.0.6" + "@yunflyjs/yunfly-bin": "0.0.7", + "@yunflyjs/yunfly-core": "0.0.7" } }