chore(release): publish
- @egg/logger@1.1.0 - @egg/net-tool@1.1.0 - @egg/path-tool@1.1.0
This commit is contained in:
parent
545aeb1212
commit
a2468309e5
8
package-lock.json
generated
8
package-lock.json
generated
@ -12234,7 +12234,7 @@
|
||||
},
|
||||
"packages/logger": {
|
||||
"name": "@egg/logger",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"winston": "*",
|
||||
@ -12243,16 +12243,16 @@
|
||||
},
|
||||
"packages/net-tool": {
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@egg/logger": "*",
|
||||
"@egg/logger": "^1.1.0",
|
||||
"winston": "*"
|
||||
}
|
||||
},
|
||||
"packages/path-tool": {
|
||||
"name": "@egg/path-tool",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
|
10
packages/logger/CHANGELOG.md
Normal file
10
packages/logger/CHANGELOG.md
Normal 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.1.0 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 完成所有包及其自动发布部署 [#3](http://yingbo.im:3000/zhaoyingbo/egg_tools/issues/3) ([ca2f556](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2f556b3429daac8f765a0c3a9a81aa6db827bc))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/logger",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Logger for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -20,4 +20,4 @@
|
||||
"winston": "*",
|
||||
"winston-daily-rotate-file": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
14
packages/net-tool/CHANGELOG.md
Normal file
14
packages/net-tool/CHANGELOG.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# 1.1.0 (2024-08-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- 修复版本依赖错误 ([7b64fb6](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/7b64fb6db0665b66f9b31a834879acdd50b61b82))
|
||||
|
||||
### Features
|
||||
|
||||
- 完成所有包及其自动发布部署 [#3](http://yingbo.im:3000/zhaoyingbo/egg_tools/issues/3) ([ca2f556](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2f556b3429daac8f765a0c3a9a81aa6db827bc))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/net-tool",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Net Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -17,7 +17,7 @@
|
||||
"author": "RainSun <zhaoyingbo@live.cn>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@egg/logger": "*",
|
||||
"@egg/logger": "^1.1.0",
|
||||
"winston": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
10
packages/path-tool/CHANGELOG.md
Normal file
10
packages/path-tool/CHANGELOG.md
Normal 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.1.0 (2024-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- 完成所有包及其自动发布部署 [#3](http://yingbo.im:3000/zhaoyingbo/egg_tools/issues/3) ([ca2f556](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2f556b3429daac8f765a0c3a9a81aa6db827bc))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@egg/path-tool",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Path Tools for Egg projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user