Skip to content

Commit

Permalink
v41.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Nov 21, 2024
1 parent 68d33b4 commit 0451c1e
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 13 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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)


### Bug Fixes

* **otel:** arrow function detecting ([472675f](https://github.com/waitingsong/midway-components/commit/472675fbac14bd478890048dff87b15ce8ffc679))


### Features

* **otel:** DecoratorTraceData['endSpanAfterTraceLog'] supports Span[] ([1e8e26c](https://github.com/waitingsong/midway-components/commit/1e8e26c16c0dd04638db739d27ee66317c27764b))





## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "40.1.1",
"version": "41.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ali-oss/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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)

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





## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)

**Note:** Version bump only for package @mwcp/ali-oss
Expand Down
6 changes: 3 additions & 3 deletions packages/ali-oss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/ali-oss",
"author": "waiting",
"version": "40.1.1",
"version": "41.0.0",
"description": "Ali OSS Component for midway.js",
"keywords": [
"midway",
Expand Down Expand Up @@ -38,8 +38,8 @@
"license": "MIT",
"dependencies": {
"@midwayjs/info": "^3.19.0",
"@mwcp/otel": "^40.1.1",
"@mwcp/share": "^40.0.0",
"@mwcp/otel": "^41.0.0",
"@mwcp/share": "^41.0.0",
"@yuntools/ali-oss": "^16.1.5"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)

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





## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)

**Note:** Version bump only for package @mwcp/cache
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/cache",
"author": "waiting",
"version": "40.1.1",
"version": "41.0.0",
"description": "midway component for declarative cache",
"keywords": [
"Cacheable",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@midwayjs/cache-manager": "^3.19.0",
"@midwayjs/info": "^3.19.0",
"@midwayjs/logger": "^3.4.2",
"@mwcp/otel": "^40.1.1",
"@mwcp/share": "^40.0.0",
"@mwcp/otel": "^41.0.0",
"@mwcp/share": "^41.0.0",
"@waiting/shared-core": "^23.25.3"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jwt/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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)

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





## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)

**Note:** Version bump only for package @mwcp/jwt
Expand Down
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/jwt",
"author": "waiting",
"version": "40.1.1",
"version": "41.0.0",
"description": "midway component jwt",
"keywords": [
"midway",
Expand Down Expand Up @@ -36,12 +36,12 @@
"license": "MIT",
"dependencies": {
"@midwayjs/info": "^3.19.0",
"@mwcp/share": "^40.0.0",
"@mwcp/share": "^41.0.0",
"@waiting/shared-core": "^23.25.3",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@mwcp/otel": "^40.1.1",
"@mwcp/otel": "^41.0.0",
"@types/jsonwebtoken": "^9.0.7"
},
"engines": {
Expand Down
16 changes: 16 additions & 0 deletions packages/otel/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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)


### Bug Fixes

* **otel:** arrow function detecting ([472675f](https://github.com/waitingsong/midway-components/commit/472675fbac14bd478890048dff87b15ce8ffc679))


### Features

* **otel:** DecoratorTraceData['endSpanAfterTraceLog'] supports Span[] ([1e8e26c](https://github.com/waitingsong/midway-components/commit/1e8e26c16c0dd04638db739d27ee66317c27764b))





## [40.1.1](https://github.com/waitingsong/midway-components/compare/v40.1.0...v40.1.1) (2024-11-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/otel",
"author": "waiting",
"version": "40.1.1",
"version": "41.0.0",
"description": "midway component for open telemetry",
"keywords": [
"midway",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@mwcp/share": "^40.0.0",
"@mwcp/share": "^41.0.0",
"@opentelemetry/resource-detector-alibaba-cloud": "^0.29.5",
"@opentelemetry/resource-detector-aws": "^1.8.0",
"@opentelemetry/resource-detector-container": "^0.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/share/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.

# [41.0.0](https://github.com/waitingsong/midway-components/compare/v40.1.1...v41.0.0) (2024-11-21)

**Note:** Version bump only for package @mwcp/share





# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/share/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/share",
"author": "waiting",
"version": "40.0.0",
"version": "41.0.0",
"description": "midway.js share",
"keywords": [
"midway.js",
Expand Down

0 comments on commit 0451c1e

Please sign in to comment.