diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de345ee0..2d529eac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/core": "1.3.11", + "packages/core": "1.3.12", "packages/cli": "1.0.1", "packages/create-karin": "1.0.4", - "packages/web": "1.3.4" + "packages/web": "1.3.5" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1460a44c..ac543d83 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # 更新日志 +## [1.3.12](https://github.com/KarinJS/Karin/compare/core-v1.3.11...core-v1.3.12) (2025-02-15) + + +### 🐛 Bug Fixes + +* 组件分隔线适配描述文本 ([cedff08](https://github.com/KarinJS/Karin/commit/cedff082a8b1b4a169640f3e812d13f646a2cfbb)) + ## [1.3.11](https://github.com/KarinJS/Karin/compare/core-v1.3.10...core-v1.3.11) (2025-02-15) diff --git a/packages/core/package.json b/packages/core/package.json index d18a5350..9a983e27 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "node-karin", - "version": "1.3.11", + "version": "1.3.12", "description": "Lightweight, efficient, concise, and stable robot framework.", "keywords": [ "node", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e48577a3..de556708 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.5](https://github.com/KarinJS/Karin/compare/web-v1.3.4...web-v1.3.5) (2025-02-15) + + +### 🐛 Bug Fixes + +* 卸载按钮添加二次确认 ([87f3a8d](https://github.com/KarinJS/Karin/commit/87f3a8dcd1264dce8e15d62e8fc3c0615670a65e)) +* 组件分隔线适配描述文本 ([cedff08](https://github.com/KarinJS/Karin/commit/cedff082a8b1b4a169640f3e812d13f646a2cfbb)) + ## [1.3.4](https://github.com/KarinJS/Karin/compare/web-v1.3.3...web-v1.3.4) (2025-02-15) diff --git a/packages/web/package.json b/packages/web/package.json index 6ffc2b93..bec3f24d 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "karin-webui", "private": true, - "version": "1.3.4", + "version": "1.3.5", "type": "module", "scripts": { "dev": "vite",