Skip to content

Commit

Permalink
v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 17, 2025
1 parent 70944fc commit ce4b2a2
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 13 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Change Log


## v3.20.1 (2025-01-17)

#### :bug: Bug Fix
* `swagger`
* [#4263](https://github.com/midwayjs/midway/pull/4263) fix(swagger): correct typo from 'text/plan' to 'text/plain' ([@ghostker](https://github.com/ghostker))

#### :package: Dependencies
* `mongoose`, `typegoose`
* [#4264](https://github.com/midwayjs/midway/pull/4264) chore(deps): update dependency mongoose to v8.9.5 [security] ([@renovate[bot]](https://github.com/apps/renovate))
* Other
* [#4256](https://github.com/midwayjs/midway/pull/4256) chore(deps): update dependency @types/node to v22.10.7 ([@renovate[bot]](https://github.com/apps/renovate))
* `mikro`
* [#4260](https://github.com/midwayjs/midway/pull/4260) chore(deps): update mikro-orm monorepo to v6.4.3 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 1
- Ghoster ([@ghostker](https://github.com/ghostker))



## v3.20.0 (2025-01-14)

#### :nail_care: Polish
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.20.0"
"version": "3.20.1"
}
2 changes: 1 addition & 1 deletion packages/mikro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mikro",
"version": "3.20.0",
"version": "3.20.1",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mongoose",
"version": "3.20.0",
"version": "3.20.1",
"description": "Midway Component for mongoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/swagger",
"version": "3.20.0",
"version": "3.20.1",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/typegoose",
"version": "3.20.0",
"version": "3.20.1",
"description": "Midway Component for typegoose",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@midwayjs/mongoose": "^3.20.0"
"@midwayjs/mongoose": "^3.20.1"
},
"devDependencies": {
"@midwayjs/core": "^3.20.0",
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.20.0",
"core": "3.20.0",
"timestamp": 1736866794565
"timestamp": 1737127217644
};
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.20.0",
"version": "3.20.1",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
25 changes: 20 additions & 5 deletions packages/version/versions/3_20_0-3_20_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@
"@midwayjs/jwt": "3.20.0",
"@midwayjs/kafka": "3.20.0",
"@midwayjs/leoric": "3.20.0",
"@midwayjs/mikro": "3.20.0",
"@midwayjs/mikro": [
"3.20.0",
"3.20.1"
],
"@midwayjs/mock": "3.20.0",
"@midwayjs/mongoose": "3.20.0",
"@midwayjs/mongoose": [
"3.20.0",
"3.20.1"
],
"@midwayjs/mqtt": "3.20.0",
"@midwayjs/oss": "3.20.0",
"@midwayjs/otel": "3.20.0",
Expand All @@ -48,15 +54,24 @@
"@midwayjs/session": "3.20.0",
"@midwayjs/socketio": "3.20.0",
"@midwayjs/static-file": "3.20.0",
"@midwayjs/swagger": "3.20.0",
"@midwayjs/swagger": [
"3.20.0",
"3.20.1"
],
"@midwayjs/tablestore": "3.20.0",
"@midwayjs/tags": "3.20.0",
"@midwayjs/tenant": "3.20.0",
"@midwayjs/typegoose": "3.20.0",
"@midwayjs/typegoose": [
"3.20.0",
"3.20.1"
],
"@midwayjs/typeorm": "3.20.0",
"@midwayjs/upload": "3.20.0",
"@midwayjs/validate": "3.20.0",
"@midwayjs/version": "3.20.0",
"@midwayjs/version": [
"3.20.0",
"3.20.1"
],
"@midwayjs/view": "3.20.0",
"@midwayjs/view-ejs": "3.20.0",
"@midwayjs/view-nunjucks": "3.20.0",
Expand Down
16 changes: 16 additions & 0 deletions scripts/rollback/rollback-3.20.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
# timestamp: 1737127201891

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/mikro: 3.20.0 => 3.20.1
# - @midwayjs/mongoose: 3.20.0 => 3.20.1
# - @midwayjs/swagger: 3.20.0 => 3.20.1
# - @midwayjs/typegoose: 3.20.0 => 3.20.1
# - @midwayjs/version: 3.20.0 => 3.20.1

0 comments on commit ce4b2a2

Please sign in to comment.