diff --git a/CHANGELOG.md b/CHANGELOG.md index c637324c..72db2db8 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + + +### Bug Fixes + +* disable dump in preload ([#253](https://github.com/eggjs/tegg/issues/253)) ([081912b](https://github.com/eggjs/tegg/commit/081912beb9cb945c863c73d91ef5be112c2940d9)) + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) diff --git a/core/ajv-decorator/CHANGELOG.md b/core/ajv-decorator/CHANGELOG.md index caeabde2..a7e0fd57 100644 --- a/core/ajv-decorator/CHANGELOG.md +++ b/core/ajv-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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/ajv-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/ajv-decorator diff --git a/core/ajv-decorator/package.json b/core/ajv-decorator/package.json index e7abae18..ac8eb076 100644 --- a/core/ajv-decorator/package.json +++ b/core/ajv-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/ajv-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg ajv decorator", "keywords": [ "egg", diff --git a/core/aop-decorator/CHANGELOG.md b/core/aop-decorator/CHANGELOG.md index f0f4f7e4..507aab09 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/aop-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 6c7a4b1f..b6d79205 100644 --- a/core/aop-decorator/package.json +++ b/core/aop-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/aop-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg aop decorator", "keywords": [ "tegg", @@ -16,10 +16,10 @@ "directory": "core/aop-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.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 e3afca4e..ff27d42d 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-aop-runtime + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 2669a337..5a5524dd 100644 --- a/core/aop-runtime/package.json +++ b/core/aop-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-runtime", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg aop", "main": "dist/index.js", "eggModule": { @@ -43,18 +43,18 @@ "access": "public" }, "dependencies": { - "@eggjs/aop-decorator": "^3.50.0", - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/aop-decorator": "^3.50.1", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "koa-compose": "^4.1.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", + "@eggjs/module-test-util": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.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 5855f254..55df4007 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-background-task + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 67826b69..819f71dd 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.50.0", + "version": "3.50.1", "keywords": [ "egg", "typescript", @@ -37,13 +37,13 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.50.0", + "@eggjs/tegg-common-util": "^3.50.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 d1f8e445..504deeb7 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-common-util + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 152b27d3..7509b657 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.50.0", + "version": "3.50.1", "keywords": [ "egg", "typescript", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/tegg-types": "^3.50.1", "extend2": "^1.0.0", "globby": "^11.1.0", "js-yaml": "^3.14.0" diff --git a/core/controller-decorator/CHANGELOG.md b/core/controller-decorator/CHANGELOG.md index efd9c032..ea7378f8 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/controller-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 5200145d..ec67aac9 100644 --- a/core/controller-decorator/package.json +++ b/core/controller-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/controller-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg controller decorator", "keywords": [ "egg", @@ -37,12 +37,12 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.50.0", + "@eggjs/aop-decorator": "^3.50.1", "@eggjs/cookies": "^3.0.1", - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "is-type-of": "^1.2.1", "path-to-regexp": "^1.8.0", "reflect-metadata": "^0.1.13", diff --git a/core/core-decorator/CHANGELOG.md b/core/core-decorator/CHANGELOG.md index 46252a5f..01820330 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/core-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/core-decorator diff --git a/core/core-decorator/package.json b/core/core-decorator/package.json index c4552dd9..6e4bfff5 100644 --- a/core/core-decorator/package.json +++ b/core/core-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg core decorator", "keywords": [ "egg", @@ -36,8 +36,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/dal-decorator/CHANGELOG.md b/core/dal-decorator/CHANGELOG.md index 1076d178..51f4427b 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/dal-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/dal-decorator diff --git a/core/dal-decorator/package.json b/core/dal-decorator/package.json index 21963c3c..6f386c8e 100644 --- a/core/dal-decorator/package.json +++ b/core/dal-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg dal decorator", "keywords": [ "egg", @@ -37,9 +37,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "lodash.snakecase": "^4.1.1", "pluralize": "^8.0.0" }, diff --git a/core/dal-runtime/CHANGELOG.md b/core/dal-runtime/CHANGELOG.md index ee3a2a5a..7bd81e6b 100644 --- a/core/dal-runtime/CHANGELOG.md +++ b/core/dal-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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/dal-runtime + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/dal-runtime diff --git a/core/dal-runtime/package.json b/core/dal-runtime/package.json index 9d9bd526..6ef40ae6 100644 --- a/core/dal-runtime/package.json +++ b/core/dal-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-runtime", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg dal decorator", "keywords": [ "egg", @@ -40,8 +40,8 @@ }, "dependencies": { "@eggjs/rds": "^1.0.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "js-beautify": "^1.15.1", "lodash": "^4.17.21", "nunjucks": "^3.2.4", diff --git a/core/dynamic-inject-runtime/CHANGELOG.md b/core/dynamic-inject-runtime/CHANGELOG.md index 892aa138..25262060 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 0f11467e..b4662b2c 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.50.0", + "version": "3.50.1", "description": "tegg dyniamic inject", "main": "dist/index.js", "eggModule": { @@ -42,17 +42,17 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-dynamic-inject": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-dynamic-inject": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "devDependencies": { - "@eggjs/module-test-util": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", + "@eggjs/module-test-util": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.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 6105f614..93b91a17 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 995cf6cb..3c23f3b8 100644 --- a/core/dynamic-inject/package.json +++ b/core/dynamic-inject/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-dynamic-inject", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg dyniamic inject", "main": "dist/index.js", "files": [ @@ -39,8 +39,8 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/core/eventbus-decorator/CHANGELOG.md b/core/eventbus-decorator/CHANGELOG.md index 4a8e7c2e..5973d70d 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/eventbus-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 4bdcc885..62af097f 100644 --- a/core/eventbus-decorator/package.json +++ b/core/eventbus-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/eventbus-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg eventbus decorator", "keywords": [ "egg", @@ -34,9 +34,9 @@ "directory": "core/eventbus-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "typed-emitter": "^1.3.1" }, "engines": { diff --git a/core/eventbus-runtime/CHANGELOG.md b/core/eventbus-runtime/CHANGELOG.md index e914df93..917cb001 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-runtime + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 d3333ea8..838eebb4 100644 --- a/core/eventbus-runtime/package.json +++ b/core/eventbus-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-runtime", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg eventbus runtime", "keywords": [ "egg", @@ -37,11 +37,11 @@ "directory": "core/eventbus-runtime" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/eventbus-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/eventbus-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "await-event": "^2.1.0", "await-first": "^1.0.0" }, @@ -49,8 +49,8 @@ "node": ">=14.0.0" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.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 4fd07514..5b78561e 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-lifecycle + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-lifecycle diff --git a/core/lifecycle/package.json b/core/lifecycle/package.json index 5750ae32..cbfbe8e6 100644 --- a/core/lifecycle/package.json +++ b/core/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-lifecycle", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg lifecycle definition", "keywords": [ "egg", @@ -39,12 +39,12 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.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 46661868..9d6e01aa 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-loader + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-loader diff --git a/core/loader/package.json b/core/loader/package.json index c6a1e485..1a6e9d12 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-loader", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg default loader implement", "keywords": [ "egg", @@ -36,9 +36,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "globby": "^11.1.0", "is-type-of": "^1.2.1" }, @@ -46,7 +46,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.50.0", + "@eggjs/tegg-metadata": "^3.50.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 bfdc011c..e85c89ba 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-metadata + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-metadata diff --git a/core/metadata/package.json b/core/metadata/package.json index e093a532..43fe6864 100644 --- a/core/metadata/package.json +++ b/core/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-metadata", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg metadata", "keywords": [ "egg", @@ -35,10 +35,10 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "egg-errors": "^2.2.3" }, "devDependencies": { diff --git a/core/orm-decorator/CHANGELOG.md b/core/orm-decorator/CHANGELOG.md index cdea9115..b8ec1d12 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-orm-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 6740a341..55c07d4f 100644 --- a/core/orm-decorator/package.json +++ b/core/orm-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-orm-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg orm decorator", "main": "dist/index.js", "files": [ @@ -36,10 +36,10 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "lodash": "^4.17.21", "pluralize": "^8.0.0" }, diff --git a/core/runtime/CHANGELOG.md b/core/runtime/CHANGELOG.md index 68764570..2a3b0e55 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-runtime + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-runtime diff --git a/core/runtime/package.json b/core/runtime/package.json index 968f8708..061fcdff 100644 --- a/core/runtime/package.json +++ b/core/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-runtime", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg runtime", "main": "dist/index.js", "files": [ @@ -36,14 +36,14 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.50.0", + "@eggjs/tegg-loader": "^3.50.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 820ee41b..b4889115 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-schedule-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 ab327737..71e4c03e 100644 --- a/core/schedule-decorator/package.json +++ b/core/schedule-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-schedule-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg schedule decorator", "main": "dist/index.js", "files": [ @@ -35,10 +35,10 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1", "cron-parser": "^2.18.0" }, "devDependencies": { diff --git a/core/standalone-decorator/CHANGELOG.md b/core/standalone-decorator/CHANGELOG.md index a15d8202..441d8dac 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/standalone-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 a36a313e..4edee75c 100644 --- a/core/standalone-decorator/package.json +++ b/core/standalone-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/standalone-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg standalone decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.50.0", + "@eggjs/tegg-common-util": "^3.50.1", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/tegg/CHANGELOG.md b/core/tegg/CHANGELOG.md index 155b8a10..fa793bee 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg diff --git a/core/tegg/package.json b/core/tegg/package.json index c06703fc..bc8a70f9 100644 --- a/core/tegg/package.json +++ b/core/tegg/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg decorator packages", "keywords": [ "egg", @@ -35,24 +35,24 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/ajv-decorator": "^3.50.0", - "@eggjs/aop-decorator": "^3.50.0", - "@eggjs/controller-decorator": "^3.50.0", - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/dal-decorator": "^3.50.0", - "@eggjs/eventbus-decorator": "^3.50.0", - "@eggjs/standalone-decorator": "^3.50.0", - "@eggjs/tegg-background-task": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-dynamic-inject": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-orm-decorator": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-schedule-decorator": "^3.50.0", - "@eggjs/tegg-transaction-decorator": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/ajv-decorator": "^3.50.1", + "@eggjs/aop-decorator": "^3.50.1", + "@eggjs/controller-decorator": "^3.50.1", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/dal-decorator": "^3.50.1", + "@eggjs/eventbus-decorator": "^3.50.1", + "@eggjs/standalone-decorator": "^3.50.1", + "@eggjs/tegg-background-task": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-dynamic-inject": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-orm-decorator": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-schedule-decorator": "^3.50.1", + "@eggjs/tegg-transaction-decorator": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "publishConfig": { "access": "public" diff --git a/core/test-util/CHANGELOG.md b/core/test-util/CHANGELOG.md index d448724c..98ca33ce 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/module-test-util + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 4334144b..890eaacb 100644 --- a/core/test-util/package.json +++ b/core/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/module-test-util", - "version": "3.50.0", + "version": "3.50.1", "private": true, "description": "module test util", "keywords": [ @@ -35,11 +35,11 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", "globby": "^11.1.0", "mm": "^3.2.1" }, diff --git a/core/transaction-decorator/CHANGELOG.md b/core/transaction-decorator/CHANGELOG.md index 45b48aa2..e7416b64 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-transaction-decorator + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-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 4bb2e02a..71bb6022 100644 --- a/core/transaction-decorator/package.json +++ b/core/transaction-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-transaction-decorator", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg transaction decorator", "keywords": [ "egg", @@ -17,10 +17,10 @@ "directory": "core/transaction-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-types": "^3.50.0" + "@eggjs/core-decorator": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-types": "^3.50.1" }, "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", diff --git a/core/types/CHANGELOG.md b/core/types/CHANGELOG.md index 9a86f842..dfbe3112 100644 --- a/core/types/CHANGELOG.md +++ b/core/types/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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-types + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-types diff --git a/core/types/package.json b/core/types/package.json index 12b39fb8..4dc95758 100644 --- a/core/types/package.json +++ b/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-types", - "version": "3.50.0", + "version": "3.50.1", "description": "tegg types", "keywords": [ "egg", diff --git a/lerna.json b/lerna.json index 0ef2feb9..4d24be7c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useWorkspaces": true, - "version": "3.50.0", + "version": "3.50.1", "npmClientArgs": [ "--package-lock=false" ], diff --git a/plugin/ajv/CHANGELOG.md b/plugin/ajv/CHANGELOG.md index 76186c86..98c36c56 100644 --- a/plugin/ajv/CHANGELOG.md +++ b/plugin/ajv/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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-ajv-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-ajv-plugin diff --git a/plugin/ajv/package.json b/plugin/ajv/package.json index 08a28a21..18a87848 100644 --- a/plugin/ajv/package.json +++ b/plugin/ajv/package.json @@ -10,7 +10,7 @@ "eggModule": { "name": "teggAjv" }, - "version": "3.50.0", + "version": "3.50.1", "description": "ajv plugin for egg and tegg", "keywords": [ "egg", @@ -48,14 +48,14 @@ "dependencies": { "@eggjs/ajv-formats": "^3.0.1", "@eggjs/ajv-keywords": "^5.1.0", - "@eggjs/tegg": "^3.50.0", + "@eggjs/tegg": "^3.50.1", "@sinclair/typebox": "^0.32.20", "ajv": "^8.12.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-controller-plugin": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-controller-plugin": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3", diff --git a/plugin/aop/CHANGELOG.md b/plugin/aop/CHANGELOG.md index e115f4bb..39c4d97f 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-aop-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-aop-plugin diff --git a/plugin/aop/package.json b/plugin/aop/package.json index bab33dee..9d551acb 100644 --- a/plugin/aop/package.json +++ b/plugin/aop/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-plugin", - "version": "3.50.0", + "version": "3.50.1", "eggPlugin": { "name": "aopModule", "dependencies": [ @@ -42,15 +42,15 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.50.0", - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-aop-runtime": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0" + "@eggjs/aop-decorator": "^3.50.1", + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-aop-runtime": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 055b6846..8a59a8d9 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/egg-module-common + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/egg-module-common diff --git a/plugin/common/package.json b/plugin/common/package.json index e30b44ec..ddb3a395 100644 --- a/plugin/common/package.json +++ b/plugin/common/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/egg-module-common", - "version": "3.50.0", + "version": "3.50.1", "description": "common module", "keywords": [ "egg", diff --git a/plugin/config/CHANGELOG.md b/plugin/config/CHANGELOG.md index c950cb03..5a09e3df 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-config + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-config diff --git a/plugin/config/package.json b/plugin/config/package.json index d4d8565e..a844e05b 100644 --- a/plugin/config/package.json +++ b/plugin/config/package.json @@ -3,7 +3,7 @@ "eggPlugin": { "name": "teggConfig" }, - "version": "3.50.0", + "version": "3.50.1", "description": "module config plugin for egg", "keywords": [ "egg", @@ -43,7 +43,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.50.0" + "@eggjs/tegg-common-util": "^3.50.1" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/plugin/controller/CHANGELOG.md b/plugin/controller/CHANGELOG.md index 14271a3a..3a31f357 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-controller-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-controller-plugin diff --git a/plugin/controller/package.json b/plugin/controller/package.json index 626bf047..206211e0 100644 --- a/plugin/controller/package.json +++ b/plugin/controller/package.json @@ -7,7 +7,7 @@ "tegg" ] }, - "version": "3.50.0", + "version": "3.50.1", "description": "controller decorator for egg", "keywords": [ "egg", @@ -46,13 +46,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", + "@eggjs/egg-module-common": "^3.50.1", "@eggjs/router": "^2.0.1", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.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.50.0", - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/module-test-util": "^3.50.1", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 c17e9aba..50ac767b 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-dal-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-dal-plugin diff --git a/plugin/dal/package.json b/plugin/dal/package.json index e16b5b56..23827693 100644 --- a/plugin/dal/package.json +++ b/plugin/dal/package.json @@ -10,7 +10,7 @@ "eggModule": { "name": "teggDal" }, - "version": "3.50.0", + "version": "3.50.1", "description": "dal plugin for egg", "keywords": [ "egg", @@ -50,12 +50,12 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/dal-runtime": "^3.50.0" + "@eggjs/dal-runtime": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-aop-plugin": "^3.50.0", - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/tegg-aop-plugin": "^3.50.1", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 7a5cfcd6..31fb2077 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-eventbus-plugin diff --git a/plugin/eventbus/package.json b/plugin/eventbus/package.json index d7a4b05e..34d33fd5 100644 --- a/plugin/eventbus/package.json +++ b/plugin/eventbus/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-plugin", - "version": "3.50.0", + "version": "3.50.1", "eggPlugin": { "name": "eventbusModule", "strict": false, @@ -48,16 +48,16 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-eventbus-runtime": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0" + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-eventbus-runtime": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 184598d0..8af79941 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-orm-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-orm-plugin diff --git a/plugin/orm/package.json b/plugin/orm/package.json index 8d16c2b2..7e6e7100 100644 --- a/plugin/orm/package.json +++ b/plugin/orm/package.json @@ -6,7 +6,7 @@ "tegg" ] }, - "version": "3.50.0", + "version": "3.50.1", "description": "orm decorator for egg", "keywords": [ "egg", @@ -48,24 +48,24 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-orm-decorator": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-orm-decorator": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.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.50.0", + "@eggjs/module-test-util": "^3.50.1", "@eggjs/router": "^2.0.0", - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 09071e89..09159d72 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-schedule-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-schedule-plugin diff --git a/plugin/schedule/package.json b/plugin/schedule/package.json index 4b3882d6..9514ef32 100644 --- a/plugin/schedule/package.json +++ b/plugin/schedule/package.json @@ -7,7 +7,7 @@ "schedule" ] }, - "version": "3.50.0", + "version": "3.50.1", "description": "schedule decorator for egg", "keywords": [ "egg", @@ -49,19 +49,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", - "@eggjs/tegg-schedule-decorator": "^3.50.0" + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", + "@eggjs/tegg-schedule-decorator": "^3.50.1" }, "devDependencies": { - "@eggjs/module-test-util": "^3.50.0", - "@eggjs/tegg-config": "^3.50.0", - "@eggjs/tegg-plugin": "^3.50.0", + "@eggjs/module-test-util": "^3.50.1", + "@eggjs/tegg-config": "^3.50.1", + "@eggjs/tegg-plugin": "^3.50.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 cfa97dbf..4f6a675d 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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + +**Note:** Version bump only for package @eggjs/tegg-plugin + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) **Note:** Version bump only for package @eggjs/tegg-plugin diff --git a/plugin/tegg/package.json b/plugin/tegg/package.json index a1138ba9..c01c9c0e 100644 --- a/plugin/tegg/package.json +++ b/plugin/tegg/package.json @@ -6,7 +6,7 @@ "teggConfig" ] }, - "version": "3.50.0", + "version": "3.50.1", "description": "module plugin for egg", "keywords": [ "egg", @@ -45,19 +45,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-background-task": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-dynamic-inject-runtime": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0", + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-background-task": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-dynamic-inject-runtime": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1", "extend2": "^1.0.0", "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.50.0", + "@eggjs/tegg-config": "^3.50.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 87e75b4f..800f30bb 100644 --- a/standalone/standalone/CHANGELOG.md +++ b/standalone/standalone/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.50.1](https://github.com/eggjs/tegg/compare/v3.50.0...v3.50.1) (2024-10-23) + + +### Bug Fixes + +* disable dump in preload ([#253](https://github.com/eggjs/tegg/issues/253)) ([081912b](https://github.com/eggjs/tegg/commit/081912beb9cb945c863c73d91ef5be112c2940d9)) + + + + + # [3.50.0](https://github.com/eggjs/tegg/compare/v3.49.0...v3.50.0) (2024-10-22) diff --git a/standalone/standalone/package.json b/standalone/standalone/package.json index 51ea7a59..073602fa 100644 --- a/standalone/standalone/package.json +++ b/standalone/standalone/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-standalone", "description": "tegg standalone", - "version": "3.50.0", + "version": "3.50.1", "keywords": [ "egg", "typescript", @@ -38,23 +38,23 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/egg-module-common": "^3.50.0", - "@eggjs/tegg": "^3.50.0", - "@eggjs/tegg-aop-runtime": "^3.50.0", - "@eggjs/tegg-background-task": "^3.50.0", - "@eggjs/tegg-common-util": "^3.50.0", - "@eggjs/tegg-dal-plugin": "^3.50.0", - "@eggjs/tegg-dynamic-inject-runtime": "^3.50.0", - "@eggjs/tegg-lifecycle": "^3.50.0", - "@eggjs/tegg-loader": "^3.50.0", - "@eggjs/tegg-metadata": "^3.50.0", - "@eggjs/tegg-runtime": "^3.50.0" + "@eggjs/egg-module-common": "^3.50.1", + "@eggjs/tegg": "^3.50.1", + "@eggjs/tegg-aop-runtime": "^3.50.1", + "@eggjs/tegg-background-task": "^3.50.1", + "@eggjs/tegg-common-util": "^3.50.1", + "@eggjs/tegg-dal-plugin": "^3.50.1", + "@eggjs/tegg-dynamic-inject-runtime": "^3.50.1", + "@eggjs/tegg-lifecycle": "^3.50.1", + "@eggjs/tegg-loader": "^3.50.1", + "@eggjs/tegg-metadata": "^3.50.1", + "@eggjs/tegg-runtime": "^3.50.1" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@eggjs/tegg-ajv-plugin": "^3.50.0", + "@eggjs/tegg-ajv-plugin": "^3.50.1", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3",