Skip to content

Commit 03adec5

Browse files
committed
v0.4.4
1 parent 8eefac6 commit 03adec5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ts-lib-scripts-example",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"private": true,
55
"dependencies": {
6-
"ts-lib-tools": "^0.4.3"
6+
"ts-lib-tools": "^0.4.4"
77
},
88
"scripts": {
99
"start": "ts-lib-tools watch",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "0.4.3"
7+
"version": "0.4.4"
88
}

packages/ts-lib-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lib-scripts",
3-
"version": "0.4.0",
3+
"version": "0.4.4",
44
"description": "一个以 🚀 速度创建零配置 TypeScript 库项目的命令行工具",
55
"license": "MIT",
66
"homepage": "https://github.com/sinoui/ts-lib-scripts",

packages/ts-lib-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lib-tools",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
55
"license": "MIT",
66
"homepage": "https://github.com/sinoui/ts-lib-scripts",

0 commit comments

Comments
 (0)