Skip to content

Commit

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


## v3.18.1 (2024-09-23)

#### :bug: Bug Fix
* `cache-manager`, `swagger`
* [#4083](https://github.com/midwayjs/midway/pull/4083) fix: ensure compatibility with Swagger response schema and fix the parsing of enum types ([@czy88840616](https://github.com/czy88840616))

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



## v3.18.0 (2024-09-22)

#### :rocket: New Feature
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.18.0"
"version": "3.18.1"
}
2 changes: 1 addition & 1 deletion packages-legacy/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/cache",
"version": "3.18.0",
"version": "3.18.1",
"description": "midway cache manager",
"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.18.0",
"version": "3.18.1",
"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.18.0",
"version": "3.18.1",
"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.18.0",
"@midwayjs/cache-manager": "^3.18.1",
"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/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/swagger",
"version": "3.18.0",
"version": "3.18.1",
"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.18.0",
"core": "3.18.0",
"timestamp": 1726980064715
"timestamp": 1727087291497
};
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.18.0",
"version": "3.18.1",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
20 changes: 16 additions & 4 deletions packages/version/versions/3_18_0-3_18_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@
"@midwayjs/bull": "3.18.0",
"@midwayjs/bull-board": "3.18.0",
"@midwayjs/busboy": "3.18.0",
"@midwayjs/cache-manager": "3.18.0",
"@midwayjs/captcha": "3.18.0",
"@midwayjs/cache-manager": [
"3.18.0",
"3.18.1"
],
"@midwayjs/captcha": [
"3.18.0",
"3.18.1"
],
"@midwayjs/casbin": "3.18.0",
"@midwayjs/casbin-redis-adapter": "3.18.0",
"@midwayjs/casbin-typeorm-adapter": "3.18.0",
Expand Down Expand Up @@ -47,15 +53,21 @@
"@midwayjs/session": "3.18.0",
"@midwayjs/socketio": "3.18.0",
"@midwayjs/static-file": "3.18.0",
"@midwayjs/swagger": "3.18.0",
"@midwayjs/swagger": [
"3.18.0",
"3.18.1"
],
"@midwayjs/tablestore": "3.18.0",
"@midwayjs/tags": "3.18.0",
"@midwayjs/tenant": "3.18.0",
"@midwayjs/typegoose": "3.18.0",
"@midwayjs/typeorm": "3.18.0",
"@midwayjs/upload": "3.18.0",
"@midwayjs/validate": "3.18.0",
"@midwayjs/version": "3.18.0",
"@midwayjs/version": [
"3.18.0",
"3.18.1"
],
"@midwayjs/view": "3.18.0",
"@midwayjs/view-ejs": "3.18.0",
"@midwayjs/view-nunjucks": "3.18.0",
Expand Down
14 changes: 14 additions & 0 deletions scripts/rollback/rollback-3.18.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# timestamp: 1727087287160

npm dist-tag add @midwayjs/cache-manager@3.18.0 latest
npm dist-tag add @midwayjs/captcha@3.18.0 latest
npm dist-tag add @midwayjs/swagger@3.18.0 latest
npm dist-tag add @midwayjs/version@3.18.0 latest

# Changes:

# - @midwayjs/cache-manager: 3.18.0 => 3.18.1
# - @midwayjs/captcha: 3.18.0 => 3.18.1
# - @midwayjs/swagger: 3.18.0 => 3.18.1
# - @midwayjs/version: 3.18.0 => 3.18.1

0 comments on commit 3d605e3

Please sign in to comment.