chore(release): publish

- @egg/logger@1.0.1
 - @egg/net-tool@1.0.1
 - @egg/path-tool@1.0.1
This commit is contained in:
zhaoyingbo 2024-08-19 02:06:07 +00:00
parent ca2537882c
commit 3d6d11baac
7 changed files with 42 additions and 12 deletions

8
package-lock.json generated
View File

@ -11424,7 +11424,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"winston": "*",
@ -11433,16 +11433,16 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"@egg/logger": "*",
"@egg/logger": "^1.0.1",
"winston": "*"
}
},
"packages/path-tool": {
"name": "@egg/path-tool",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC"
}
}

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Logger for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -20,4 +20,4 @@
"winston": "*",
"winston-daily-rotate-file": "*"
}
}
}

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.0.0",
"version": "1.0.1",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -17,7 +17,7 @@
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"winston": "*",
"@egg/logger": "*"
"@egg/logger": "^1.0.1",
"winston": "*"
}
}
}

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/path-tool",
"version": "1.0.0",
"version": "1.0.1",
"description": "Path Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -16,4 +16,4 @@
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC"
}
}