Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Jan 29, 2023
1 parent 648aeaf commit 6b31708
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useWorkspaces": true,
"version": "3.3.1",
"version": "3.3.2",
"npmClientArgs": [
"--package-lock=false"
],
Expand Down
8 changes: 8 additions & 0 deletions plugin/aop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/aop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-aop-plugin",
"version": "3.3.1",
"version": "3.3.2",
"eggPlugin": {
"name": "aopModule",
"dependencies": [
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions plugin/controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tegg"
]
},
"version": "3.3.1",
"version": "3.3.2",
"description": "controller decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions plugin/eventbus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/eventbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg-eventbus-plugin",
"version": "3.3.1",
"version": "3.3.2",
"eggPlugin": {
"name": "eventbusModule",
"dependencies": [
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions plugin/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tegg"
]
},
"version": "3.3.1",
"version": "3.3.2",
"description": "orm decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions plugin/schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schedule"
]
},
"version": "3.3.1",
"version": "3.3.2",
"description": "schedule decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions plugin/tegg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/tegg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"teggConfig"
]
},
"version": "3.3.1",
"version": "3.3.2",
"description": "module plugin for egg",
"keywords": [
"egg",
Expand Down

0 comments on commit 6b31708

Please sign in to comment.