Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #318

Merged
merged 1 commit into from
Mar 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/core": "1.7.7",
"packages/core": "1.7.8",
"packages/cli": "1.0.1",
"packages/create-karin": "1.0.4",
"packages/web": "1.7.6"
"packages/create-karin": "1.0.5",
"packages/web": "1.7.7"
}
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 更新日志

## [1.7.8](https://github.com/KarinJS/Karin/compare/core-v1.7.7...core-v1.7.8) (2025-03-23)


### 🐛 Bug Fixes

* fix [#316](https://github.com/KarinJS/Karin/issues/316) ([4c2340b](https://github.com/KarinJS/Karin/commit/4c2340bbd47c193182e2b1761e1840e39c7b3e70))
* fix [#322](https://github.com/KarinJS/Karin/issues/322) ([4214772](https://github.com/KarinJS/Karin/commit/421477269702d06d67d915000186efc5177f9f69))
* **网络监控:** 优化网络监控组件的轮询和图表管理 ([73369c7](https://github.com/KarinJS/Karin/commit/73369c791c5c4b7a59e5c31ff6ec464523d490ac))


### 💄 Styles

* 优化部分样式 ([5eaaeed](https://github.com/KarinJS/Karin/commit/5eaaeed6722efdd9e282e9ab43b5f59c5975ab3f))


### 🎡 Continuous Integration

* 锁定版本 ([db44a80](https://github.com/KarinJS/Karin/commit/db44a80e4ebb4a63fb47c7c58113fbebff0aa07f))

## [1.7.7](https://github.com/KarinJS/Karin/compare/core-v1.7.6...core-v1.7.7) (2025-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-karin",
"version": "1.7.7",
"version": "1.7.8",
"description": "Lightweight, efficient, concise, and stable robot framework.",
"keywords": [
"node",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-karin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.5](https://github.com/KarinJS/Karin/compare/create-karin-v1.0.4...create-karin-v1.0.5) (2025-03-23)


### 🎡 Continuous Integration

* 锁定版本 ([db44a80](https://github.com/KarinJS/Karin/commit/db44a80e4ebb4a63fb47c7c58113fbebff0aa07f))

## [1.0.4](https://github.com/KarinJS/Karin/compare/create-karin-v1.0.3...create-karin-v1.0.4) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-karin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-karin",
"version": "1.0.4",
"version": "1.0.5",
"description": "CLI tool for creating Karin projects",
"type": "module",
"main": "./lib/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.7.7](https://github.com/KarinJS/Karin/compare/web-v1.7.6...web-v1.7.7) (2025-03-23)


### 🐛 Bug Fixes

* **网络监控:** 优化网络监控组件的轮询和图表管理 ([73369c7](https://github.com/KarinJS/Karin/commit/73369c791c5c4b7a59e5c31ff6ec464523d490ac))


### 💄 Styles

* 优化开关、输入框样式 ([7f20dae](https://github.com/KarinJS/Karin/commit/7f20daee4676c98a72259c2ae54c6167aa4e8ca4))
* 优化部分样式 ([5eaaeed](https://github.com/KarinJS/Karin/commit/5eaaeed6722efdd9e282e9ab43b5f59c5975ab3f))

## [1.7.6](https://github.com/KarinJS/Karin/compare/web-v1.7.5...web-v1.7.6) (2025-03-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "karin-webui",
"private": true,
"version": "1.7.6",
"version": "1.7.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down