From 0c382d6aeb23cc50bc1f082402901d6ba9f03686 Mon Sep 17 00:00:00 2001 From: killagu Date: Fri, 22 Mar 2024 23:19:14 +0800 Subject: [PATCH] v3.33.1 --- CHANGELOG.md | 11 ++++++++ core/aop-decorator/CHANGELOG.md | 8 ++++++ core/aop-decorator/package.json | 8 +++--- core/aop-runtime/CHANGELOG.md | 8 ++++++ core/aop-runtime/package.json | 18 ++++++------- core/background-task/CHANGELOG.md | 8 ++++++ core/background-task/package.json | 10 +++---- core/common-util/CHANGELOG.md | 8 ++++++ core/common-util/package.json | 2 +- core/controller-decorator/CHANGELOG.md | 8 ++++++ core/controller-decorator/package.json | 8 +++--- core/core-decorator/CHANGELOG.md | 8 ++++++ core/core-decorator/package.json | 4 +-- core/dal-decorator/CHANGELOG.md | 8 ++++++ core/dal-decorator/package.json | 6 ++--- core/dal-runtime/CHANGELOG.md | 11 ++++++++ core/dal-runtime/package.json | 6 ++--- core/dynamic-inject-runtime/CHANGELOG.md | 8 ++++++ core/dynamic-inject-runtime/package.json | 18 ++++++------- core/dynamic-inject/CHANGELOG.md | 8 ++++++ core/dynamic-inject/package.json | 4 +-- core/eventbus-decorator/CHANGELOG.md | 8 ++++++ core/eventbus-decorator/package.json | 6 ++--- core/eventbus-runtime/CHANGELOG.md | 8 ++++++ core/eventbus-runtime/package.json | 14 +++++----- core/lifecycle/CHANGELOG.md | 8 ++++++ core/lifecycle/package.json | 8 +++--- core/loader/CHANGELOG.md | 8 ++++++ core/loader/package.json | 8 +++--- core/metadata/CHANGELOG.md | 8 ++++++ core/metadata/package.json | 8 +++--- core/orm-decorator/CHANGELOG.md | 8 ++++++ core/orm-decorator/package.json | 8 +++--- core/runtime/CHANGELOG.md | 8 ++++++ core/runtime/package.json | 12 ++++----- core/schedule-decorator/CHANGELOG.md | 8 ++++++ core/schedule-decorator/package.json | 8 +++--- core/standalone-decorator/CHANGELOG.md | 8 ++++++ core/standalone-decorator/package.json | 4 +-- core/tegg/CHANGELOG.md | 8 ++++++ core/tegg/package.json | 34 ++++++++++++------------ core/test-util/CHANGELOG.md | 8 ++++++ core/test-util/package.json | 12 ++++----- core/transaction-decorator/CHANGELOG.md | 8 ++++++ core/transaction-decorator/package.json | 8 +++--- lerna.json | 2 +- plugin/aop/CHANGELOG.md | 8 ++++++ plugin/aop/package.json | 16 +++++------ plugin/common/CHANGELOG.md | 8 ++++++ plugin/common/package.json | 2 +- plugin/config/CHANGELOG.md | 8 ++++++ plugin/config/package.json | 4 +-- plugin/controller/CHANGELOG.md | 8 ++++++ plugin/controller/package.json | 20 +++++++------- plugin/dal/CHANGELOG.md | 8 ++++++ plugin/dal/package.json | 8 +++--- plugin/eventbus/CHANGELOG.md | 8 ++++++ plugin/eventbus/package.json | 18 ++++++------- plugin/orm/CHANGELOG.md | 8 ++++++ plugin/orm/package.json | 24 ++++++++--------- plugin/schedule/CHANGELOG.md | 8 ++++++ plugin/schedule/package.json | 24 ++++++++--------- plugin/tegg/CHANGELOG.md | 8 ++++++ plugin/tegg/package.json | 20 +++++++------- standalone/standalone/CHANGELOG.md | 8 ++++++ standalone/standalone/package.json | 22 +++++++-------- 66 files changed, 457 insertions(+), 187 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0485633b..ef67d7f4 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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + + +### Bug Fixes + +* add dal templates ([#196](https://github.com/eggjs/tegg/issues/196)) ([49ba4f9](https://github.com/eggjs/tegg/commit/49ba4f9db3d9313654674f813c0358dc0774fd10)) + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/aop-decorator/CHANGELOG.md b/core/aop-decorator/CHANGELOG.md index 172abba5..f49dd04a 100644 --- a/core/aop-decorator/CHANGELOG.md +++ b/core/aop-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/aop-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/aop-decorator diff --git a/core/aop-decorator/package.json b/core/aop-decorator/package.json index fa2c0d40..27dba3fc 100644 --- a/core/aop-decorator/package.json +++ b/core/aop-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/aop-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg aop decorator", "keywords": [ "tegg", @@ -16,9 +16,9 @@ "directory": "core/aop-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1" }, "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", diff --git a/core/aop-runtime/CHANGELOG.md b/core/aop-runtime/CHANGELOG.md index b873027e..1e9f3044 100644 --- a/core/aop-runtime/CHANGELOG.md +++ b/core/aop-runtime/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-aop-runtime + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-aop-runtime diff --git a/core/aop-runtime/package.json b/core/aop-runtime/package.json index 0d05dbc2..61b88d3a 100644 --- a/core/aop-runtime/package.json +++ b/core/aop-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-runtime", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg aop", "main": "dist/index.js", "eggModule": { @@ -43,17 +43,17 @@ "access": "public" }, "dependencies": { - "@eggjs/aop-decorator": "^3.33.0", - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/aop-decorator": "^3.33.1", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "koa-compose": "^4.1.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", + "@eggjs/module-test-util": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/background-task/CHANGELOG.md b/core/background-task/CHANGELOG.md index e132f20b..2de3acf4 100644 --- a/core/background-task/CHANGELOG.md +++ b/core/background-task/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-background-task + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-background-task diff --git a/core/background-task/package.json b/core/background-task/package.json index dec44495..697a60fa 100644 --- a/core/background-task/package.json +++ b/core/background-task/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-background-task", "description": "background util for tegg", - "version": "3.33.0", + "version": "3.33.1", "keywords": [ "egg", "typescript", @@ -37,12 +37,12 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/tegg-common-util": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/common-util/CHANGELOG.md b/core/common-util/CHANGELOG.md index 11c4249a..169068c9 100644 --- a/core/common-util/CHANGELOG.md +++ b/core/common-util/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-common-util + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-common-util diff --git a/core/common-util/package.json b/core/common-util/package.json index 4c808196..b4bb253b 100644 --- a/core/common-util/package.json +++ b/core/common-util/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-common-util", "description": "common util for tegg", - "version": "3.33.0", + "version": "3.33.1", "keywords": [ "egg", "typescript", diff --git a/core/controller-decorator/CHANGELOG.md b/core/controller-decorator/CHANGELOG.md index d4134d26..bfa99d80 100644 --- a/core/controller-decorator/CHANGELOG.md +++ b/core/controller-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/controller-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/controller-decorator diff --git a/core/controller-decorator/package.json b/core/controller-decorator/package.json index 091cd8de..7fc2e4d8 100644 --- a/core/controller-decorator/package.json +++ b/core/controller-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/controller-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg controller decorator", "keywords": [ "egg", @@ -37,9 +37,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", "path-to-regexp": "^1.8.0", "reflect-metadata": "^0.1.13", "undici": "^5.26.5" diff --git a/core/core-decorator/CHANGELOG.md b/core/core-decorator/CHANGELOG.md index fb10b493..fbd22d82 100644 --- a/core/core-decorator/CHANGELOG.md +++ b/core/core-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/core-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/core-decorator/package.json b/core/core-decorator/package.json index 1f26b396..cb32adcb 100644 --- a/core/core-decorator/package.json +++ b/core/core-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg core decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/tegg-common-util": "^3.33.1", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/dal-decorator/CHANGELOG.md b/core/dal-decorator/CHANGELOG.md index 0b3f65d1..2e741b50 100644 --- a/core/dal-decorator/CHANGELOG.md +++ b/core/dal-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/dal-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/dal-decorator/package.json b/core/dal-decorator/package.json index 3f8b0ff5..0a48c4e9 100644 --- a/core/dal-decorator/package.json +++ b/core/dal-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg dal decorator", "keywords": [ "egg", @@ -37,8 +37,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", "lodash.snakecase": "^4.1.1", "pluralize": "^7.0.0" }, diff --git a/core/dal-runtime/CHANGELOG.md b/core/dal-runtime/CHANGELOG.md index 0b3f65d1..598b88a9 100644 --- a/core/dal-runtime/CHANGELOG.md +++ b/core/dal-runtime/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + + +### Bug Fixes + +* add dal templates ([#196](https://github.com/eggjs/tegg/issues/196)) ([49ba4f9](https://github.com/eggjs/tegg/commit/49ba4f9db3d9313654674f813c0358dc0774fd10)) + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/dal-runtime/package.json b/core/dal-runtime/package.json index 9632452f..c239c40c 100644 --- a/core/dal-runtime/package.json +++ b/core/dal-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-runtime", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg dal decorator", "keywords": [ "egg", @@ -39,7 +39,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/dal-decorator": "^3.33.0", + "@eggjs/dal-decorator": "^3.33.1", "@eggjs/rds": "^1.0.0", "js-beautify": "^1.15.1", "lodash": "^4.17.21", @@ -51,7 +51,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg": "^3.33.0", + "@eggjs/tegg": "^3.33.1", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", diff --git a/core/dynamic-inject-runtime/CHANGELOG.md b/core/dynamic-inject-runtime/CHANGELOG.md index 6943c0b1..ee99079b 100644 --- a/core/dynamic-inject-runtime/CHANGELOG.md +++ b/core/dynamic-inject-runtime/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime diff --git a/core/dynamic-inject-runtime/package.json b/core/dynamic-inject-runtime/package.json index 2058003b..d148c3a7 100644 --- a/core/dynamic-inject-runtime/package.json +++ b/core/dynamic-inject-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-dynamic-inject-runtime", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg dyniamic inject", "main": "dist/index.js", "eggModule": { @@ -42,16 +42,16 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-dynamic-inject": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-dynamic-inject": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1" }, "devDependencies": { - "@eggjs/module-test-util": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", + "@eggjs/module-test-util": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/dynamic-inject/CHANGELOG.md b/core/dynamic-inject/CHANGELOG.md index a5a98ef3..b58f026f 100644 --- a/core/dynamic-inject/CHANGELOG.md +++ b/core/dynamic-inject/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-dynamic-inject diff --git a/core/dynamic-inject/package.json b/core/dynamic-inject/package.json index c78f7c3b..badc1798 100644 --- a/core/dynamic-inject/package.json +++ b/core/dynamic-inject/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-dynamic-inject", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg dyniamic inject", "main": "dist/index.js", "files": [ @@ -39,7 +39,7 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/core/eventbus-decorator/CHANGELOG.md b/core/eventbus-decorator/CHANGELOG.md index f485b0ff..49129285 100644 --- a/core/eventbus-decorator/CHANGELOG.md +++ b/core/eventbus-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/eventbus-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/eventbus-decorator diff --git a/core/eventbus-decorator/package.json b/core/eventbus-decorator/package.json index 3143374d..2064304a 100644 --- a/core/eventbus-decorator/package.json +++ b/core/eventbus-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/eventbus-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg eventbus decorator", "keywords": [ "egg", @@ -34,8 +34,8 @@ "directory": "core/eventbus-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", "typed-emitter": "^1.3.1" }, "engines": { diff --git a/core/eventbus-runtime/CHANGELOG.md b/core/eventbus-runtime/CHANGELOG.md index ff3d5230..2bb8004a 100644 --- a/core/eventbus-runtime/CHANGELOG.md +++ b/core/eventbus-runtime/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-runtime + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-eventbus-runtime diff --git a/core/eventbus-runtime/package.json b/core/eventbus-runtime/package.json index 7bc8e725..80e5f470 100644 --- a/core/eventbus-runtime/package.json +++ b/core/eventbus-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-runtime", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg eventbus runtime", "keywords": [ "egg", @@ -37,10 +37,10 @@ "directory": "core/eventbus-runtime" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/eventbus-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/eventbus-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "await-event": "^2.1.0", "await-first": "^1.0.0" }, @@ -48,8 +48,8 @@ "node": ">=14.0.0" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "coffee": "^5.4.0", diff --git a/core/lifecycle/CHANGELOG.md b/core/lifecycle/CHANGELOG.md index 466891ea..0c11f4d2 100644 --- a/core/lifecycle/CHANGELOG.md +++ b/core/lifecycle/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-lifecycle + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-lifecycle diff --git a/core/lifecycle/package.json b/core/lifecycle/package.json index 55a55937..38337b71 100644 --- a/core/lifecycle/package.json +++ b/core/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-lifecycle", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg lifecycle definition", "keywords": [ "egg", @@ -39,11 +39,11 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/loader/CHANGELOG.md b/core/loader/CHANGELOG.md index 41fc9c8a..eb7503da 100644 --- a/core/loader/CHANGELOG.md +++ b/core/loader/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-loader + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-loader diff --git a/core/loader/package.json b/core/loader/package.json index 5b1c7484..146d9135 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-loader", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg default loader implement", "keywords": [ "egg", @@ -36,8 +36,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", "globby": "^11.1.0", "is-type-of": "^1.2.1" }, @@ -45,7 +45,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.33.0", + "@eggjs/tegg-metadata": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/metadata/CHANGELOG.md b/core/metadata/CHANGELOG.md index 441079f3..5f07b2d4 100644 --- a/core/metadata/CHANGELOG.md +++ b/core/metadata/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-metadata + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/metadata/package.json b/core/metadata/package.json index ecee817c..b9c0b02a 100644 --- a/core/metadata/package.json +++ b/core/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-metadata", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg metadata", "keywords": [ "egg", @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", "egg-errors": "^2.2.3" }, "devDependencies": { diff --git a/core/orm-decorator/CHANGELOG.md b/core/orm-decorator/CHANGELOG.md index e74d3e53..3dbded55 100644 --- a/core/orm-decorator/CHANGELOG.md +++ b/core/orm-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-orm-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-orm-decorator diff --git a/core/orm-decorator/package.json b/core/orm-decorator/package.json index 4129131b..f6bccdb5 100644 --- a/core/orm-decorator/package.json +++ b/core/orm-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-orm-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg orm decorator", "main": "dist/index.js", "files": [ @@ -36,9 +36,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", "lodash": "^4.17.21", "pluralize": "^8.0.0" }, diff --git a/core/runtime/CHANGELOG.md b/core/runtime/CHANGELOG.md index d7680b77..1d8a4264 100644 --- a/core/runtime/CHANGELOG.md +++ b/core/runtime/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-runtime + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-runtime diff --git a/core/runtime/package.json b/core/runtime/package.json index 63846ac1..6a1163f7 100644 --- a/core/runtime/package.json +++ b/core/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-runtime", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg runtime", "main": "dist/index.js", "files": [ @@ -36,13 +36,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.33.0", + "@eggjs/tegg-loader": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/core/schedule-decorator/CHANGELOG.md b/core/schedule-decorator/CHANGELOG.md index fefa99bc..08746748 100644 --- a/core/schedule-decorator/CHANGELOG.md +++ b/core/schedule-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-schedule-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-schedule-decorator diff --git a/core/schedule-decorator/package.json b/core/schedule-decorator/package.json index 984574e5..16aaec68 100644 --- a/core/schedule-decorator/package.json +++ b/core/schedule-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-schedule-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg schedule decorator", "main": "dist/index.js", "files": [ @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", "cron-parser": "^2.18.0" }, "devDependencies": { diff --git a/core/standalone-decorator/CHANGELOG.md b/core/standalone-decorator/CHANGELOG.md index ad7fcbf1..5b610d89 100644 --- a/core/standalone-decorator/CHANGELOG.md +++ b/core/standalone-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/standalone-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/standalone-decorator diff --git a/core/standalone-decorator/package.json b/core/standalone-decorator/package.json index 2b379625..fd7c6277 100644 --- a/core/standalone-decorator/package.json +++ b/core/standalone-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/standalone-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg standalone decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.33.0", + "@eggjs/tegg-common-util": "^3.33.1", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/tegg/CHANGELOG.md b/core/tegg/CHANGELOG.md index 583f5f1b..01362dd9 100644 --- a/core/tegg/CHANGELOG.md +++ b/core/tegg/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/core/tegg/package.json b/core/tegg/package.json index 6b98dd45..a491ddc7 100644 --- a/core/tegg/package.json +++ b/core/tegg/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg decorator packages", "keywords": [ "egg", @@ -35,22 +35,22 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.33.0", - "@eggjs/controller-decorator": "^3.33.0", - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/dal-decorator": "^3.33.0", - "@eggjs/eventbus-decorator": "^3.33.0", - "@eggjs/standalone-decorator": "^3.33.0", - "@eggjs/tegg-background-task": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-dynamic-inject": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-orm-decorator": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", - "@eggjs/tegg-schedule-decorator": "^3.33.0", - "@eggjs/tegg-transaction-decorator": "^3.33.0" + "@eggjs/aop-decorator": "^3.33.1", + "@eggjs/controller-decorator": "^3.33.1", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/dal-decorator": "^3.33.1", + "@eggjs/eventbus-decorator": "^3.33.1", + "@eggjs/standalone-decorator": "^3.33.1", + "@eggjs/tegg-background-task": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-dynamic-inject": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-orm-decorator": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", + "@eggjs/tegg-schedule-decorator": "^3.33.1", + "@eggjs/tegg-transaction-decorator": "^3.33.1" }, "publishConfig": { "access": "public" diff --git a/core/test-util/CHANGELOG.md b/core/test-util/CHANGELOG.md index ce983802..5bd35ae4 100644 --- a/core/test-util/CHANGELOG.md +++ b/core/test-util/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/module-test-util + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/module-test-util diff --git a/core/test-util/package.json b/core/test-util/package.json index 1253cdc8..ec746af5 100644 --- a/core/test-util/package.json +++ b/core/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/module-test-util", - "version": "3.33.0", + "version": "3.33.1", "private": true, "description": "module test util", "keywords": [ @@ -35,11 +35,11 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "globby": "^11.1.0", "mm": "^3.2.1" }, diff --git a/core/transaction-decorator/CHANGELOG.md b/core/transaction-decorator/CHANGELOG.md index ffc79410..cc53ff78 100644 --- a/core/transaction-decorator/CHANGELOG.md +++ b/core/transaction-decorator/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-transaction-decorator + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-transaction-decorator diff --git a/core/transaction-decorator/package.json b/core/transaction-decorator/package.json index 42bf6d62..0bb35c59 100644 --- a/core/transaction-decorator/package.json +++ b/core/transaction-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-transaction-decorator", - "version": "3.33.0", + "version": "3.33.1", "description": "tegg transaction decorator", "keywords": [ "egg", @@ -17,9 +17,9 @@ "directory": "core/transaction-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0" + "@eggjs/core-decorator": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1" }, "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", diff --git a/lerna.json b/lerna.json index b3ee9921..7a189152 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useWorkspaces": true, - "version": "3.33.0", + "version": "3.33.1", "npmClientArgs": [ "--package-lock=false" ], diff --git a/plugin/aop/CHANGELOG.md b/plugin/aop/CHANGELOG.md index cf6370e1..e3dabdeb 100644 --- a/plugin/aop/CHANGELOG.md +++ b/plugin/aop/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-aop-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-aop-plugin diff --git a/plugin/aop/package.json b/plugin/aop/package.json index 61b9b503..f0914766 100644 --- a/plugin/aop/package.json +++ b/plugin/aop/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-plugin", - "version": "3.33.0", + "version": "3.33.1", "eggPlugin": { "name": "aopModule", "dependencies": [ @@ -42,15 +42,15 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.33.0", - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-aop-runtime": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0" + "@eggjs/aop-decorator": "^3.33.1", + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-aop-runtime": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-config": "^3.33.0", - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/tegg-config": "^3.33.1", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/common/CHANGELOG.md b/plugin/common/CHANGELOG.md index bc6a2ca5..48207782 100644 --- a/plugin/common/CHANGELOG.md +++ b/plugin/common/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/egg-module-common + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/egg-module-common diff --git a/plugin/common/package.json b/plugin/common/package.json index 9e83bf4c..d238ce6d 100644 --- a/plugin/common/package.json +++ b/plugin/common/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/egg-module-common", - "version": "3.33.0", + "version": "3.33.1", "description": "common module", "keywords": [ "egg", diff --git a/plugin/config/CHANGELOG.md b/plugin/config/CHANGELOG.md index 91ee78d6..84c41d34 100644 --- a/plugin/config/CHANGELOG.md +++ b/plugin/config/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-config + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-config diff --git a/plugin/config/package.json b/plugin/config/package.json index 54e53f92..3159770c 100644 --- a/plugin/config/package.json +++ b/plugin/config/package.json @@ -3,7 +3,7 @@ "eggPlugin": { "name": "teggConfig" }, - "version": "3.33.0", + "version": "3.33.1", "description": "module config plugin for egg", "keywords": [ "egg", @@ -43,7 +43,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.33.0" + "@eggjs/tegg-common-util": "^3.33.1" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/plugin/controller/CHANGELOG.md b/plugin/controller/CHANGELOG.md index 8ecab421..1a0553d7 100644 --- a/plugin/controller/CHANGELOG.md +++ b/plugin/controller/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-controller-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-controller-plugin diff --git a/plugin/controller/package.json b/plugin/controller/package.json index 2e1caffc..c3014eec 100644 --- a/plugin/controller/package.json +++ b/plugin/controller/package.json @@ -7,7 +7,7 @@ "tegg" ] }, - "version": "3.33.0", + "version": "3.33.1", "description": "controller decorator for egg", "keywords": [ "egg", @@ -46,13 +46,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", + "@eggjs/egg-module-common": "^3.33.1", "@eggjs/router": "^2.0.1", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "egg-errors": "^2.3.0", "globby": "^10.0.2", "koa-compose": "^3.2.1", @@ -60,9 +60,9 @@ "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.33.0", - "@eggjs/tegg-config": "^3.33.0", - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/module-test-util": "^3.33.1", + "@eggjs/tegg-config": "^3.33.1", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/dal/CHANGELOG.md b/plugin/dal/CHANGELOG.md index 0b3f65d1..4de56db7 100644 --- a/plugin/dal/CHANGELOG.md +++ b/plugin/dal/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-dal-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/plugin/dal/package.json b/plugin/dal/package.json index 38942315..497626ea 100644 --- a/plugin/dal/package.json +++ b/plugin/dal/package.json @@ -10,7 +10,7 @@ "eggModule": { "name": "teggDal" }, - "version": "3.33.0", + "version": "3.33.1", "description": "dal plugin for egg", "keywords": [ "egg", @@ -50,11 +50,11 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/dal-runtime": "^3.33.0", - "@eggjs/tegg": "^3.33.0" + "@eggjs/dal-runtime": "^3.33.1", + "@eggjs/tegg": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/eventbus/CHANGELOG.md b/plugin/eventbus/CHANGELOG.md index 71052073..87a854bc 100644 --- a/plugin/eventbus/CHANGELOG.md +++ b/plugin/eventbus/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-eventbus-plugin diff --git a/plugin/eventbus/package.json b/plugin/eventbus/package.json index 79794025..76a5a097 100644 --- a/plugin/eventbus/package.json +++ b/plugin/eventbus/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-plugin", - "version": "3.33.0", + "version": "3.33.1", "eggPlugin": { "name": "eventbusModule", "strict": false, @@ -48,16 +48,16 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-eventbus-runtime": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0" + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-eventbus-runtime": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-config": "^3.33.0", - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-config": "^3.33.1", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "await-event": "^2.1.0", diff --git a/plugin/orm/CHANGELOG.md b/plugin/orm/CHANGELOG.md index 373183b2..95dd7b44 100644 --- a/plugin/orm/CHANGELOG.md +++ b/plugin/orm/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-orm-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-orm-plugin diff --git a/plugin/orm/package.json b/plugin/orm/package.json index d7d773a9..6c25f843 100644 --- a/plugin/orm/package.json +++ b/plugin/orm/package.json @@ -6,7 +6,7 @@ "tegg" ] }, - "version": "3.33.0", + "version": "3.33.1", "description": "orm decorator for egg", "keywords": [ "egg", @@ -48,24 +48,24 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-orm-decorator": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-orm-decorator": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "@types/koa-router": "^7.0.40", "koa-compose": "^3.2.1", "leoric": "^2.12.2", "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.33.0", + "@eggjs/module-test-util": "^3.33.1", "@eggjs/router": "^2.0.0", - "@eggjs/tegg-config": "^3.33.0", - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/tegg-config": "^3.33.1", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/schedule/CHANGELOG.md b/plugin/schedule/CHANGELOG.md index 4bb37770..3b440b2b 100644 --- a/plugin/schedule/CHANGELOG.md +++ b/plugin/schedule/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-schedule-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-schedule-plugin diff --git a/plugin/schedule/package.json b/plugin/schedule/package.json index 4c919479..5f34845f 100644 --- a/plugin/schedule/package.json +++ b/plugin/schedule/package.json @@ -7,7 +7,7 @@ "schedule" ] }, - "version": "3.33.0", + "version": "3.33.1", "description": "schedule decorator for egg", "keywords": [ "egg", @@ -49,19 +49,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", - "@eggjs/tegg-schedule-decorator": "^3.33.0" + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", + "@eggjs/tegg-schedule-decorator": "^3.33.1" }, "devDependencies": { - "@eggjs/module-test-util": "^3.33.0", - "@eggjs/tegg-config": "^3.33.0", - "@eggjs/tegg-plugin": "^3.33.0", + "@eggjs/module-test-util": "^3.33.1", + "@eggjs/tegg-config": "^3.33.1", + "@eggjs/tegg-plugin": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/tegg/CHANGELOG.md b/plugin/tegg/CHANGELOG.md index 9573792d..8573856c 100644 --- a/plugin/tegg/CHANGELOG.md +++ b/plugin/tegg/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-plugin + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) diff --git a/plugin/tegg/package.json b/plugin/tegg/package.json index ae93d501..2f0dc15c 100644 --- a/plugin/tegg/package.json +++ b/plugin/tegg/package.json @@ -6,7 +6,7 @@ "teggConfig" ] }, - "version": "3.33.0", + "version": "3.33.1", "description": "module plugin for egg", "keywords": [ "egg", @@ -45,19 +45,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-background-task": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-dynamic-inject-runtime": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0", + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-background-task": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-dynamic-inject-runtime": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1", "extend2": "^1.0.0", "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.33.0", + "@eggjs/tegg-config": "^3.33.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/standalone/standalone/CHANGELOG.md b/standalone/standalone/CHANGELOG.md index c9d8450d..e918d4e2 100644 --- a/standalone/standalone/CHANGELOG.md +++ b/standalone/standalone/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. +## [3.33.1](https://github.com/eggjs/tegg/compare/v3.33.0...v3.33.1) (2024-03-22) + +**Note:** Version bump only for package @eggjs/tegg-standalone + + + + + # [3.33.0](https://github.com/eggjs/tegg/compare/v3.32.0...v3.33.0) (2024-03-22) **Note:** Version bump only for package @eggjs/tegg-standalone diff --git a/standalone/standalone/package.json b/standalone/standalone/package.json index 7c472faf..38bfdf0d 100644 --- a/standalone/standalone/package.json +++ b/standalone/standalone/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-standalone", "description": "tegg standalone", - "version": "3.33.0", + "version": "3.33.1", "keywords": [ "egg", "typescript", @@ -38,16 +38,16 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/egg-module-common": "^3.33.0", - "@eggjs/tegg": "^3.33.0", - "@eggjs/tegg-aop-runtime": "^3.33.0", - "@eggjs/tegg-background-task": "^3.33.0", - "@eggjs/tegg-common-util": "^3.33.0", - "@eggjs/tegg-dynamic-inject-runtime": "^3.33.0", - "@eggjs/tegg-lifecycle": "^3.33.0", - "@eggjs/tegg-loader": "^3.33.0", - "@eggjs/tegg-metadata": "^3.33.0", - "@eggjs/tegg-runtime": "^3.33.0" + "@eggjs/egg-module-common": "^3.33.1", + "@eggjs/tegg": "^3.33.1", + "@eggjs/tegg-aop-runtime": "^3.33.1", + "@eggjs/tegg-background-task": "^3.33.1", + "@eggjs/tegg-common-util": "^3.33.1", + "@eggjs/tegg-dynamic-inject-runtime": "^3.33.1", + "@eggjs/tegg-lifecycle": "^3.33.1", + "@eggjs/tegg-loader": "^3.33.1", + "@eggjs/tegg-metadata": "^3.33.1", + "@eggjs/tegg-runtime": "^3.33.1" }, "publishConfig": { "access": "public"