Skip to content

Commit

Permalink
chore: release main (#246)
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 Jan 21, 2025
1 parent 6d091d4 commit 066d4a6
Show file tree
Hide file tree
Showing 5 changed files with 42 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.2.1",
"packages/core": "1.2.2",
"packages/cli": "1.0.1",
"packages/create-karin": "1.0.2",
"packages/web": "1.1.0"
"packages/web": "1.2.0"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 更新日志

## [1.2.2](https://github.com/KarinJS/Karin/compare/core-v1.2.1...core-v1.2.2) (2025-01-21)


### 🐛 Bug Fixes

* @heroui/popover ([0a9039a](https://github.com/KarinJS/Karin/commit/0a9039acd447d743532f9270ff3d5715314c7e82))
* Components types ([447bd62](https://github.com/KarinJS/Karin/commit/447bd62fba77be04351e4b708926913174f07997))
* file api ([1df3ee2](https://github.com/KarinJS/Karin/commit/1df3ee22128bb77ae4ca340cd8316ca0c71601c9))
* set env ([c3b311e](https://github.com/KarinJS/Karin/commit/c3b311e3830f36697f369eb62d6cbaccea0df56b))
* 修正保存的类型错误 ([bd042fe](https://github.com/KarinJS/Karin/commit/bd042feac367b4fd768e585dd41e87564029aa00))
* 配置 ([aa6d02d](https://github.com/KarinJS/Karin/commit/aa6d02dfb78baa385acc0405b77da7176fbe662d))
* 重构配置文件格式 ([1abd5be](https://github.com/KarinJS/Karin/commit/1abd5be785074d02453cc0ddfa46022d871c62bd))

## [1.2.1](https://github.com/KarinJS/Karin/compare/core-v1.2.0...core-v1.2.1) (2025-01-18)


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.2.1",
"version": "1.2.2",
"description": "Lightweight, efficient, concise, and stable robot framework.",
"keywords": [
"node",
Expand Down
25 changes: 25 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.2.0](https://github.com/KarinJS/Karin/compare/web-v1.1.0...web-v1.2.0) (2025-01-21)


### ✨ Features

* 沙箱调试UI,关于页面,部分页面占位 ([03f3899](https://github.com/KarinJS/Karin/commit/03f389987fe7bfef0d92ddf70bf8a7c10139da9f))


### 🐛 Bug Fixes

* @heroui/popover ([0a9039a](https://github.com/KarinJS/Karin/commit/0a9039acd447d743532f9270ff3d5715314c7e82))
* file api ([1df3ee2](https://github.com/KarinJS/Karin/commit/1df3ee22128bb77ae4ca340cd8316ca0c71601c9))
* set env ([c3b311e](https://github.com/KarinJS/Karin/commit/c3b311e3830f36697f369eb62d6cbaccea0df56b))
* 优化页面间距 ([7d6e47d](https://github.com/KarinJS/Karin/commit/7d6e47d3a5ea9ccc5e51a72115057a0f27c456f1))
* 配置 ([aa6d02d](https://github.com/KarinJS/Karin/commit/aa6d02dfb78baa385acc0405b77da7176fbe662d))
* 重构配置文件格式 ([1abd5be](https://github.com/KarinJS/Karin/commit/1abd5be785074d02453cc0ddfa46022d871c62bd))
* 页面缺失 ([6c8b9c6](https://github.com/KarinJS/Karin/commit/6c8b9c60faddd4734449f2634065f5c038705655))


### 💄 Styles

* 配置页面样式objectArray ([6d091d4](https://github.com/KarinJS/Karin/commit/6d091d43514227cc9a21464cbcda25dc5149b7ce))
* 配置页面样式微调 ([4291a1a](https://github.com/KarinJS/Karin/commit/4291a1a3fa355910d698cb069a320dea0b099621))
* 配置页面样式微调 ([362c9cc](https://github.com/KarinJS/Karin/commit/362c9cc109aa2869052e4fc6b3c57ac434d6c939))

## [1.1.0](https://github.com/KarinJS/Karin/compare/web-v1.0.0...web-v1.1.0) (2025-01-18)


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

0 comments on commit 066d4a6

Please sign in to comment.