Skip to content

Commit 8652c9d

Browse files
committed
v3.36.2
1 parent 0498e9d commit 8652c9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+489
-197
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* fix dao extension in prod ([#206](https://github.com/eggjs/tegg/issues/206)) ([0498e9d](https://github.com/eggjs/tegg/commit/0498e9d11bd9e4d186160e8b6af07e627dde6a20))
12+
13+
14+
15+
16+
617
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
718

819

core/ajv-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
**Note:** Version bump only for package @eggjs/ajv-decorator
9+
10+
11+
12+
13+
614
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
715

816
**Note:** Version bump only for package @eggjs/ajv-decorator

core/ajv-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ajv-decorator",
3-
"version": "3.36.1",
3+
"version": "3.36.2",
44
"description": "tegg ajv decorator",
55
"keywords": [
66
"egg",

core/aop-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
715

816
**Note:** Version bump only for package @eggjs/aop-decorator

core/aop-decorator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.36.1",
3+
"version": "3.36.2",
44
"description": "tegg aop decorator",
55
"keywords": [
66
"tegg",
@@ -16,9 +16,9 @@
1616
"directory": "core/aop-decorator"
1717
},
1818
"dependencies": {
19-
"@eggjs/core-decorator": "^3.36.1",
20-
"@eggjs/tegg-common-util": "^3.36.1",
21-
"@eggjs/tegg-metadata": "^3.36.1"
19+
"@eggjs/core-decorator": "^3.36.2",
20+
"@eggjs/tegg-common-util": "^3.36.2",
21+
"@eggjs/tegg-metadata": "^3.36.2"
2222
},
2323
"scripts": {
2424
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

core/aop-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
715

816
**Note:** Version bump only for package @eggjs/tegg-aop-runtime

core/aop-runtime/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-runtime",
3-
"version": "3.36.1",
3+
"version": "3.36.2",
44
"description": "tegg aop",
55
"main": "dist/index.js",
66
"eggModule": {
@@ -43,17 +43,17 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@eggjs/aop-decorator": "^3.36.1",
47-
"@eggjs/core-decorator": "^3.36.1",
48-
"@eggjs/tegg-common-util": "^3.36.1",
49-
"@eggjs/tegg-lifecycle": "^3.36.1",
50-
"@eggjs/tegg-metadata": "^3.36.1",
51-
"@eggjs/tegg-runtime": "^3.36.1",
46+
"@eggjs/aop-decorator": "^3.36.2",
47+
"@eggjs/core-decorator": "^3.36.2",
48+
"@eggjs/tegg-common-util": "^3.36.2",
49+
"@eggjs/tegg-lifecycle": "^3.36.2",
50+
"@eggjs/tegg-metadata": "^3.36.2",
51+
"@eggjs/tegg-runtime": "^3.36.2",
5252
"koa-compose": "^4.1.0"
5353
},
5454
"devDependencies": {
55-
"@eggjs/module-test-util": "^3.36.1",
56-
"@eggjs/tegg-loader": "^3.36.1",
55+
"@eggjs/module-test-util": "^3.36.2",
56+
"@eggjs/tegg-loader": "^3.36.2",
5757
"@types/mocha": "^10.0.1",
5858
"@types/node": "^20.2.4",
5959
"cross-env": "^7.0.3",

core/background-task/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-background-task
9+
10+
11+
12+
13+
614
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
715

816
**Note:** Version bump only for package @eggjs/tegg-background-task

core/background-task/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eggjs/tegg-background-task",
33
"description": "background util for tegg",
4-
"version": "3.36.1",
4+
"version": "3.36.2",
55
"keywords": [
66
"egg",
77
"typescript",
@@ -37,12 +37,12 @@
3737
"author": "killagu <[email protected]>",
3838
"license": "MIT",
3939
"dependencies": {
40-
"@eggjs/core-decorator": "^3.36.1",
41-
"@eggjs/tegg-lifecycle": "^3.36.1",
42-
"@eggjs/tegg-runtime": "^3.36.1"
40+
"@eggjs/core-decorator": "^3.36.2",
41+
"@eggjs/tegg-lifecycle": "^3.36.2",
42+
"@eggjs/tegg-runtime": "^3.36.2"
4343
},
4444
"devDependencies": {
45-
"@eggjs/tegg-common-util": "^3.36.1",
45+
"@eggjs/tegg-common-util": "^3.36.2",
4646
"@types/mocha": "^10.0.1",
4747
"@types/node": "^20.2.4",
4848
"cross-env": "^7.0.3",

core/common-util/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.36.2](https://github.com/eggjs/tegg/compare/v3.36.1...v3.36.2) (2024-04-08)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-common-util
9+
10+
11+
12+
13+
614
## [3.36.1](https://github.com/eggjs/tegg/compare/v3.36.0...v3.36.1) (2024-04-07)
715

816
**Note:** Version bump only for package @eggjs/tegg-common-util

0 commit comments

Comments
 (0)