Skip to content

Commit

Permalink
v3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 14, 2024
1 parent d9b831a commit 74e08b9
Show file tree
Hide file tree
Showing 7 changed files with 33 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.1 (2024-01-14)

#### :bug: Bug Fix
* `swagger`
* [#3559](https://github.com/midwayjs/midway/pull/3559) fix: swagger-ui-dist require missing ([@czy88840616](https://github.com/czy88840616))

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



## v3.14.0 (2024-01-13)

#### :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.14.0"
"version": "3.14.1"
}
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.0",
"version": "3.14.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.14.0",
"core": "3.14.0",
"timestamp": 1705154334130
"timestamp": 1705206872897
};
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.0",
"version": "3.14.1",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 8 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 @@ -46,14 +46,20 @@
"@midwayjs/session": "3.14.0",
"@midwayjs/socketio": "3.14.0",
"@midwayjs/static-file": "3.14.0",
"@midwayjs/swagger": "3.14.0",
"@midwayjs/swagger": [
"3.14.0",
"3.14.1"
],
"@midwayjs/tablestore": "3.14.0",
"@midwayjs/tags": "3.14.0",
"@midwayjs/typegoose": "3.14.0",
"@midwayjs/typeorm": "3.14.0",
"@midwayjs/upload": "3.14.0",
"@midwayjs/validate": "3.14.0",
"@midwayjs/version": "3.14.0",
"@midwayjs/version": [
"3.14.0",
"3.14.1"
],
"@midwayjs/view": "3.14.0",
"@midwayjs/view-ejs": "3.14.0",
"@midwayjs/view-nunjucks": "3.14.0",
Expand Down
10 changes: 10 additions & 0 deletions scripts/rollback/rollback-3.14.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
# timestamp: 1705206865876

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

# Changes:

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

0 comments on commit 74e08b9

Please sign in to comment.