Skip to content

Commit

Permalink
v3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Mar 18, 2024
1 parent 3eaaaa6 commit 5a20eeb
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.15.4 (2024-03-18)

#### :bug: Bug Fix
* `mikro`
* [#3709](https://github.com/midwayjs/midway/pull/3709) fix(mikro): Ensure dataSourceName/contextName used in InjectRepository ([@odex21](https://github.com/odex21))

#### Committers: 1
- [@odex21](https://github.com/odex21)



## v3.15.3 (2024-03-16)

#### :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.15.3"
"version": "3.15.4"
}
2 changes: 1 addition & 1 deletion packages/mikro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/mikro",
"version": "3.15.3",
"version": "3.15.4",
"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.15.0",
"core": "3.15.0",
"timestamp": 1710587851397
"timestamp": 1710721844903
};
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.15.3",
"version": "3.15.4",
"description": "Midway Package Version Manager",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions packages/version/versions/3_15_0-3_15_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
"3.15.0",
"3.15.1",
"3.15.2",
"3.15.3"
"3.15.3",
"3.15.4"
],
"@midwayjs/mock": [
"3.15.0",
Expand Down Expand Up @@ -240,7 +241,8 @@
"3.15.0",
"3.15.1",
"3.15.2",
"3.15.3"
"3.15.3",
"3.15.4"
],
"@midwayjs/view": [
"3.15.0",
Expand Down
10 changes: 10 additions & 0 deletions scripts/rollback/rollback-3.15.4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
# timestamp: 1710721837271

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

# Changes:

# - @midwayjs/mikro: 3.15.3 => 3.15.4
# - @midwayjs/version: 3.15.3 => 3.15.4

0 comments on commit 5a20eeb

Please sign in to comment.