Skip to content

Commit

Permalink
v3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jun 6, 2024
1 parent d9a3d3d commit 3b547e9
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 17 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Change Log


## v3.16.3 (2024-06-06)

#### :bug: Bug Fix
* `cache-manager`
* [#3889](https://github.com/midwayjs/midway/pull/3889) fix: get origin value from redis store ([@czy88840616](https://github.com/czy88840616))

#### :package: Dependencies
* `otel`
* [#3894](https://github.com/midwayjs/midway/pull/3894) fix(deps): update dependency @opentelemetry/api to v1.9.0 ([@renovate[bot]](https://github.com/apps/renovate))
* `cos`
* [#3895](https://github.com/midwayjs/midway/pull/3895) fix(deps): update dependency cos-nodejs-sdk-v5 to v2.14.0 ([@renovate[bot]](https://github.com/apps/renovate))
* `bull-board`
* [#3893](https://github.com/midwayjs/midway/pull/3893) fix(deps): update bull monorepo to v5.20.1 ([@renovate[bot]](https://github.com/apps/renovate))
* `mqtt`
* [#3896](https://github.com/midwayjs/midway/pull/3896) fix(deps): update dependency mqtt to v5.7.0 ([@renovate[bot]](https://github.com/apps/renovate))
* Other
* [#3845](https://github.com/midwayjs/midway/pull/3845) chore(deps): update dependency @types/node to v20 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 1
- Harry Chen ([@czy88840616](https://github.com/czy88840616))



## v3.16.2 (2024-06-01)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"cacheDir": ".changelog"
},
"npmClient": "npm",
"version": "3.16.2"
"version": "3.16.3"
}
2 changes: 1 addition & 1 deletion packages/bull-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull-board",
"version": "3.16.2",
"version": "3.16.3",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/cache-manager",
"version": "3.16.2",
"version": "3.16.3",
"description": "midway cache manager",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/captcha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/captcha",
"version": "3.16.2",
"version": "3.16.3",
"description": "Midway Component for Captcha(Verification Code)",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/cache-manager": "^3.16.2",
"@midwayjs/cache-manager": "^3.16.3",
"mini-svg-data-uri": "1.4.4",
"nanoid": "3.3.7",
"svg-captcha": "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/cos",
"description": "midway cos component",
"version": "3.16.2",
"version": "3.16.3",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mqtt",
"version": "3.16.2",
"version": "3.16.3",
"description": "Midway Framework for mqtt",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
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": "@midwayjs/otel",
"description": "midway open telemetry component",
"version": "3.16.2",
"version": "3.16.3",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/version/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
"decorator": "3.16.2",
"core": "3.16.2",
"timestamp": 1717218641638
"timestamp": 1717688158721
};
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/version",
"version": "3.16.2",
"version": "3.16.3",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
35 changes: 28 additions & 7 deletions packages/version/versions/3_16_2-3_16_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,28 @@
"@midwayjs/axios": "3.16.2",
"@midwayjs/bootstrap": "3.16.2",
"@midwayjs/bull": "3.16.2",
"@midwayjs/bull-board": "3.16.2",
"@midwayjs/cache-manager": "3.16.2",
"@midwayjs/captcha": "3.16.2",
"@midwayjs/bull-board": [
"3.16.2",
"3.16.3"
],
"@midwayjs/cache-manager": [
"3.16.2",
"3.16.3"
],
"@midwayjs/captcha": [
"3.16.2",
"3.16.3"
],
"@midwayjs/casbin": "3.16.2",
"@midwayjs/casbin-redis-adapter": "3.16.2",
"@midwayjs/casbin-typeorm-adapter": "3.16.2",
"@midwayjs/code-dye": "3.16.2",
"@midwayjs/consul": "3.16.2",
"@midwayjs/core": "3.16.2",
"@midwayjs/cos": "3.16.2",
"@midwayjs/cos": [
"3.16.2",
"3.16.3"
],
"@midwayjs/cron": "3.16.2",
"@midwayjs/cross-domain": "3.16.2",
"@midwayjs/decorator": "3.16.2",
Expand All @@ -32,9 +44,15 @@
"@midwayjs/mikro": "3.16.2",
"@midwayjs/mock": "3.16.2",
"@midwayjs/mongoose": "3.16.2",
"@midwayjs/mqtt": "3.16.2",
"@midwayjs/mqtt": [
"3.16.2",
"3.16.3"
],
"@midwayjs/oss": "3.16.2",
"@midwayjs/otel": "3.16.2",
"@midwayjs/otel": [
"3.16.2",
"3.16.3"
],
"@midwayjs/passport": "3.16.2",
"@midwayjs/process-agent": "3.16.2",
"@midwayjs/prometheus": "3.16.2",
Expand All @@ -54,7 +72,10 @@
"@midwayjs/typeorm": "3.16.2",
"@midwayjs/upload": "3.16.2",
"@midwayjs/validate": "3.16.2",
"@midwayjs/version": "3.16.2",
"@midwayjs/version": [
"3.16.2",
"3.16.3"
],
"@midwayjs/view": "3.16.2",
"@midwayjs/view-ejs": "3.16.2",
"@midwayjs/view-nunjucks": "3.16.2",
Expand Down
20 changes: 20 additions & 0 deletions scripts/rollback/rollback-3.16.3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
# timestamp: 1717688128412

npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest

# Changes:

# - @midwayjs/bull-board: 3.16.2 => 3.16.3
# - @midwayjs/cache-manager: 3.16.2 => 3.16.3
# - @midwayjs/captcha: 3.16.2 => 3.16.3
# - @midwayjs/cos: 3.16.2 => 3.16.3
# - @midwayjs/mqtt: 3.16.2 => 3.16.3
# - @midwayjs/otel: 3.16.2 => 3.16.3
# - @midwayjs/version: 3.16.2 => 3.16.3

0 comments on commit 3b547e9

Please sign in to comment.