Skip to content

Commit 5da127f

Browse files
committed
1 parent 87a306c commit 5da127f

File tree

16 files changed

+87
-20
lines changed

16 files changed

+87
-20
lines changed

core/orm-decorator/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+
## [1.4.1](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
7+
8+
9+
### Bug Fixes
10+
11+
* use getMetaData for ModelMetadataUtil ([#44](https://github.com/eggjs/tegg/issues/44)) ([87a306c](https://github.com/eggjs/tegg/commit/87a306c4fba51fd519a47c0caaa79442643ea107))
12+
13+
14+
15+
16+
617
# [1.4.0](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
718

819

core/orm-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/tegg-orm-decorator",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "tegg orm decorator",
55
"main": "dist/index.js",
66
"files": [

core/tegg/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+
## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
7+
8+
**Note:** Version bump only for package @eggjs/tegg
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
715

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

core/tegg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "tegg decorator packages",
55
"keywords": [
66
"egg",
@@ -46,7 +46,7 @@
4646
"@eggjs/tegg-lifecycle": "^1.0.0",
4747
"@eggjs/tegg-loader": "^1.3.0",
4848
"@eggjs/tegg-metadata": "^1.3.0",
49-
"@eggjs/tegg-orm-decorator": "^1.4.0",
49+
"@eggjs/tegg-orm-decorator": "^1.4.1",
5050
"@eggjs/tegg-runtime": "^1.3.0"
5151
},
5252
"publishConfig": {

plugin/aop/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+
## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-plugin
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
715

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

plugin/aop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-plugin",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"eggPlugin": {
55
"name": "aopModule",
66
"dependencies": [
@@ -40,12 +40,12 @@
4040
"node": ">=14.0.0"
4141
},
4242
"dependencies": {
43-
"@eggjs/tegg": "^1.3.2",
43+
"@eggjs/tegg": "^1.3.3",
4444
"@eggjs/tegg-aop-runtime": "^1.3.0"
4545
},
4646
"devDependencies": {
4747
"@eggjs/tegg-config": "^1.1.1",
48-
"@eggjs/tegg-plugin": "^1.3.2",
48+
"@eggjs/tegg-plugin": "^1.3.3",
4949
"egg": "^2.29.4",
5050
"egg-mock": "^4.0.1"
5151
},

plugin/controller/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+
## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-controller-plugin
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
715

816
**Note:** Version bump only for package @eggjs/tegg-controller-plugin

plugin/controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tegg"
88
]
99
},
10-
"version": "1.3.2",
10+
"version": "1.3.3",
1111
"description": "controller decorator for egg",
1212
"keywords": [
1313
"egg",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@eggjs/egg-module-common": "^1.0.0",
50-
"@eggjs/tegg": "^1.3.2",
50+
"@eggjs/tegg": "^1.3.3",
5151
"@eggjs/tegg-common-util": "^1.1.1",
5252
"@eggjs/tegg-loader": "^1.3.0",
5353
"@eggjs/tegg-metadata": "^1.3.0",
@@ -61,7 +61,7 @@
6161
"@eggjs/module-test-util": "^1.3.0",
6262
"@eggjs/router": "^2.0.0",
6363
"@eggjs/tegg-config": "^1.1.1",
64-
"@eggjs/tegg-plugin": "^1.3.2",
64+
"@eggjs/tegg-plugin": "^1.3.3",
6565
"egg": "^2.26.0",
6666
"egg-mock": "^3.25.1",
6767
"egg-tracer": "^1.1.0",

plugin/eventbus/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+
## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-07-20)
715

816
**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin

plugin/eventbus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-eventbus-plugin",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"eggPlugin": {
55
"name": "eventbusModule",
66
"dependencies": [
@@ -48,15 +48,15 @@
4848
},
4949
"dependencies": {
5050
"@eggjs/egg-module-common": "^1.0.0",
51-
"@eggjs/tegg": "^1.3.2",
51+
"@eggjs/tegg": "^1.3.3",
5252
"@eggjs/tegg-eventbus-runtime": "^1.3.0",
5353
"@eggjs/tegg-metadata": "^1.3.0",
5454
"@eggjs/tegg-runtime": "^1.3.0",
5555
"egg-tracer": "^1.1.0"
5656
},
5757
"devDependencies": {
5858
"@eggjs/tegg-config": "^1.1.1",
59-
"@eggjs/tegg-plugin": "^1.3.2",
59+
"@eggjs/tegg-plugin": "^1.3.3",
6060
"await-event": "^2.1.0",
6161
"egg": "^2.29.4",
6262
"egg-mock": "^4.0.1"

0 commit comments

Comments
 (0)