Skip to content

Commit

Permalink
v3.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jul 26, 2024
1 parent 8987aba commit 3daa965
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log


## v3.16.7 (2024-07-26)

#### :bug: Bug Fix
* `upload`
* [#3981](https://github.com/midwayjs/midway/pull/3981) fix: single field when allowFieldsDuplication enabled ([@czy88840616](https://github.com/czy88840616))

#### :package: Dependencies
* `cos`
* [#3973](https://github.com/midwayjs/midway/pull/3973) fix(deps): update dependency cos-nodejs-sdk-v5 to v2.14.4 ([@renovate[bot]](https://github.com/apps/renovate))

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



## v3.16.6 (2024-07-26)

#### :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.16.6"
"version": "3.16.7"
}
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.5",
"version": "3.16.7",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/upload",
"version": "3.16.6",
"version": "3.16.7",
"description": "Midway Component for upload",
"main": "dist/index.js",
"typings": "index.d.ts",
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": 1721964045664
"timestamp": 1721981374063
};
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.6",
"version": "3.16.7",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 6 additions & 3 deletions packages/version/versions/3_16_2-3_16_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"3.16.2",
"3.16.3",
"3.16.4",
"3.16.5"
"3.16.5",
"3.16.7"
],
"@midwayjs/cron": [
"3.16.2",
Expand Down Expand Up @@ -279,7 +280,8 @@
"3.16.2",
"3.16.4",
"3.16.5",
"3.16.6"
"3.16.6",
"3.16.7"
],
"@midwayjs/validate": [
"3.16.2",
Expand All @@ -292,7 +294,8 @@
"3.16.3",
"3.16.4",
"3.16.5",
"3.16.6"
"3.16.6",
"3.16.7"
],
"@midwayjs/view": [
"3.16.2",
Expand Down
12 changes: 12 additions & 0 deletions scripts/rollback/rollback-3.16.7.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
# timestamp: 1721981363820

npm dist-tag add @midwayjs/cos@3.16.5 latest
npm dist-tag add @midwayjs/upload@3.16.6 latest
npm dist-tag add @midwayjs/version@3.16.6 latest

# Changes:

# - @midwayjs/cos: 3.16.5 => 3.16.7
# - @midwayjs/upload: 3.16.6 => 3.16.7
# - @midwayjs/version: 3.16.6 => 3.16.7

0 comments on commit 3daa965

Please sign in to comment.