From 6b31708c6e603b65cf38279175228bfd08b12fcd Mon Sep 17 00:00:00 2001 From: killagu Date: Sun, 29 Jan 2023 15:34:55 +0800 Subject: [PATCH] v3.3.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/aop/CHANGELOG.md | 8 ++++++++ plugin/aop/package.json | 4 ++-- plugin/controller/CHANGELOG.md | 8 ++++++++ plugin/controller/package.json | 4 ++-- plugin/eventbus/CHANGELOG.md | 8 ++++++++ plugin/eventbus/package.json | 4 ++-- plugin/orm/CHANGELOG.md | 8 ++++++++ plugin/orm/package.json | 4 ++-- plugin/schedule/CHANGELOG.md | 8 ++++++++ plugin/schedule/package.json | 4 ++-- plugin/tegg/CHANGELOG.md | 11 +++++++++++ plugin/tegg/package.json | 2 +- 14 files changed, 74 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f8f395..9e174feb 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + + +### Bug Fixes + +* beginModuleScope should be reentrant ([#86](https://github.com/eggjs/tegg/issues/86)) ([648aeaf](https://github.com/eggjs/tegg/commit/648aeaf1f20ff5bc217bf6f16fac9d9181eb8447)) + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) diff --git a/lerna.json b/lerna.json index a097f6df..44e508c1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useWorkspaces": true, - "version": "3.3.1", + "version": "3.3.2", "npmClientArgs": [ "--package-lock=false" ], diff --git a/plugin/aop/CHANGELOG.md b/plugin/aop/CHANGELOG.md index e753e10a..84cdca53 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + +**Note:** Version bump only for package @eggjs/tegg-aop-plugin + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-aop-plugin diff --git a/plugin/aop/package.json b/plugin/aop/package.json index 6272c0fc..73c69ba4 100644 --- a/plugin/aop/package.json +++ b/plugin/aop/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-aop-plugin", - "version": "3.3.1", + "version": "3.3.2", "eggPlugin": { "name": "aopModule", "dependencies": [ @@ -45,7 +45,7 @@ }, "devDependencies": { "@eggjs/tegg-config": "^3.2.3", - "@eggjs/tegg-plugin": "^3.3.1", + "@eggjs/tegg-plugin": "^3.3.2", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "cross-env": "^7.0.3", diff --git a/plugin/controller/CHANGELOG.md b/plugin/controller/CHANGELOG.md index d4c7e68d..cd654212 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + +**Note:** Version bump only for package @eggjs/tegg-controller-plugin + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-controller-plugin diff --git a/plugin/controller/package.json b/plugin/controller/package.json index 720f50d9..2c552b4d 100644 --- a/plugin/controller/package.json +++ b/plugin/controller/package.json @@ -7,7 +7,7 @@ "tegg" ] }, - "version": "3.3.1", + "version": "3.3.2", "description": "controller decorator for egg", "keywords": [ "egg", @@ -62,7 +62,7 @@ "devDependencies": { "@eggjs/module-test-util": "^3.3.1", "@eggjs/tegg-config": "^3.2.3", - "@eggjs/tegg-plugin": "^3.3.1", + "@eggjs/tegg-plugin": "^3.3.2", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "cross-env": "^7.0.3", diff --git a/plugin/eventbus/CHANGELOG.md b/plugin/eventbus/CHANGELOG.md index 2dbe213d..42228066 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + +**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-eventbus-plugin diff --git a/plugin/eventbus/package.json b/plugin/eventbus/package.json index 4a9ca478..88c4b097 100644 --- a/plugin/eventbus/package.json +++ b/plugin/eventbus/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tegg-eventbus-plugin", - "version": "3.3.1", + "version": "3.3.2", "eggPlugin": { "name": "eventbusModule", "dependencies": [ @@ -55,7 +55,7 @@ }, "devDependencies": { "@eggjs/tegg-config": "^3.2.3", - "@eggjs/tegg-plugin": "^3.3.1", + "@eggjs/tegg-plugin": "^3.3.2", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "await-event": "^2.1.0", diff --git a/plugin/orm/CHANGELOG.md b/plugin/orm/CHANGELOG.md index 13dbae0b..41a40397 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + +**Note:** Version bump only for package @eggjs/tegg-orm-plugin + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-orm-plugin diff --git a/plugin/orm/package.json b/plugin/orm/package.json index 7becde11..4c49f5e3 100644 --- a/plugin/orm/package.json +++ b/plugin/orm/package.json @@ -6,7 +6,7 @@ "tegg" ] }, - "version": "3.3.1", + "version": "3.3.2", "description": "orm decorator for egg", "keywords": [ "egg", @@ -65,7 +65,7 @@ "@eggjs/module-test-util": "^3.3.1", "@eggjs/router": "^2.0.0", "@eggjs/tegg-config": "^3.2.3", - "@eggjs/tegg-plugin": "^3.3.1", + "@eggjs/tegg-plugin": "^3.3.2", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "cross-env": "^7.0.3", diff --git a/plugin/schedule/CHANGELOG.md b/plugin/schedule/CHANGELOG.md index 91c7936c..3a843d59 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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + +**Note:** Version bump only for package @eggjs/tegg-schedule-plugin + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-schedule-plugin diff --git a/plugin/schedule/package.json b/plugin/schedule/package.json index 6b7f943f..48a7571a 100644 --- a/plugin/schedule/package.json +++ b/plugin/schedule/package.json @@ -7,7 +7,7 @@ "schedule" ] }, - "version": "3.3.1", + "version": "3.3.2", "description": "schedule decorator for egg", "keywords": [ "egg", @@ -61,7 +61,7 @@ "devDependencies": { "@eggjs/module-test-util": "^3.3.1", "@eggjs/tegg-config": "^3.2.3", - "@eggjs/tegg-plugin": "^3.3.1", + "@eggjs/tegg-plugin": "^3.3.2", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "cross-env": "^7.0.3", diff --git a/plugin/tegg/CHANGELOG.md b/plugin/tegg/CHANGELOG.md index 196fb40f..2bbfa54a 100644 --- a/plugin/tegg/CHANGELOG.md +++ b/plugin/tegg/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.3.2](https://github.com/eggjs/tegg/compare/v3.3.1...v3.3.2) (2023-01-29) + + +### Bug Fixes + +* beginModuleScope should be reentrant ([#86](https://github.com/eggjs/tegg/issues/86)) ([648aeaf](https://github.com/eggjs/tegg/commit/648aeaf1f20ff5bc217bf6f16fac9d9181eb8447)) + + + + + ## [3.3.1](https://github.com/eggjs/tegg/compare/v3.3.0...v3.3.1) (2023-01-28) **Note:** Version bump only for package @eggjs/tegg-plugin diff --git a/plugin/tegg/package.json b/plugin/tegg/package.json index b064a878..82f7074c 100644 --- a/plugin/tegg/package.json +++ b/plugin/tegg/package.json @@ -6,7 +6,7 @@ "teggConfig" ] }, - "version": "3.3.1", + "version": "3.3.2", "description": "module plugin for egg", "keywords": [ "egg",