Skip to content

Commit 46cebcc

Browse files
committed
release(@142vip/utils): publish v0.0.1-alpha.5
1 parent 20e3c0d commit 46cebcc

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

packages/utils/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## v0.0.1-alpha.5 (2024-09-24)
6+
7+
### ✨ Features
8+
9+
- 拓展`buildImage`函数,支持`Dockerfile`中的`--target`参数,分步骤构建 &nbsp;-&nbsp; by **chufan** [<samp>(b558a)</samp>](https://github.com/142vip/core-x/commit/b558a7c)
10+
- 修改命令输出日志格式 &nbsp;-&nbsp; by **chufan** [<samp>(92036)</samp>](https://github.com/142vip/core-x/commit/92036b7)
11+
12+
### 🐛 Bug Fixes
13+
14+
- 拓展`buildImage`函数功能,增加`memory`参数,支持`Docker`内存限制 &nbsp;-&nbsp; by **chufan** [<samp>(694f0)</samp>](https://github.com/142vip/core-x/commit/694f054)
15+
16+
**Release New Version v0.0.1-alpha.5 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**
17+
518
## v0.0.1-alpha.4 (2024-09-21)
619

720
### ✨ Features

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@142vip/utils",
33
"type": "module",
4-
"version": "0.0.1-alpha.4",
4+
"version": "0.0.1-alpha.5",
55
"private": false,
66
"description": "基础工具集合",
77
"author": "mmdapl <mmdapl@163.com>",

turbo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"dependsOn": [
55
"^build"
66
],
7-
"cache": false,
7+
"cache": true,
88
"outputs": []
99
},
1010
"lint": {
1111
"outputs": []
1212
},
1313
"dev": {
14-
"cache": false
14+
"cache": true
1515
},
1616
"test": {
17-
"cache": false
17+
"cache": true
1818
},
1919
"start": {
20-
"cache": false
20+
"cache": true
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)