Skip to content

Commit

Permalink
v3.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 28, 2024
1 parent 5f02aaf commit dae4c9d
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 31 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log


## v3.14.9 (2024-01-28)

#### :nail_care: Polish
* `swagger`, `ws`
* [#3601](https://github.com/midwayjs/midway/pull/3601) feat: custom Ignore swagger endpoint ([@czy88840616](https://github.com/czy88840616))

#### :memo: Documentation
* [#3588](https://github.com/midwayjs/midway/pull/3588) docs: update egg.md ([@yiliang114](https://github.com/yiliang114))

#### :package: Dependencies
* `bull-board`, `bull`
* [#3593](https://github.com/midwayjs/midway/pull/3593) fix(deps): update bull monorepo ([@renovate[bot]](https://github.com/apps/renovate))
* `axios`, `http-proxy`
* [#3592](https://github.com/midwayjs/midway/pull/3592) fix(deps): update dependency axios to v1.6.7 ([@renovate[bot]](https://github.com/apps/renovate))
* `cos`, `oss`
* [#3589](https://github.com/midwayjs/midway/pull/3589) chore(deps): update dependency dotenv to v16.4.1 ([@renovate[bot]](https://github.com/apps/renovate))
* `casbin-typeorm-adapter`, `typeorm`
* [#3597](https://github.com/midwayjs/midway/pull/3597) chore(deps): update dependency typeorm to v0.3.20 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 3
- Harry Chen ([@czy88840616](https://github.com/czy88840616))
- waiting ([@waitingsong](https://github.com/waitingsong))
- 易良 ([@yiliang114](https://github.com/yiliang114))



## v3.14.8 (2024-01-22)

#### :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.8"
"version": "3.14.9"
}
2 changes: 1 addition & 1 deletion packages-legacy/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/orm",
"private": true,
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/task",
"version": "3.14.7",
"version": "3.14.9",
"private": true,
"description": "midway component for task and schedule",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/axios",
"description": "midway http client with axios",
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/bull-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull-board",
"version": "3.14.7",
"version": "3.14.9",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@bull-board/api": "5.14.0",
"@bull-board/ui": "5.14.0",
"@midwayjs/bull": "^3.14.7",
"@midwayjs/bull": "^3.14.9",
"ejs": "3.1.9"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/bull",
"version": "3.14.7",
"version": "3.14.9",
"description": "midway component for bull",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/casbin-typeorm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/casbin-typeorm-adapter",
"description": "midway casbin typeorm adapter",
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@midwayjs/casbin": "^3.14.7",
"@midwayjs/typeorm": "^3.14.7"
"@midwayjs/typeorm": "^3.14.9"
},
"keywords": [
"midway",
Expand Down
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.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/http-proxy",
"version": "3.14.7",
"version": "3.14.9",
"description": "Midway Component for http proxy",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/oss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/oss",
"description": "midway oss component",
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/otel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/otel",
"description": "midway open telemetry component",
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
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.14.8",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/typeorm",
"version": "3.14.7",
"version": "3.14.9",
"main": "dist/index.js",
"typings": "index.d.ts",
"bin": {
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.4",
"core": "3.14.4",
"timestamp": 1705892066987
"timestamp": 1706431995545
};
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.8",
"version": "3.14.9",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
36 changes: 24 additions & 12 deletions packages/version/versions/3_14_4-3_14_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
"@midwayjs/async-hooks-context-manager": "3.14.4",
"@midwayjs/axios": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/bootstrap": "3.14.4",
"@midwayjs/bull": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/bull-board": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/cache-manager": [
"3.14.4",
Expand All @@ -37,7 +40,8 @@
],
"@midwayjs/casbin-typeorm-adapter": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/code-dye": [
"3.14.4",
Expand All @@ -50,7 +54,8 @@
"@midwayjs/core": "3.14.4",
"@midwayjs/cos": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/cron": [
"3.14.4",
Expand Down Expand Up @@ -80,7 +85,8 @@
],
"@midwayjs/http-proxy": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/i18n": [
"3.14.4",
Expand Down Expand Up @@ -118,11 +124,13 @@
],
"@midwayjs/oss": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/otel": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/passport": [
"3.14.4",
Expand Down Expand Up @@ -172,7 +180,8 @@
"3.14.4",
"3.14.6",
"3.14.7",
"3.14.8"
"3.14.8",
"3.14.9"
],
"@midwayjs/tablestore": [
"3.14.4",
Expand All @@ -188,7 +197,8 @@
],
"@midwayjs/typeorm": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
],
"@midwayjs/upload": [
"3.14.4",
Expand All @@ -203,7 +213,8 @@
"3.14.5",
"3.14.6",
"3.14.7",
"3.14.8"
"3.14.8",
"3.14.9"
],
"@midwayjs/view": [
"3.14.4",
Expand Down Expand Up @@ -231,6 +242,7 @@
],
"@midwayjs/ws": [
"3.14.4",
"3.14.7"
"3.14.7",
"3.14.9"
]
}
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/ws",
"version": "3.14.7",
"version": "3.14.9",
"description": "Midway Web Framework for ws",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand All @@ -23,8 +23,8 @@
],
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^3.14.7",
"@midwayjs/core": "^3.14.4",
"@midwayjs/mock": "^3.14.7",
"fs-extra": "11.2.0"
},
"dependencies": {
Expand Down
30 changes: 30 additions & 0 deletions scripts/rollback/rollback-3.14.9.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/bin/bash
# timestamp: 1706431963688

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
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
npm dist-tag add @midwayjs/[email protected] latest
npm dist-tag add @midwayjs/[email protected] latest

# Changes:

# - @midwayjs/axios: 3.14.7 => 3.14.9
# - @midwayjs/bull: 3.14.7 => 3.14.9
# - @midwayjs/bull-board: 3.14.7 => 3.14.9
# - @midwayjs/casbin-typeorm-adapter: 3.14.7 => 3.14.9
# - @midwayjs/cos: 3.14.7 => 3.14.9
# - @midwayjs/http-proxy: 3.14.7 => 3.14.9
# - @midwayjs/oss: 3.14.7 => 3.14.9
# - @midwayjs/otel: 3.14.7 => 3.14.9
# - @midwayjs/swagger: 3.14.8 => 3.14.9
# - @midwayjs/typeorm: 3.14.7 => 3.14.9
# - @midwayjs/version: 3.14.8 => 3.14.9
# - @midwayjs/ws: 3.14.7 => 3.14.9

0 comments on commit dae4c9d

Please sign in to comment.