Skip to content

Commit 2d297e6

Browse files
committed
1 parent 0651d30 commit 2d297e6

File tree

8 files changed

+181
-6
lines changed

8 files changed

+181
-6
lines changed

core/aop-runtime/CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,67 @@
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+
# 1.4.0 (2022-08-24)
7+
8+
9+
10+
# 1.3.0 (2022-07-01)
11+
12+
13+
14+
# 1.2.0 (2022-06-29)
15+
16+
17+
18+
## 1.1.1 (2022-06-21)
19+
20+
21+
22+
# 1.1.0 (2022-06-15)
23+
24+
25+
26+
## 1.0.5 (2022-04-24)
27+
28+
29+
### Bug Fixes
30+
31+
* should throw with no aop proto ([#34](https://github.com/eggjs/tegg/issues/34)) ([5c0b98a](https://github.com/eggjs/tegg/commit/5c0b98a89924f5bad062018e32fbd7993169126c))
32+
33+
34+
35+
## 1.0.3 (2022-02-08)
36+
37+
38+
### Bug Fixes
39+
40+
* rm console ([7455ce6](https://github.com/eggjs/tegg/commit/7455ce6fcc04fe9463a1ecf6e03e049ce2faf6f0))
41+
42+
43+
44+
## 1.0.2 (2022-02-08)
45+
46+
47+
48+
## 1.0.1 (2022-02-08)
49+
50+
51+
52+
# 1.0.0 (2022-02-08)
53+
54+
55+
56+
# 0.2.0 (2022-01-20)
57+
58+
59+
### Features
60+
61+
* impl aop ([c53df00](https://github.com/eggjs/tegg/commit/c53df001d1455a0a105689694775d880541d9d2f))
62+
63+
64+
65+
66+
667
# [1.3.0](https://github.com/eggjs/tegg/compare/v1.2.0...v1.3.0) (2022-07-01)
768

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

core/aop-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-aop-runtime",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "tegg aop",
55
"main": "dist/index.js",
66
"eggModule": {

core/eventbus-runtime/CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,104 @@
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+
# 1.4.0 (2022-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* eventbus runtime should wait all handlers done ([#51](https://github.com/eggjs/tegg/issues/51)) ([0651d30](https://github.com/eggjs/tegg/commit/0651d300f9a18bd97299548f3ebccad1d0382d28))
12+
13+
14+
15+
# 1.3.0 (2022-07-01)
16+
17+
18+
19+
# 1.2.0 (2022-06-29)
20+
21+
22+
23+
## 1.1.1 (2022-06-21)
24+
25+
26+
27+
# 1.1.0 (2022-06-15)
28+
29+
30+
31+
## 1.0.5 (2022-04-24)
32+
33+
34+
35+
## 1.0.1 (2022-02-08)
36+
37+
38+
39+
# 1.0.0 (2022-02-08)
40+
41+
42+
43+
# 0.2.0 (2022-01-20)
44+
45+
46+
47+
## 0.1.19 (2022-01-05)
48+
49+
50+
51+
## 0.1.18 (2021-12-31)
52+
53+
54+
55+
## 0.1.16 (2021-12-15)
56+
57+
58+
59+
## 0.1.13 (2021-11-14)
60+
61+
62+
### Features
63+
64+
* impl standalone tegg ([af9f682](https://github.com/eggjs/tegg/commit/af9f6826ef882ef7206e80ee25433a2b19012995))
65+
66+
67+
68+
## 0.1.10 (2021-10-26)
69+
70+
71+
72+
## 0.1.7 (2021-09-13)
73+
74+
75+
76+
## 0.1.6 (2021-09-09)
77+
78+
79+
80+
## 0.1.5 (2021-09-08)
81+
82+
83+
84+
## 0.1.2 (2021-09-01)
85+
86+
87+
### Features
88+
89+
* impl dynamic inject ([bdafd5a](https://github.com/eggjs/tegg/commit/bdafd5a445b815515fc9e872fcfefc67a53ea562))
90+
91+
92+
93+
# 0.1.0 (2021-07-22)
94+
95+
96+
### Bug Fixes
97+
98+
* set publishConfig.access to public ([527f1fa](https://github.com/eggjs/tegg/commit/527f1fa8e3bcaf45ff5b3a63d90473d4a6a2e2b0))
99+
100+
101+
102+
103+
6104
# [1.3.0](https://github.com/eggjs/tegg/compare/v1.2.0...v1.3.0) (2022-07-01)
7105

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

core/eventbus-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/tegg-eventbus-runtime",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "tegg eventbus runtime",
55
"keywords": [
66
"egg",

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+
## [1.3.7](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-08-24)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-plugin
9+
10+
11+
12+
13+
614
## [1.3.6](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-08-16)
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": "1.3.6",
3+
"version": "1.3.7",
44
"eggPlugin": {
55
"name": "aopModule",
66
"dependencies": [
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@eggjs/tegg": "^1.3.5",
44-
"@eggjs/tegg-aop-runtime": "^1.3.0"
44+
"@eggjs/tegg-aop-runtime": "^1.4.0"
4545
},
4646
"devDependencies": {
4747
"@eggjs/tegg-config": "^1.1.1",

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+
## [1.3.7](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-08-24)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-eventbus-plugin
9+
10+
11+
12+
13+
614
## [1.3.6](https://github.com/eggjs/tegg/compare/@eggjs/[email protected]...@eggjs/[email protected]) (2022-08-16)
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": "1.3.6",
3+
"version": "1.3.7",
44
"eggPlugin": {
55
"name": "eventbusModule",
66
"dependencies": [
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@eggjs/egg-module-common": "^1.0.0",
5151
"@eggjs/tegg": "^1.3.5",
52-
"@eggjs/tegg-eventbus-runtime": "^1.3.0",
52+
"@eggjs/tegg-eventbus-runtime": "^1.4.0",
5353
"@eggjs/tegg-metadata": "^1.3.0",
5454
"@eggjs/tegg-runtime": "^1.3.0",
5555
"egg-tracer": "^1.1.0"

0 commit comments

Comments
 (0)