Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Feb 13, 2023
1 parent 0b1eee0 commit 5801061
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)


### Bug Fixes

* egg qualifier should register after all file loaded ([#100](https://github.com/eggjs/tegg/issues/100)) ([5033b51](https://github.com/eggjs/tegg/commit/5033b51796b8a3329bd79884a8d8f18226193a1b))


### Features

* add backgroundTask.timeout config ([#101](https://github.com/eggjs/tegg/issues/101)) ([0b1eee0](https://github.com/eggjs/tegg/commit/0b1eee00d6feb9c6d4509023dffe85c0ada749c2))





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)


Expand Down
11 changes: 11 additions & 0 deletions core/background-task/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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)


### Features

* add backgroundTask.timeout config ([#101](https://github.com/eggjs/tegg/issues/101)) ([0b1eee0](https://github.com/eggjs/tegg/commit/0b1eee00d6feb9c6d4509023dffe85c0ada749c2))





# [3.5.0](https://github.com/eggjs/tegg/compare/v3.4.1...v3.5.0) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-background-task
Expand Down
2 changes: 1 addition & 1 deletion core/background-task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eggjs/tegg-background-task",
"description": "background util for tegg",
"version": "3.5.0",
"version": "3.6.0",
"keywords": [
"egg",
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions core/tegg/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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg
Expand Down
4 changes: 2 additions & 2 deletions core/tegg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/tegg",
"version": "3.5.2",
"version": "3.6.0",
"description": "tegg decorator packages",
"keywords": [
"egg",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@eggjs/core-decorator": "^3.5.0",
"@eggjs/eventbus-decorator": "^3.5.2",
"@eggjs/standalone-decorator": "^3.2.3",
"@eggjs/tegg-background-task": "^3.5.0",
"@eggjs/tegg-background-task": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-dynamic-inject": "^3.5.0",
"@eggjs/tegg-lifecycle": "^3.2.4",
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.5.2",
"version": "3.6.0",
"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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-aop-plugin
Expand Down
6 changes: 3 additions & 3 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.5.2",
"version": "3.6.0",
"eggPlugin": {
"name": "aopModule",
"dependencies": [
Expand Down Expand Up @@ -40,12 +40,12 @@
"node": ">=14.0.0"
},
"dependencies": {
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-aop-runtime": "^3.5.0"
},
"devDependencies": {
"@eggjs/tegg-config": "^3.2.3",
"@eggjs/tegg-plugin": "^3.5.2",
"@eggjs/tegg-plugin": "^3.6.0",
"@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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-controller-plugin
Expand Down
6 changes: 3 additions & 3 deletions plugin/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tegg"
]
},
"version": "3.5.2",
"version": "3.6.0",
"description": "controller decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/router": "^2.0.1",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-loader": "^3.5.0",
"@eggjs/tegg-metadata": "^3.5.0",
Expand All @@ -62,7 +62,7 @@
"devDependencies": {
"@eggjs/module-test-util": "^3.5.0",
"@eggjs/tegg-config": "^3.2.3",
"@eggjs/tegg-plugin": "^3.5.2",
"@eggjs/tegg-plugin": "^3.6.0",
"@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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)


Expand Down
6 changes: 3 additions & 3 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.5.2",
"version": "3.6.0",
"eggPlugin": {
"name": "eventbusModule",
"dependencies": [
Expand Down Expand Up @@ -48,14 +48,14 @@
},
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-eventbus-runtime": "^3.5.2",
"@eggjs/tegg-metadata": "^3.5.0",
"@eggjs/tegg-runtime": "^3.5.0"
},
"devDependencies": {
"@eggjs/tegg-config": "^3.2.3",
"@eggjs/tegg-plugin": "^3.5.2",
"@eggjs/tegg-plugin": "^3.6.0",
"@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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-orm-plugin
Expand Down
6 changes: 3 additions & 3 deletions plugin/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tegg"
]
},
"version": "3.5.2",
"version": "3.6.0",
"description": "orm decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-lifecycle": "^3.2.4",
"@eggjs/tegg-loader": "^3.5.0",
Expand All @@ -65,7 +65,7 @@
"@eggjs/module-test-util": "^3.5.0",
"@eggjs/router": "^2.0.0",
"@eggjs/tegg-config": "^3.2.3",
"@eggjs/tegg-plugin": "^3.5.2",
"@eggjs/tegg-plugin": "^3.6.0",
"@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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-schedule-plugin
Expand Down
6 changes: 3 additions & 3 deletions plugin/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schedule"
]
},
"version": "3.5.2",
"version": "3.6.0",
"description": "schedule decorator for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-lifecycle": "^3.2.4",
"@eggjs/tegg-loader": "^3.5.0",
Expand All @@ -61,7 +61,7 @@
"devDependencies": {
"@eggjs/module-test-util": "^3.5.0",
"@eggjs/tegg-config": "^3.2.3",
"@eggjs/tegg-plugin": "^3.5.2",
"@eggjs/tegg-plugin": "^3.6.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"cross-env": "^7.0.3",
Expand Down
16 changes: 16 additions & 0 deletions plugin/tegg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)


### Bug Fixes

* egg qualifier should register after all file loaded ([#100](https://github.com/eggjs/tegg/issues/100)) ([5033b51](https://github.com/eggjs/tegg/commit/5033b51796b8a3329bd79884a8d8f18226193a1b))


### Features

* add backgroundTask.timeout config ([#101](https://github.com/eggjs/tegg/issues/101)) ([0b1eee0](https://github.com/eggjs/tegg/commit/0b1eee00d6feb9c6d4509023dffe85c0ada749c2))





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)


Expand Down
6 changes: 3 additions & 3 deletions plugin/tegg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"teggConfig"
]
},
"version": "3.5.2",
"version": "3.6.0",
"description": "module plugin for egg",
"keywords": [
"egg",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg-background-task": "^3.5.0",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-background-task": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-dynamic-inject-runtime": "^3.5.0",
"@eggjs/tegg-loader": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions standalone/standalone/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.6.0](https://github.com/eggjs/tegg/compare/v3.5.2...v3.6.0) (2023-02-13)

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





## [3.5.2](https://github.com/eggjs/tegg/compare/v3.5.1...v3.5.2) (2023-02-10)

**Note:** Version bump only for package @eggjs/tegg-standalone
Expand Down
6 changes: 3 additions & 3 deletions standalone/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eggjs/tegg-standalone",
"description": "tegg standalone",
"version": "3.5.2",
"version": "3.6.0",
"keywords": [
"egg",
"typescript",
Expand Down Expand Up @@ -39,8 +39,8 @@
"license": "MIT",
"dependencies": {
"@eggjs/egg-module-common": "^3.2.3",
"@eggjs/tegg": "^3.5.2",
"@eggjs/tegg-background-task": "^3.5.0",
"@eggjs/tegg": "^3.6.0",
"@eggjs/tegg-background-task": "^3.6.0",
"@eggjs/tegg-common-util": "^3.2.3",
"@eggjs/tegg-dynamic-inject-runtime": "^3.5.0",
"@eggjs/tegg-lifecycle": "^3.2.4",
Expand Down

0 comments on commit 5801061

Please sign in to comment.