Skip to content

Commit 49be3a1

Browse files
chore: release main (#310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2dcdb0 commit 49be3a1

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/core": "1.7.1",
2+
"packages/core": "1.7.2",
33
"packages/cli": "1.0.1",
44
"packages/create-karin": "1.0.4",
5-
"packages/web": "1.7.1"
5+
"packages/web": "1.7.2"
66
}

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 更新日志
22

3+
## [1.7.2](https://github.com/KarinJS/Karin/compare/core-v1.7.1...core-v1.7.2) (2025-03-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 细节优化 ([a2dcdb0](https://github.com/KarinJS/Karin/commit/a2dcdb0eaaed203c77ab8c0f553e7db84000a6e4))
9+
310
## [1.7.1](https://github.com/KarinJS/Karin/compare/core-v1.7.0...core-v1.7.1) (2025-03-12)
411

512

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-karin",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Lightweight, efficient, concise, and stable robot framework.",
55
"keywords": [
66
"node",

packages/web/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.2](https://github.com/KarinJS/Karin/compare/web-v1.7.1...web-v1.7.2) (2025-03-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 细节优化 ([a2dcdb0](https://github.com/KarinJS/Karin/commit/a2dcdb0eaaed203c77ab8c0f553e7db84000a6e4))
9+
310
## [1.7.1](https://github.com/KarinJS/Karin/compare/web-v1.7.0...web-v1.7.1) (2025-03-12)
411

512

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "karin-webui",
33
"private": true,
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)