From f54b16641e20321ceb6257769eaea23f6e3f6d81 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Wed, 21 Aug 2024 02:06:16 +0000 Subject: [PATCH] chore(release): publish - @egg/hooks@1.2.0 - @egg/lark-msg-tool@1.2.0 - @egg/logger@1.3.0 - @egg/net-tool@1.4.0 - @egg/path-tool@1.3.0 --- package-lock.json | 12 ++++++------ packages/hooks/CHANGELOG.md | 6 ++++++ packages/hooks/package.json | 4 ++-- packages/lark-msg-tool/CHANGELOG.md | 6 ++++++ packages/lark-msg-tool/package.json | 4 ++-- packages/logger/CHANGELOG.md | 6 ++++++ packages/logger/package.json | 4 ++-- packages/net-tool/CHANGELOG.md | 6 ++++++ packages/net-tool/package.json | 6 +++--- packages/path-tool/CHANGELOG.md | 6 ++++++ packages/path-tool/package.json | 4 ++-- 11 files changed, 47 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf5eb21..fff0556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12250,7 +12250,7 @@ }, "packages/hooks": { "name": "@egg/hooks", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "dependencies": { "lodash": "*" @@ -12258,12 +12258,12 @@ }, "packages/lark-msg-tool": { "name": "@egg/lark-msg-tool", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC" }, "packages/logger": { "name": "@egg/logger", - "version": "1.2.1", + "version": "1.3.0", "license": "ISC", "dependencies": { "winston": "*", @@ -12272,16 +12272,16 @@ }, "packages/net-tool": { "name": "@egg/net-tool", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { - "@egg/logger": "*", + "@egg/logger": "^1.3.0", "winston": "*" } }, "packages/path-tool": { "name": "@egg/path-tool", - "version": "1.2.1", + "version": "1.3.0", "license": "ISC" } } diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 0038cea..afc9368 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.2.0 (2024-08-21) + +### Features + +- **global-link:** 支持修改编译后的链接指向 ([4f787c0](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/4f787c01c0ca2b790e29452387b6e16aa8b0526a)) + # 1.1.0 (2024-08-20) ### Features diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f43238a..6fe77cd 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@egg/hooks", - "version": "1.1.0", + "version": "1.2.0", "description": "Hooks for Egg projects", "type": "module", "main": "src/index.ts", @@ -21,4 +21,4 @@ "dependencies": { "lodash": "*" } -} \ No newline at end of file +} diff --git a/packages/lark-msg-tool/CHANGELOG.md b/packages/lark-msg-tool/CHANGELOG.md index 2829793..7ae3702 100644 --- a/packages/lark-msg-tool/CHANGELOG.md +++ b/packages/lark-msg-tool/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.1.0...@egg/lark-msg-tool@1.2.0) (2024-08-21) + +### Features + +- **global-link:** 支持修改编译后的链接指向 ([4f787c0](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/4f787c01c0ca2b790e29452387b6e16aa8b0526a)) + # 1.1.0 (2024-08-21) ### Features diff --git a/packages/lark-msg-tool/package.json b/packages/lark-msg-tool/package.json index 317cb90..4f55a0a 100644 --- a/packages/lark-msg-tool/package.json +++ b/packages/lark-msg-tool/package.json @@ -1,6 +1,6 @@ { "name": "@egg/lark-msg-tool", - "version": "1.1.0", + "version": "1.2.0", "description": "Lark Msg Tools for Egg projects", "type": "module", "main": "src/index.ts", @@ -17,4 +17,4 @@ ], "author": "RainSun ", "license": "ISC" -} \ No newline at end of file +} diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index c99bbbe..ff0f89d 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.3.0 (2024-08-21) + +### Features + +- **global-link:** 支持修改编译后的链接指向 ([4f787c0](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/4f787c01c0ca2b790e29452387b6e16aa8b0526a)) + ## [1.2.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.2.0...@egg/logger@1.2.1) (2024-08-20) **Note:** Version bump only for package @egg/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 4a5e925..11310ce 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@egg/logger", - "version": "1.2.1", + "version": "1.3.0", "description": "Logger for Egg projects", "type": "module", "main": "src/index.ts", @@ -20,4 +20,4 @@ "winston": "*", "winston-daily-rotate-file": "*" } -} \ No newline at end of file +} diff --git a/packages/net-tool/CHANGELOG.md b/packages/net-tool/CHANGELOG.md index 2a46101..cd89050 100644 --- a/packages/net-tool/CHANGELOG.md +++ b/packages/net-tool/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.3.0...@egg/net-tool@1.4.0) (2024-08-21) + +### Features + +- **global-link:** 支持修改编译后的链接指向 ([4f787c0](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/4f787c01c0ca2b790e29452387b6e16aa8b0526a)) + # 1.3.0 (2024-08-21) ### Features diff --git a/packages/net-tool/package.json b/packages/net-tool/package.json index 9707f2c..508f84c 100644 --- a/packages/net-tool/package.json +++ b/packages/net-tool/package.json @@ -1,6 +1,6 @@ { "name": "@egg/net-tool", - "version": "1.3.0", + "version": "1.4.0", "description": "Net Tools for Egg projects", "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "author": "RainSun ", "license": "ISC", "dependencies": { - "@egg/logger": "*", + "@egg/logger": "^1.3.0", "winston": "*" } -} \ No newline at end of file +} diff --git a/packages/path-tool/CHANGELOG.md b/packages/path-tool/CHANGELOG.md index 60eb6cc..b46cab1 100644 --- a/packages/path-tool/CHANGELOG.md +++ b/packages/path-tool/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.3.0 (2024-08-21) + +### Features + +- **global-link:** 支持修改编译后的链接指向 ([4f787c0](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/4f787c01c0ca2b790e29452387b6e16aa8b0526a)) + ## [1.2.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/path-tool@1.2.0...@egg/path-tool@1.2.1) (2024-08-20) **Note:** Version bump only for package @egg/path-tool diff --git a/packages/path-tool/package.json b/packages/path-tool/package.json index 0a9d1f4..14013d7 100644 --- a/packages/path-tool/package.json +++ b/packages/path-tool/package.json @@ -1,6 +1,6 @@ { "name": "@egg/path-tool", - "version": "1.2.1", + "version": "1.3.0", "description": "Path Tools for Egg projects", "type": "module", "main": "src/index.ts", @@ -16,4 +16,4 @@ ], "author": "RainSun ", "license": "ISC" -} \ No newline at end of file +}