Skip to content

Commit 6b31708

Browse files
committed
v3.3.2
1 parent 648aeaf commit 6b31708

File tree

14 files changed

+74
-12
lines changed

14 files changed

+74
-12
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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29)
7+
8+
9+
### Bug Fixes
10+
11+
* beginModuleScope should be reentrant ([#86](https://github.com/eggjs/tegg/issues/86)) ([648aeaf](https://github.com/eggjs/tegg/commit/648aeaf1f20ff5bc217bf6f16fac9d9181eb8447))
12+
13+
14+
15+
16+
617
## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useWorkspaces": true,
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"npmClientArgs": [
55
"--package-lock=false"
66
],

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+
## [3.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-plugin
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28)
715

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

plugin/aop/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-aop-plugin",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"eggPlugin": {
55
"name": "aopModule",
66
"dependencies": [
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@eggjs/tegg-config": "^3.2.3",
48-
"@eggjs/tegg-plugin": "^3.3.1",
48+
"@eggjs/tegg-plugin": "^3.3.2",
4949
"@types/mocha": "^10.0.1",
5050
"@types/node": "^18.11.18",
5151
"cross-env": "^7.0.3",

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+
## [3.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-controller-plugin
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28)
715

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

plugin/controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tegg"
88
]
99
},
10-
"version": "3.3.1",
10+
"version": "3.3.2",
1111
"description": "controller decorator for egg",
1212
"keywords": [
1313
"egg",
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@eggjs/module-test-util": "^3.3.1",
6464
"@eggjs/tegg-config": "^3.2.3",
65-
"@eggjs/tegg-plugin": "^3.3.1",
65+
"@eggjs/tegg-plugin": "^3.3.2",
6666
"@types/mocha": "^10.0.1",
6767
"@types/node": "^18.11.18",
6868
"cross-env": "^7.0.3",

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+
## [3.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28)
715

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

plugin/eventbus/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-eventbus-plugin",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"eggPlugin": {
55
"name": "eventbusModule",
66
"dependencies": [
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@eggjs/tegg-config": "^3.2.3",
58-
"@eggjs/tegg-plugin": "^3.3.1",
58+
"@eggjs/tegg-plugin": "^3.3.2",
5959
"@types/mocha": "^10.0.1",
6060
"@types/node": "^18.11.18",
6161
"await-event": "^2.1.0",

plugin/orm/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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-orm-plugin
9+
10+
11+
12+
13+
614
## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28)
715

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

plugin/orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tegg"
77
]
88
},
9-
"version": "3.3.1",
9+
"version": "3.3.2",
1010
"description": "orm decorator for egg",
1111
"keywords": [
1212
"egg",
@@ -65,7 +65,7 @@
6565
"@eggjs/module-test-util": "^3.3.1",
6666
"@eggjs/router": "^2.0.0",
6767
"@eggjs/tegg-config": "^3.2.3",
68-
"@eggjs/tegg-plugin": "^3.3.1",
68+
"@eggjs/tegg-plugin": "^3.3.2",
6969
"@types/mocha": "^10.0.1",
7070
"@types/node": "^18.11.18",
7171
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)