Skip to content

Commit 6b73b00

Browse files
author
waitingsong
committed
v40.1.1
1 parent b1e8c3f commit 6b73b00

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **otel:** afterReturnSync(), afterReturnAsync() of TraceLog() missing trace context ([b1e8c3f](https://github.com/waitingsong/midway-components/commit/b1e8c3fa931a1970f3dc1f81a6e0126f57c1856a))
12+
13+
14+
15+
16+
617
# [40.1.0](https://github.com/waitingsong/midway-components/compare/v40.0.0...v40.1.0) (2024-11-10)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "40.1.0",
2+
"version": "40.1.1",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/ali-oss/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+
## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)
7+
8+
**Note:** Version bump only for package @mwcp/ali-oss
9+
10+
11+
12+
13+
614
# [40.1.0](https://github.com/waitingsong/midway-components/compare/v40.0.0...v40.1.0) (2024-11-10)
715

816
**Note:** Version bump only for package @mwcp/ali-oss

packages/ali-oss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/ali-oss",
33
"author": "waiting",
4-
"version": "40.1.0",
4+
"version": "40.1.1",
55
"description": "Ali OSS Component for midway.js",
66
"keywords": [
77
"midway",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@midwayjs/info": "^3.19.0",
41-
"@mwcp/otel": "^40.1.0",
41+
"@mwcp/otel": "^40.1.1",
4242
"@mwcp/share": "^40.0.0",
4343
"@yuntools/ali-oss": "^16.1.5"
4444
},

packages/cache/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+
## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)
7+
8+
**Note:** Version bump only for package @mwcp/cache
9+
10+
11+
12+
13+
614
# [40.1.0](https://github.com/waitingsong/midway-components/compare/v40.0.0...v40.1.0) (2024-11-10)
715

816
**Note:** Version bump only for package @mwcp/cache

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/cache",
33
"author": "waiting",
4-
"version": "40.1.0",
4+
"version": "40.1.1",
55
"description": "midway component for declarative cache",
66
"keywords": [
77
"Cacheable",
@@ -37,7 +37,7 @@
3737
"@midwayjs/cache-manager": "^3.19.0",
3838
"@midwayjs/info": "^3.19.0",
3939
"@midwayjs/logger": "^3.4.2",
40-
"@mwcp/otel": "^40.1.0",
40+
"@mwcp/otel": "^40.1.1",
4141
"@mwcp/share": "^40.0.0",
4242
"@waiting/shared-core": "^23.23.0"
4343
},

packages/jwt/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+
## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)
7+
8+
**Note:** Version bump only for package @mwcp/jwt
9+
10+
11+
12+
13+
614
# [40.1.0](https://github.com/waitingsong/midway-components/compare/v40.0.0...v40.1.0) (2024-11-10)
715

816
**Note:** Version bump only for package @mwcp/jwt

packages/jwt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/jwt",
33
"author": "waiting",
4-
"version": "40.1.0",
4+
"version": "40.1.1",
55
"description": "midway component jwt",
66
"keywords": [
77
"midway",
@@ -41,7 +41,7 @@
4141
"jsonwebtoken": "^9.0.2"
4242
},
4343
"devDependencies": {
44-
"@mwcp/otel": "^40.1.0",
44+
"@mwcp/otel": "^40.1.1",
4545
"@types/jsonwebtoken": "^9.0.7"
4646
},
4747
"engines": {

packages/otel/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **otel:** afterReturnSync(), afterReturnAsync() of TraceLog() missing trace context ([b1e8c3f](https://github.com/waitingsong/midway-components/commit/b1e8c3fa931a1970f3dc1f81a6e0126f57c1856a))
12+
13+
14+
15+
16+
617
# [40.1.0](https://github.com/waitingsong/midway-components/compare/v40.0.0...v40.1.0) (2024-11-10)
718

819

packages/otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/otel",
33
"author": "waiting",
4-
"version": "40.1.0",
4+
"version": "40.1.1",
55
"description": "midway component for open telemetry",
66
"keywords": [
77
"midway",

0 commit comments

Comments
 (0)