File tree Expand file tree Collapse file tree 14 files changed +74
-12
lines changed
Expand file tree Collapse file tree 14 files changed +74
-12
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "useWorkspaces" : true ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 3.3.2 " ,
44 "npmClientArgs" : [
55 " --package-lock=false"
66 ],
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @eggjs/tegg-aop-plugin" ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 3.3.2 " ,
44 "eggPlugin" : {
55 "name" : " aopModule" ,
66 "dependencies" : [
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 77 " tegg"
88 ]
99 },
10- "version" : " 3.3.1 " ,
10+ "version" : " 3.3.2 " ,
1111 "description" : " controller decorator for egg" ,
1212 "keywords" : [
1313 " egg" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @eggjs/tegg-eventbus-plugin" ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 3.3.2 " ,
44 "eggPlugin" : {
55 "name" : " eventbusModule" ,
66 "dependencies" : [
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 66 " tegg"
77 ]
88 },
9- "version" : " 3.3.1 " ,
9+ "version" : " 3.3.2 " ,
1010 "description" : " orm decorator for egg" ,
1111 "keywords" : [
1212 " egg" ,
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" ,
You can’t perform that action at this time.
0 commit comments