diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f3ed94..3955cbda 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + + +### Features + +* add getEggObjects API to fetch all instances ([#189](https://github.com/eggjs/tegg/issues/189)) ([f8592c2](https://github.com/eggjs/tegg/commit/f8592c2cd141d01b4f1730b1e3d66e35c3e1ce05)) + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) diff --git a/core/aop-decorator/CHANGELOG.md b/core/aop-decorator/CHANGELOG.md index 8444500e..65d50a20 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/aop-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/aop-decorator diff --git a/core/aop-decorator/package.json b/core/aop-decorator/package.json index 3c62e0ce..df9cd1f5 100644 --- a/core/aop-decorator/package.json +++ b/core/aop-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/aop-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg aop decorator", "keywords": [ "tegg", @@ -16,9 +16,9 @@ "directory": "core/aop-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0" }, "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 789373d0..750aa860 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-aop-runtime + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) diff --git a/core/aop-runtime/package.json b/core/aop-runtime/package.json index e2ddbb4f..5304b1a3 100644 --- a/core/aop-runtime/package.json +++ b/core/aop-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-runtime", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg aop", "main": "dist/index.js", "eggModule": { @@ -43,17 +43,17 @@ "access": "public" }, "dependencies": { - "@eggjs/aop-decorator": "^3.30.1", - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/aop-decorator": "^3.31.0", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "koa-compose": "^4.1.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", + "@eggjs/module-test-util": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", "@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 5cf1cc8f..4a471a28 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-background-task + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 15f3d8dd..a5b7ca9d 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.30.1", + "version": "3.31.0", "keywords": [ "egg", "typescript", @@ -37,12 +37,12 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.30.1", + "@eggjs/tegg-common-util": "^3.31.0", "@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 2b7224d2..3f8ee75e 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-common-util + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 a82bde7e..9b52a4bc 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.30.1", + "version": "3.31.0", "keywords": [ "egg", "typescript", diff --git a/core/controller-decorator/CHANGELOG.md b/core/controller-decorator/CHANGELOG.md index 74c24950..a00d47fa 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/controller-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/controller-decorator diff --git a/core/controller-decorator/package.json b/core/controller-decorator/package.json index ad1d7310..ee916272 100644 --- a/core/controller-decorator/package.json +++ b/core/controller-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/controller-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg controller decorator", "keywords": [ "egg", @@ -37,9 +37,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", "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 354411a3..816a2aef 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/core-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/core-decorator diff --git a/core/core-decorator/package.json b/core/core-decorator/package.json index 075790f4..464741be 100644 --- a/core/core-decorator/package.json +++ b/core/core-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg core decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.30.1", + "@eggjs/tegg-common-util": "^3.31.0", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/dynamic-inject-runtime/CHANGELOG.md b/core/dynamic-inject-runtime/CHANGELOG.md index 7a1a8c3c..c2c0d46d 100644 --- a/core/dynamic-inject-runtime/CHANGELOG.md +++ b/core/dynamic-inject-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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + + +### Features + +* add getEggObjects API to fetch all instances ([#189](https://github.com/eggjs/tegg/issues/189)) ([f8592c2](https://github.com/eggjs/tegg/commit/f8592c2cd141d01b4f1730b1e3d66e35c3e1ce05)) + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 4656e0e4..d2756e2c 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.30.1", + "version": "3.31.0", "description": "tegg dyniamic inject", "main": "dist/index.js", "eggModule": { @@ -42,16 +42,16 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-dynamic-inject": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-dynamic-inject": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", + "@eggjs/module-test-util": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", "@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 5d88c339..1b30e8c6 100644 --- a/core/dynamic-inject/CHANGELOG.md +++ b/core/dynamic-inject/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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + + +### Features + +* add getEggObjects API to fetch all instances ([#189](https://github.com/eggjs/tegg/issues/189)) ([f8592c2](https://github.com/eggjs/tegg/commit/f8592c2cd141d01b4f1730b1e3d66e35c3e1ce05)) + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 77deff24..aea1a09a 100644 --- a/core/dynamic-inject/package.json +++ b/core/dynamic-inject/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-dynamic-inject", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg dyniamic inject", "main": "dist/index.js", "files": [ @@ -39,7 +39,7 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/core/eventbus-decorator/CHANGELOG.md b/core/eventbus-decorator/CHANGELOG.md index d274d5b3..eb01e9df 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/eventbus-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/eventbus-decorator diff --git a/core/eventbus-decorator/package.json b/core/eventbus-decorator/package.json index 680e2ec3..47afb312 100644 --- a/core/eventbus-decorator/package.json +++ b/core/eventbus-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/eventbus-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg eventbus decorator", "keywords": [ "egg", @@ -34,8 +34,8 @@ "directory": "core/eventbus-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", "typed-emitter": "^1.3.1" }, "engines": { diff --git a/core/eventbus-runtime/CHANGELOG.md b/core/eventbus-runtime/CHANGELOG.md index 0c1a3bac..233fd8e2 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-runtime + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 5347fe55..0675b164 100644 --- a/core/eventbus-runtime/package.json +++ b/core/eventbus-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-runtime", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg eventbus runtime", "keywords": [ "egg", @@ -37,10 +37,10 @@ "directory": "core/eventbus-runtime" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/eventbus-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/eventbus-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "await-event": "^2.1.0", "await-first": "^1.0.0" }, @@ -48,8 +48,8 @@ "node": ">=14.0.0" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", "@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 85765655..5788522f 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-lifecycle + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-lifecycle diff --git a/core/lifecycle/package.json b/core/lifecycle/package.json index 3cf7c2e6..e9c1c9a1 100644 --- a/core/lifecycle/package.json +++ b/core/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-lifecycle", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg lifecycle definition", "keywords": [ "egg", @@ -39,11 +39,11 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "@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 86c5314e..86bdd2f2 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-loader + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-loader diff --git a/core/loader/package.json b/core/loader/package.json index a7db50ab..e14d539a 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-loader", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg default loader implement", "keywords": [ "egg", @@ -36,8 +36,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", "globby": "^11.1.0", "is-type-of": "^1.2.1" }, @@ -45,7 +45,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.30.1", + "@eggjs/tegg-metadata": "^3.31.0", "@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 3e8925d1..0738993d 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-metadata + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-metadata diff --git a/core/metadata/package.json b/core/metadata/package.json index 034520cd..e308fd08 100644 --- a/core/metadata/package.json +++ b/core/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-metadata", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg metadata", "keywords": [ "egg", @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", "egg-errors": "^2.2.3" }, "devDependencies": { diff --git a/core/orm-decorator/CHANGELOG.md b/core/orm-decorator/CHANGELOG.md index 6ef4ed76..fda15ff4 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-orm-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 20df964f..74eefa19 100644 --- a/core/orm-decorator/package.json +++ b/core/orm-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-orm-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg orm decorator", "main": "dist/index.js", "files": [ @@ -36,9 +36,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", "lodash": "^4.17.21", "pluralize": "^8.0.0" }, diff --git a/core/runtime/CHANGELOG.md b/core/runtime/CHANGELOG.md index 2750a9df..0d175da6 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-runtime + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-runtime diff --git a/core/runtime/package.json b/core/runtime/package.json index fe9c98fd..ef993523 100644 --- a/core/runtime/package.json +++ b/core/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-runtime", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg runtime", "main": "dist/index.js", "files": [ @@ -36,13 +36,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.30.1", + "@eggjs/tegg-loader": "^3.31.0", "@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 3d1df5df..a586c0ef 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-schedule-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 8acf527e..e305a007 100644 --- a/core/schedule-decorator/package.json +++ b/core/schedule-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-schedule-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg schedule decorator", "main": "dist/index.js", "files": [ @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", "cron-parser": "^2.18.0" }, "devDependencies": { diff --git a/core/standalone-decorator/CHANGELOG.md b/core/standalone-decorator/CHANGELOG.md index 7bf3db5e..192a592a 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/standalone-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/standalone-decorator diff --git a/core/standalone-decorator/package.json b/core/standalone-decorator/package.json index dfacecf1..cf2d851c 100644 --- a/core/standalone-decorator/package.json +++ b/core/standalone-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/standalone-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg standalone decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.30.1", + "@eggjs/tegg-common-util": "^3.31.0", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/tegg/CHANGELOG.md b/core/tegg/CHANGELOG.md index 9c3cc6e3..790624e7 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg diff --git a/core/tegg/package.json b/core/tegg/package.json index 7c6223f7..a555de33 100644 --- a/core/tegg/package.json +++ b/core/tegg/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg decorator packages", "keywords": [ "egg", @@ -35,21 +35,21 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.30.1", - "@eggjs/controller-decorator": "^3.30.1", - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/eventbus-decorator": "^3.30.1", - "@eggjs/standalone-decorator": "^3.30.1", - "@eggjs/tegg-background-task": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-dynamic-inject": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-orm-decorator": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", - "@eggjs/tegg-schedule-decorator": "^3.30.1", - "@eggjs/tegg-transaction-decorator": "^3.30.1" + "@eggjs/aop-decorator": "^3.31.0", + "@eggjs/controller-decorator": "^3.31.0", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/eventbus-decorator": "^3.31.0", + "@eggjs/standalone-decorator": "^3.31.0", + "@eggjs/tegg-background-task": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-dynamic-inject": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-orm-decorator": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", + "@eggjs/tegg-schedule-decorator": "^3.31.0", + "@eggjs/tegg-transaction-decorator": "^3.31.0" }, "publishConfig": { "access": "public" diff --git a/core/test-util/CHANGELOG.md b/core/test-util/CHANGELOG.md index 38ae2323..636b9c6d 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/module-test-util + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 9c5abbfc..262b5e0f 100644 --- a/core/test-util/package.json +++ b/core/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/module-test-util", - "version": "3.30.1", + "version": "3.31.0", "private": true, "description": "module test util", "keywords": [ @@ -35,11 +35,11 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "globby": "^11.1.0", "mm": "^3.2.1" }, diff --git a/core/transaction-decorator/CHANGELOG.md b/core/transaction-decorator/CHANGELOG.md index fe1bb9d6..3d3e5cc8 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-transaction-decorator + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **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 26fd4de3..e318066f 100644 --- a/core/transaction-decorator/package.json +++ b/core/transaction-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-transaction-decorator", - "version": "3.30.1", + "version": "3.31.0", "description": "tegg transaction decorator", "keywords": [ "egg", @@ -17,9 +17,9 @@ "directory": "core/transaction-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1" + "@eggjs/core-decorator": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0" }, "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", diff --git a/lerna.json b/lerna.json index e12057c7..0d6bd9c3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useWorkspaces": true, - "version": "3.30.1", + "version": "3.31.0", "npmClientArgs": [ "--package-lock=false" ], diff --git a/plugin/aop/CHANGELOG.md b/plugin/aop/CHANGELOG.md index 76707136..671256a2 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-aop-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-aop-plugin diff --git a/plugin/aop/package.json b/plugin/aop/package.json index 33d6c20e..a9f87e4b 100644 --- a/plugin/aop/package.json +++ b/plugin/aop/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-plugin", - "version": "3.30.1", + "version": "3.31.0", "eggPlugin": { "name": "aopModule", "dependencies": [ @@ -42,15 +42,15 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.30.1", - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-aop-runtime": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1" + "@eggjs/aop-decorator": "^3.31.0", + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-aop-runtime": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.30.1", - "@eggjs/tegg-plugin": "^3.30.1", + "@eggjs/tegg-config": "^3.31.0", + "@eggjs/tegg-plugin": "^3.31.0", "@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 31a7c772..83c5dadc 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/egg-module-common + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/egg-module-common diff --git a/plugin/common/package.json b/plugin/common/package.json index 67b10f68..df5676aa 100644 --- a/plugin/common/package.json +++ b/plugin/common/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/egg-module-common", - "version": "3.30.1", + "version": "3.31.0", "description": "common module", "keywords": [ "egg", diff --git a/plugin/config/CHANGELOG.md b/plugin/config/CHANGELOG.md index be96904a..9dcb50f2 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-config + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-config diff --git a/plugin/config/package.json b/plugin/config/package.json index 31304d15..e4544faf 100644 --- a/plugin/config/package.json +++ b/plugin/config/package.json @@ -3,7 +3,7 @@ "eggPlugin": { "name": "teggConfig" }, - "version": "3.30.1", + "version": "3.31.0", "description": "module config plugin for egg", "keywords": [ "egg", @@ -43,7 +43,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.30.1" + "@eggjs/tegg-common-util": "^3.31.0" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/plugin/controller/CHANGELOG.md b/plugin/controller/CHANGELOG.md index 9424aa90..75c1c577 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-controller-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-controller-plugin diff --git a/plugin/controller/package.json b/plugin/controller/package.json index 192900c2..40660103 100644 --- a/plugin/controller/package.json +++ b/plugin/controller/package.json @@ -7,7 +7,7 @@ "tegg" ] }, - "version": "3.30.1", + "version": "3.31.0", "description": "controller decorator for egg", "keywords": [ "egg", @@ -46,13 +46,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", + "@eggjs/egg-module-common": "^3.31.0", "@eggjs/router": "^2.0.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "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.30.1", - "@eggjs/tegg-config": "^3.30.1", - "@eggjs/tegg-plugin": "^3.30.1", + "@eggjs/module-test-util": "^3.31.0", + "@eggjs/tegg-config": "^3.31.0", + "@eggjs/tegg-plugin": "^3.31.0", "@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 de7c2b1d..a40553db 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-eventbus-plugin diff --git a/plugin/eventbus/package.json b/plugin/eventbus/package.json index 4f314f7b..d2ada487 100644 --- a/plugin/eventbus/package.json +++ b/plugin/eventbus/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-plugin", - "version": "3.30.1", + "version": "3.31.0", "eggPlugin": { "name": "eventbusModule", "strict": false, @@ -48,16 +48,16 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-eventbus-runtime": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1" + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-eventbus-runtime": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-config": "^3.30.1", - "@eggjs/tegg-plugin": "^3.30.1", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-config": "^3.31.0", + "@eggjs/tegg-plugin": "^3.31.0", "@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 3c878721..858e8b93 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-orm-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-orm-plugin diff --git a/plugin/orm/package.json b/plugin/orm/package.json index e6afdae7..b27f8410 100644 --- a/plugin/orm/package.json +++ b/plugin/orm/package.json @@ -6,7 +6,7 @@ "tegg" ] }, - "version": "3.30.1", + "version": "3.31.0", "description": "orm decorator for egg", "keywords": [ "egg", @@ -48,24 +48,24 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-orm-decorator": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-orm-decorator": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "@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.30.1", + "@eggjs/module-test-util": "^3.31.0", "@eggjs/router": "^2.0.0", - "@eggjs/tegg-config": "^3.30.1", - "@eggjs/tegg-plugin": "^3.30.1", + "@eggjs/tegg-config": "^3.31.0", + "@eggjs/tegg-plugin": "^3.31.0", "@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 71bc07af..e83b543d 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-schedule-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-schedule-plugin diff --git a/plugin/schedule/package.json b/plugin/schedule/package.json index 1d7c64e4..901da0e6 100644 --- a/plugin/schedule/package.json +++ b/plugin/schedule/package.json @@ -7,7 +7,7 @@ "schedule" ] }, - "version": "3.30.1", + "version": "3.31.0", "description": "schedule decorator for egg", "keywords": [ "egg", @@ -49,19 +49,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", - "@eggjs/tegg-schedule-decorator": "^3.30.1" + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", + "@eggjs/tegg-schedule-decorator": "^3.31.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.30.1", - "@eggjs/tegg-config": "^3.30.1", - "@eggjs/tegg-plugin": "^3.30.1", + "@eggjs/module-test-util": "^3.31.0", + "@eggjs/tegg-config": "^3.31.0", + "@eggjs/tegg-plugin": "^3.31.0", "@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 153ba8a7..69c05701 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-plugin + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-plugin diff --git a/plugin/tegg/package.json b/plugin/tegg/package.json index 871ca3d5..07be9d18 100644 --- a/plugin/tegg/package.json +++ b/plugin/tegg/package.json @@ -6,7 +6,7 @@ "teggConfig" ] }, - "version": "3.30.1", + "version": "3.31.0", "description": "module plugin for egg", "keywords": [ "egg", @@ -45,19 +45,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-background-task": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-dynamic-inject-runtime": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1", + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-background-task": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-dynamic-inject-runtime": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0", "extend2": "^1.0.0", "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.30.1", + "@eggjs/tegg-config": "^3.31.0", "@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 0ee4e636..b1c7c83c 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.31.0](https://github.com/eggjs/tegg/compare/v3.30.1...v3.31.0) (2024-01-31) + +**Note:** Version bump only for package @eggjs/tegg-standalone + + + + + ## [3.30.1](https://github.com/eggjs/tegg/compare/v3.30.0...v3.30.1) (2024-01-25) **Note:** Version bump only for package @eggjs/tegg-standalone diff --git a/standalone/standalone/package.json b/standalone/standalone/package.json index 68a9df06..69438ca4 100644 --- a/standalone/standalone/package.json +++ b/standalone/standalone/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-standalone", "description": "tegg standalone", - "version": "3.30.1", + "version": "3.31.0", "keywords": [ "egg", "typescript", @@ -38,16 +38,16 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/egg-module-common": "^3.30.1", - "@eggjs/tegg": "^3.30.1", - "@eggjs/tegg-aop-runtime": "^3.30.1", - "@eggjs/tegg-background-task": "^3.30.1", - "@eggjs/tegg-common-util": "^3.30.1", - "@eggjs/tegg-dynamic-inject-runtime": "^3.30.1", - "@eggjs/tegg-lifecycle": "^3.30.1", - "@eggjs/tegg-loader": "^3.30.1", - "@eggjs/tegg-metadata": "^3.30.1", - "@eggjs/tegg-runtime": "^3.30.1" + "@eggjs/egg-module-common": "^3.31.0", + "@eggjs/tegg": "^3.31.0", + "@eggjs/tegg-aop-runtime": "^3.31.0", + "@eggjs/tegg-background-task": "^3.31.0", + "@eggjs/tegg-common-util": "^3.31.0", + "@eggjs/tegg-dynamic-inject-runtime": "^3.31.0", + "@eggjs/tegg-lifecycle": "^3.31.0", + "@eggjs/tegg-loader": "^3.31.0", + "@eggjs/tegg-metadata": "^3.31.0", + "@eggjs/tegg-runtime": "^3.31.0" }, "publishConfig": { "access": "public"