Skip to content

Commit cfa7bb2

Browse files
chore: release main 1.7.3 (#311)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6f273a commit cfa7bb2

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.2",
2+
"packages/core": "1.7.3",
33
"packages/cli": "1.0.1",
44
"packages/create-karin": "1.0.4",
5-
"packages/web": "1.7.2"
5+
"packages/web": "1.7.3"
66
}

packages/core/CHANGELOG.md

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

3+
## [1.7.3](https://github.com/KarinJS/Karin/compare/core-v1.7.2...core-v1.7.3) (2025-03-14)
4+
5+
6+
### ♻️ Code Refactoring
7+
8+
* 去除level 使用sqlite3代替 ([d4d950f](https://github.com/KarinJS/Karin/commit/d4d950f923bd7357c90a39e474418157baa7a22e))
9+
310
## [1.7.2](https://github.com/KarinJS/Karin/compare/core-v1.7.1...core-v1.7.2) (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.2",
3+
"version": "1.7.3",
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.3](https://github.com/KarinJS/Karin/compare/web-v1.7.2...web-v1.7.3) (2025-03-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 只有小屏幕和处于配置页面下才不置顶根导航栏 ([2a584b2](https://github.com/KarinJS/Karin/commit/2a584b28c198fdf6b4e62656f848358309acf058))
9+
310
## [1.7.2](https://github.com/KarinJS/Karin/compare/web-v1.7.1...web-v1.7.2) (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.2",
4+
"version": "1.7.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)