Skip to content

Commit

Permalink
v3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 14, 2024
1 parent 5ea69a7 commit e2bc0f0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 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.14.2 (2024-01-14)

#### :bug: Bug Fix
* `swagger`
* [#3560](https://github.com/midwayjs/midway/pull/3560) fix: swagger render json not match path ([@czy88840616](https://github.com/czy88840616))

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



## v3.14.1 (2024-01-14)

#### :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.14.1"
"version": "3.14.2"
}
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.14.1",
"version": "3.14.2",
"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.14.0",
"core": "3.14.0",
"timestamp": 1705206872897
"timestamp": 1705251190742
};
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.14.1",
"version": "3.14.2",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions packages/version/versions/3_14_0-3_14_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"@midwayjs/static-file": "3.14.0",
"@midwayjs/swagger": [
"3.14.0",
"3.14.1"
"3.14.1",
"3.14.2"
],
"@midwayjs/tablestore": "3.14.0",
"@midwayjs/tags": "3.14.0",
Expand All @@ -58,7 +59,8 @@
"@midwayjs/validate": "3.14.0",
"@midwayjs/version": [
"3.14.0",
"3.14.1"
"3.14.1",
"3.14.2"
],
"@midwayjs/view": "3.14.0",
"@midwayjs/view-ejs": "3.14.0",
Expand Down
10 changes: 10 additions & 0 deletions scripts/rollback/rollback-3.14.2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
# timestamp: 1705251183986

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

# Changes:

# - @midwayjs/swagger: 3.14.1 => 3.14.2
# - @midwayjs/version: 3.14.1 => 3.14.2

0 comments on commit e2bc0f0

Please sign in to comment.