Skip to content

Commit

Permalink
chore: release main (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 16, 2025
1 parent 87f3a8d commit e5b8163
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.3.11",
"version": "1.3.12",
"description": "Lightweight, efficient, concise, and stable robot framework.",
"keywords": [
"node",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.3.4",
"version": "1.3.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit e5b8163

Please sign in to comment.