diff --git a/CHANGELOG.md b/CHANGELOG.md index acea5862..f4dc571e 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + + +### Bug Fixes + +* fix dao extension in prod ([#206](https://github.com/eggjs/tegg/issues/206)) ([0498e9d](https://github.com/eggjs/tegg/commit/0498e9d11bd9e4d186160e8b6af07e627dde6a20)) + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) diff --git a/core/ajv-decorator/CHANGELOG.md b/core/ajv-decorator/CHANGELOG.md index 5f778726..8f7f937e 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/ajv-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/ajv-decorator diff --git a/core/ajv-decorator/package.json b/core/ajv-decorator/package.json index 8baf5d77..a11047ea 100644 --- a/core/ajv-decorator/package.json +++ b/core/ajv-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/ajv-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg ajv decorator", "keywords": [ "egg", diff --git a/core/aop-decorator/CHANGELOG.md b/core/aop-decorator/CHANGELOG.md index 16eadda1..ea2286b3 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/aop-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/aop-decorator diff --git a/core/aop-decorator/package.json b/core/aop-decorator/package.json index c5f4c73e..3784cef6 100644 --- a/core/aop-decorator/package.json +++ b/core/aop-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/aop-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg aop decorator", "keywords": [ "tegg", @@ -16,9 +16,9 @@ "directory": "core/aop-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2" }, "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 5be92356..267bb6ed 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-aop-runtime + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 4387d0e0..3e73a63f 100644 --- a/core/aop-runtime/package.json +++ b/core/aop-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-runtime", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg aop", "main": "dist/index.js", "eggModule": { @@ -43,17 +43,17 @@ "access": "public" }, "dependencies": { - "@eggjs/aop-decorator": "^3.36.1", - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/aop-decorator": "^3.36.2", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "koa-compose": "^4.1.0" }, "devDependencies": { - "@eggjs/module-test-util": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", + "@eggjs/module-test-util": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", "@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 36b7c1c0..0201a2e7 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-background-task + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 c38fff4e..542770e1 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.36.1", + "version": "3.36.2", "keywords": [ "egg", "typescript", @@ -37,12 +37,12 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/tegg-common-util": "^3.36.2", "@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 452804f9..3104ca8e 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-common-util + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 9f5bcda8..c010b3a9 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.36.1", + "version": "3.36.2", "keywords": [ "egg", "typescript", diff --git a/core/controller-decorator/CHANGELOG.md b/core/controller-decorator/CHANGELOG.md index 00843ae8..4d884ebe 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/controller-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/controller-decorator diff --git a/core/controller-decorator/package.json b/core/controller-decorator/package.json index 29ea33dd..ed7002bb 100644 --- a/core/controller-decorator/package.json +++ b/core/controller-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/controller-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg controller decorator", "keywords": [ "egg", @@ -37,9 +37,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", "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 a8ddc629..2aeecf4f 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/core-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/core-decorator diff --git a/core/core-decorator/package.json b/core/core-decorator/package.json index f4083ef4..f1316a47 100644 --- a/core/core-decorator/package.json +++ b/core/core-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg core decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/tegg-common-util": "^3.36.2", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/dal-decorator/CHANGELOG.md b/core/dal-decorator/CHANGELOG.md index 780f2f8e..5807268b 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/dal-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/dal-decorator diff --git a/core/dal-decorator/package.json b/core/dal-decorator/package.json index 34981edb..dec7280a 100644 --- a/core/dal-decorator/package.json +++ b/core/dal-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg dal decorator", "keywords": [ "egg", @@ -37,8 +37,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", "lodash.snakecase": "^4.1.1", "pluralize": "^7.0.0" }, diff --git a/core/dal-runtime/CHANGELOG.md b/core/dal-runtime/CHANGELOG.md index 0b0337e9..8cff2061 100644 --- a/core/dal-runtime/CHANGELOG.md +++ b/core/dal-runtime/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + + +### Bug Fixes + +* fix dao extension in prod ([#206](https://github.com/eggjs/tegg/issues/206)) ([0498e9d](https://github.com/eggjs/tegg/commit/0498e9d11bd9e4d186160e8b6af07e627dde6a20)) + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/dal-runtime diff --git a/core/dal-runtime/package.json b/core/dal-runtime/package.json index 6676ca78..cd7529e1 100644 --- a/core/dal-runtime/package.json +++ b/core/dal-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/dal-runtime", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg dal decorator", "keywords": [ "egg", @@ -39,7 +39,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/dal-decorator": "^3.36.1", + "@eggjs/dal-decorator": "^3.36.2", "@eggjs/rds": "^1.0.0", "js-beautify": "^1.15.1", "lodash": "^4.17.21", @@ -51,7 +51,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg": "^3.36.1", + "@eggjs/tegg": "^3.36.2", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", diff --git a/core/dynamic-inject-runtime/CHANGELOG.md b/core/dynamic-inject-runtime/CHANGELOG.md index 39522993..43ea73c7 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject-runtime + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 51f8f420..f2fe4dc5 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.36.1", + "version": "3.36.2", "description": "tegg dyniamic inject", "main": "dist/index.js", "eggModule": { @@ -42,16 +42,16 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-dynamic-inject": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-dynamic-inject": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2" }, "devDependencies": { - "@eggjs/module-test-util": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", + "@eggjs/module-test-util": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", "@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 094d86de..18cafccf 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-dynamic-inject + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 27e04278..b48f325f 100644 --- a/core/dynamic-inject/package.json +++ b/core/dynamic-inject/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-dynamic-inject", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg dyniamic inject", "main": "dist/index.js", "files": [ @@ -39,7 +39,7 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/core/eventbus-decorator/CHANGELOG.md b/core/eventbus-decorator/CHANGELOG.md index ad18605c..1d88a7d8 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/eventbus-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/eventbus-decorator diff --git a/core/eventbus-decorator/package.json b/core/eventbus-decorator/package.json index 6edb50d2..a6a0c858 100644 --- a/core/eventbus-decorator/package.json +++ b/core/eventbus-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/eventbus-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg eventbus decorator", "keywords": [ "egg", @@ -34,8 +34,8 @@ "directory": "core/eventbus-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", "typed-emitter": "^1.3.1" }, "engines": { diff --git a/core/eventbus-runtime/CHANGELOG.md b/core/eventbus-runtime/CHANGELOG.md index 7512a4e6..f11716aa 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-runtime + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 6e305097..e63e89de 100644 --- a/core/eventbus-runtime/package.json +++ b/core/eventbus-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-runtime", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg eventbus runtime", "keywords": [ "egg", @@ -37,10 +37,10 @@ "directory": "core/eventbus-runtime" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/eventbus-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/eventbus-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "await-event": "^2.1.0", "await-first": "^1.0.0" }, @@ -48,8 +48,8 @@ "node": ">=14.0.0" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", "@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 c2e1f42c..b9aeefaf 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-lifecycle + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-lifecycle diff --git a/core/lifecycle/package.json b/core/lifecycle/package.json index b1e8a521..571485af 100644 --- a/core/lifecycle/package.json +++ b/core/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-lifecycle", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg lifecycle definition", "keywords": [ "egg", @@ -39,11 +39,11 @@ "access": "public" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "@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 cb22d98f..02469c01 100644 --- a/core/loader/CHANGELOG.md +++ b/core/loader/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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + + +### Bug Fixes + +* fix dao extension in prod ([#206](https://github.com/eggjs/tegg/issues/206)) ([0498e9d](https://github.com/eggjs/tegg/commit/0498e9d11bd9e4d186160e8b6af07e627dde6a20)) + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-loader diff --git a/core/loader/package.json b/core/loader/package.json index 6a9261b8..1880c541 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-loader", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg default loader implement", "keywords": [ "egg", @@ -36,8 +36,8 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", "globby": "^11.1.0", "is-type-of": "^1.2.1" }, @@ -45,7 +45,7 @@ "access": "public" }, "devDependencies": { - "@eggjs/tegg-metadata": "^3.36.1", + "@eggjs/tegg-metadata": "^3.36.2", "@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 a26f9c34..130579b6 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-metadata + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-metadata diff --git a/core/metadata/package.json b/core/metadata/package.json index bf2a13e5..3cca3a79 100644 --- a/core/metadata/package.json +++ b/core/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-metadata", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg metadata", "keywords": [ "egg", @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", "egg-errors": "^2.2.3" }, "devDependencies": { diff --git a/core/orm-decorator/CHANGELOG.md b/core/orm-decorator/CHANGELOG.md index 642e5b0c..8407f0ac 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-orm-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 c3280bf1..0b726dc5 100644 --- a/core/orm-decorator/package.json +++ b/core/orm-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-orm-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg orm decorator", "main": "dist/index.js", "files": [ @@ -36,9 +36,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", "lodash": "^4.17.21", "pluralize": "^8.0.0" }, diff --git a/core/runtime/CHANGELOG.md b/core/runtime/CHANGELOG.md index 19039f0c..afce142f 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-runtime + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-runtime diff --git a/core/runtime/package.json b/core/runtime/package.json index 82bdec2b..c9a94c9a 100644 --- a/core/runtime/package.json +++ b/core/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-runtime", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg runtime", "main": "dist/index.js", "files": [ @@ -36,13 +36,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-loader": "^3.36.1", + "@eggjs/tegg-loader": "^3.36.2", "@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 e93e27bc..a807eed7 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-schedule-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 9feb4ae7..abee4b92 100644 --- a/core/schedule-decorator/package.json +++ b/core/schedule-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-schedule-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg schedule decorator", "main": "dist/index.js", "files": [ @@ -35,9 +35,9 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", "cron-parser": "^2.18.0" }, "devDependencies": { diff --git a/core/standalone-decorator/CHANGELOG.md b/core/standalone-decorator/CHANGELOG.md index dd9c4dd1..aac12c95 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/standalone-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/standalone-decorator diff --git a/core/standalone-decorator/package.json b/core/standalone-decorator/package.json index 13417eec..2def95cd 100644 --- a/core/standalone-decorator/package.json +++ b/core/standalone-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/standalone-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg standalone decorator", "keywords": [ "egg", @@ -36,7 +36,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.36.1", + "@eggjs/tegg-common-util": "^3.36.2", "reflect-metadata": "^0.1.13" }, "publishConfig": { diff --git a/core/tegg/CHANGELOG.md b/core/tegg/CHANGELOG.md index 5311dedb..27a91c2a 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg diff --git a/core/tegg/package.json b/core/tegg/package.json index f7bca468..6f7ad925 100644 --- a/core/tegg/package.json +++ b/core/tegg/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg decorator packages", "keywords": [ "egg", @@ -35,23 +35,23 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/ajv-decorator": "^3.36.1", - "@eggjs/aop-decorator": "^3.36.1", - "@eggjs/controller-decorator": "^3.36.1", - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/dal-decorator": "^3.36.1", - "@eggjs/eventbus-decorator": "^3.36.1", - "@eggjs/standalone-decorator": "^3.36.1", - "@eggjs/tegg-background-task": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-dynamic-inject": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-orm-decorator": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", - "@eggjs/tegg-schedule-decorator": "^3.36.1", - "@eggjs/tegg-transaction-decorator": "^3.36.1" + "@eggjs/ajv-decorator": "^3.36.2", + "@eggjs/aop-decorator": "^3.36.2", + "@eggjs/controller-decorator": "^3.36.2", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/dal-decorator": "^3.36.2", + "@eggjs/eventbus-decorator": "^3.36.2", + "@eggjs/standalone-decorator": "^3.36.2", + "@eggjs/tegg-background-task": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-dynamic-inject": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-orm-decorator": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", + "@eggjs/tegg-schedule-decorator": "^3.36.2", + "@eggjs/tegg-transaction-decorator": "^3.36.2" }, "publishConfig": { "access": "public" diff --git a/core/test-util/CHANGELOG.md b/core/test-util/CHANGELOG.md index 26b78c73..55890b3d 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/module-test-util + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 38731d69..68be26cc 100644 --- a/core/test-util/package.json +++ b/core/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/module-test-util", - "version": "3.36.1", + "version": "3.36.2", "private": true, "description": "module test util", "keywords": [ @@ -35,11 +35,11 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "globby": "^11.1.0", "mm": "^3.2.1" }, diff --git a/core/transaction-decorator/CHANGELOG.md b/core/transaction-decorator/CHANGELOG.md index 429b5eee..79bec516 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-transaction-decorator + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **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 6c2e64c0..e408e3fb 100644 --- a/core/transaction-decorator/package.json +++ b/core/transaction-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-transaction-decorator", - "version": "3.36.1", + "version": "3.36.2", "description": "tegg transaction decorator", "keywords": [ "egg", @@ -17,9 +17,9 @@ "directory": "core/transaction-decorator" }, "dependencies": { - "@eggjs/core-decorator": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1" + "@eggjs/core-decorator": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2" }, "scripts": { "test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha", diff --git a/lerna.json b/lerna.json index 5e6b3404..fd9ff57c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useWorkspaces": true, - "version": "3.36.1", + "version": "3.36.2", "npmClientArgs": [ "--package-lock=false" ], diff --git a/plugin/ajv/CHANGELOG.md b/plugin/ajv/CHANGELOG.md index 790d870f..66f55bb2 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-ajv-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) diff --git a/plugin/ajv/package.json b/plugin/ajv/package.json index 488997b1..6873c061 100644 --- a/plugin/ajv/package.json +++ b/plugin/ajv/package.json @@ -10,7 +10,7 @@ "eggModule": { "name": "teggAjv" }, - "version": "3.36.1", + "version": "3.36.2", "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.36.1", + "@eggjs/tegg": "^3.36.2", "@sinclair/typebox": "^0.32.20", "ajv": "^8.12.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-controller-plugin": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-controller-plugin": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 4f40c7d6..8e3dcb8d 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-aop-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-aop-plugin diff --git a/plugin/aop/package.json b/plugin/aop/package.json index 7b876863..fca32420 100644 --- a/plugin/aop/package.json +++ b/plugin/aop/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-plugin", - "version": "3.36.1", + "version": "3.36.2", "eggPlugin": { "name": "aopModule", "dependencies": [ @@ -42,15 +42,15 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/aop-decorator": "^3.36.1", - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-aop-runtime": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1" + "@eggjs/aop-decorator": "^3.36.2", + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-aop-runtime": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 f19ca9a4..e12c093e 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/egg-module-common + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/egg-module-common diff --git a/plugin/common/package.json b/plugin/common/package.json index e7b2116d..803c3cbb 100644 --- a/plugin/common/package.json +++ b/plugin/common/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/egg-module-common", - "version": "3.36.1", + "version": "3.36.2", "description": "common module", "keywords": [ "egg", diff --git a/plugin/config/CHANGELOG.md b/plugin/config/CHANGELOG.md index dd479534..474d3343 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-config + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-config diff --git a/plugin/config/package.json b/plugin/config/package.json index 8eaa5ad3..7673a22d 100644 --- a/plugin/config/package.json +++ b/plugin/config/package.json @@ -3,7 +3,7 @@ "eggPlugin": { "name": "teggConfig" }, - "version": "3.36.1", + "version": "3.36.2", "description": "module config plugin for egg", "keywords": [ "egg", @@ -43,7 +43,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/tegg-common-util": "^3.36.1" + "@eggjs/tegg-common-util": "^3.36.2" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/plugin/controller/CHANGELOG.md b/plugin/controller/CHANGELOG.md index b9f71f2c..e4cb40eb 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-controller-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-controller-plugin diff --git a/plugin/controller/package.json b/plugin/controller/package.json index afc9a812..b18e84d8 100644 --- a/plugin/controller/package.json +++ b/plugin/controller/package.json @@ -7,7 +7,7 @@ "tegg" ] }, - "version": "3.36.1", + "version": "3.36.2", "description": "controller decorator for egg", "keywords": [ "egg", @@ -46,13 +46,13 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", + "@eggjs/egg-module-common": "^3.36.2", "@eggjs/router": "^2.0.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "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.36.1", - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/module-test-util": "^3.36.2", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 49c6d1b2..927a61f4 100644 --- a/plugin/dal/CHANGELOG.md +++ b/plugin/dal/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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + + +### Bug Fixes + +* fix dao extension in prod ([#206](https://github.com/eggjs/tegg/issues/206)) ([0498e9d](https://github.com/eggjs/tegg/commit/0498e9d11bd9e4d186160e8b6af07e627dde6a20)) + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-dal-plugin diff --git a/plugin/dal/package.json b/plugin/dal/package.json index 9257ac95..98f38694 100644 --- a/plugin/dal/package.json +++ b/plugin/dal/package.json @@ -10,7 +10,7 @@ "eggModule": { "name": "teggDal" }, - "version": "3.36.1", + "version": "3.36.2", "description": "dal plugin for egg", "keywords": [ "egg", @@ -50,12 +50,12 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/dal-runtime": "^3.36.1", - "@eggjs/tegg": "^3.36.1" + "@eggjs/dal-runtime": "^3.36.2", + "@eggjs/tegg": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 1aadbe86..741ab39c 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-eventbus-plugin diff --git a/plugin/eventbus/package.json b/plugin/eventbus/package.json index 86f223c7..e3067a5b 100644 --- a/plugin/eventbus/package.json +++ b/plugin/eventbus/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-plugin", - "version": "3.36.1", + "version": "3.36.2", "eggPlugin": { "name": "eventbusModule", "strict": false, @@ -48,16 +48,16 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-eventbus-runtime": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1" + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-eventbus-runtime": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2" }, "devDependencies": { - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 302f1869..9de50f0d 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-orm-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-orm-plugin diff --git a/plugin/orm/package.json b/plugin/orm/package.json index 40b120a6..5049eef5 100644 --- a/plugin/orm/package.json +++ b/plugin/orm/package.json @@ -6,7 +6,7 @@ "tegg" ] }, - "version": "3.36.1", + "version": "3.36.2", "description": "orm decorator for egg", "keywords": [ "egg", @@ -48,24 +48,24 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-orm-decorator": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-orm-decorator": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "@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.36.1", + "@eggjs/module-test-util": "^3.36.2", "@eggjs/router": "^2.0.0", - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 764117ed..abb51c20 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-schedule-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-schedule-plugin diff --git a/plugin/schedule/package.json b/plugin/schedule/package.json index e499df87..48f8dcec 100644 --- a/plugin/schedule/package.json +++ b/plugin/schedule/package.json @@ -7,7 +7,7 @@ "schedule" ] }, - "version": "3.36.1", + "version": "3.36.2", "description": "schedule decorator for egg", "keywords": [ "egg", @@ -49,19 +49,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", - "@eggjs/tegg-schedule-decorator": "^3.36.1" + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", + "@eggjs/tegg-schedule-decorator": "^3.36.2" }, "devDependencies": { - "@eggjs/module-test-util": "^3.36.1", - "@eggjs/tegg-config": "^3.36.1", - "@eggjs/tegg-plugin": "^3.36.1", + "@eggjs/module-test-util": "^3.36.2", + "@eggjs/tegg-config": "^3.36.2", + "@eggjs/tegg-plugin": "^3.36.2", "@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 48a27b3e..09494c99 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-plugin + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-plugin diff --git a/plugin/tegg/package.json b/plugin/tegg/package.json index 025514f7..78ea6b21 100644 --- a/plugin/tegg/package.json +++ b/plugin/tegg/package.json @@ -6,7 +6,7 @@ "teggConfig" ] }, - "version": "3.36.1", + "version": "3.36.2", "description": "module plugin for egg", "keywords": [ "egg", @@ -45,19 +45,19 @@ "node": ">=14.0.0" }, "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-background-task": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-dynamic-inject-runtime": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1", + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-background-task": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-dynamic-inject-runtime": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2", "extend2": "^1.0.0", "sdk-base": "^4.2.0" }, "devDependencies": { - "@eggjs/tegg-config": "^3.36.1", + "@eggjs/tegg-config": "^3.36.2", "@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 e2ff5878..5ea0f96f 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.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08) + +**Note:** Version bump only for package @eggjs/tegg-standalone + + + + + ## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07) **Note:** Version bump only for package @eggjs/tegg-standalone diff --git a/standalone/standalone/package.json b/standalone/standalone/package.json index 8a3c9efc..835c84fd 100644 --- a/standalone/standalone/package.json +++ b/standalone/standalone/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/tegg-standalone", "description": "tegg standalone", - "version": "3.36.1", + "version": "3.36.2", "keywords": [ "egg", "typescript", @@ -38,23 +38,23 @@ "author": "killagu ", "license": "MIT", "dependencies": { - "@eggjs/egg-module-common": "^3.36.1", - "@eggjs/tegg": "^3.36.1", - "@eggjs/tegg-aop-runtime": "^3.36.1", - "@eggjs/tegg-background-task": "^3.36.1", - "@eggjs/tegg-common-util": "^3.36.1", - "@eggjs/tegg-dal-plugin": "^3.36.1", - "@eggjs/tegg-dynamic-inject-runtime": "^3.36.1", - "@eggjs/tegg-lifecycle": "^3.36.1", - "@eggjs/tegg-loader": "^3.36.1", - "@eggjs/tegg-metadata": "^3.36.1", - "@eggjs/tegg-runtime": "^3.36.1" + "@eggjs/egg-module-common": "^3.36.2", + "@eggjs/tegg": "^3.36.2", + "@eggjs/tegg-aop-runtime": "^3.36.2", + "@eggjs/tegg-background-task": "^3.36.2", + "@eggjs/tegg-common-util": "^3.36.2", + "@eggjs/tegg-dal-plugin": "^3.36.2", + "@eggjs/tegg-dynamic-inject-runtime": "^3.36.2", + "@eggjs/tegg-lifecycle": "^3.36.2", + "@eggjs/tegg-loader": "^3.36.2", + "@eggjs/tegg-metadata": "^3.36.2", + "@eggjs/tegg-runtime": "^3.36.2" }, "publishConfig": { "access": "public" }, "devDependencies": { - "@eggjs/tegg-ajv-plugin": "^3.36.1", + "@eggjs/tegg-ajv-plugin": "^3.36.2", "@types/mocha": "^10.0.1", "@types/node": "^20.2.4", "cross-env": "^7.0.3",