Skip to content

Commit

Permalink
v39.0.1
Browse files Browse the repository at this point in the history
waitingsong committed Oct 29, 2024
1 parent 0ffcddc commit a92309e
Showing 10 changed files with 48 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [39.0.1](https://github.com/waitingsong/midway-components/compare/v39.0.0...v39.0.1) (2024-10-29)

**Note:** Version bump only for package midway-components





# [39.0.0](https://github.com/waitingsong/midway-components/compare/v38.4.0...v39.0.0) (2024-10-29)


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

## [39.0.1](https://github.com/waitingsong/midway-components/compare/v39.0.0...v39.0.1) (2024-10-29)

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





# [39.0.0](https://github.com/waitingsong/midway-components/compare/v38.4.0...v39.0.0) (2024-10-29)

**Note:** Version bump only for package @mwcp/ali-oss
4 changes: 2 additions & 2 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": "39.0.0",
"version": "39.0.1",
"description": "Ali OSS Component for midway.js",
"keywords": [
"midway",
@@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@midwayjs/info": "^3.18.0",
"@mwcp/otel": "^39.0.0",
"@mwcp/otel": "^39.0.1",
"@mwcp/share": "^39.0.0",
"@yuntools/ali-oss": "^16.1.5"
},
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [39.0.1](https://github.com/waitingsong/midway-components/compare/v39.0.0...v39.0.1) (2024-10-29)

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





# [39.0.0](https://github.com/waitingsong/midway-components/compare/v38.4.0...v39.0.0) (2024-10-29)

**Note:** Version bump only for package @mwcp/cache
4 changes: 2 additions & 2 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": "39.0.0",
"version": "39.0.1",
"description": "midway component for declarative cache",
"keywords": [
"Cacheable",
@@ -37,7 +37,7 @@
"@midwayjs/cache-manager": "^3.18.2",
"@midwayjs/info": "^3.18.2",
"@midwayjs/logger": "^3.4.2",
"@mwcp/otel": "^39.0.0",
"@mwcp/otel": "^39.0.1",
"@mwcp/share": "^39.0.0",
"@waiting/shared-core": "^23.22.0"
},
8 changes: 8 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [39.0.1](https://github.com/waitingsong/midway-components/compare/v39.0.0...v39.0.1) (2024-10-29)

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





# [39.0.0](https://github.com/waitingsong/midway-components/compare/v38.4.0...v39.0.0) (2024-10-29)

**Note:** Version bump only for package @mwcp/jwt
4 changes: 2 additions & 2 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": "39.0.0",
"version": "39.0.1",
"description": "midway component jwt",
"keywords": [
"midway",
@@ -41,7 +41,7 @@
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@mwcp/otel": "^39.0.0",
"@mwcp/otel": "^39.0.1",
"@types/jsonwebtoken": "^9.0.7"
},
"engines": {
8 changes: 8 additions & 0 deletions packages/otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [39.0.1](https://github.com/waitingsong/midway-components/compare/v39.0.0...v39.0.1) (2024-10-29)

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





# [39.0.0](https://github.com/waitingsong/midway-components/compare/v38.4.0...v39.0.0) (2024-10-29)


2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/otel",
"author": "waiting",
"version": "39.0.0",
"version": "39.0.1",
"description": "midway component for open telemetry",
"keywords": [
"midway",

0 comments on commit a92309e

Please sign in to comment.