Skip to content

Commit

Permalink
chore: release main (#273)
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 18, 2025
1 parent 1105da3 commit 2e0a98b
Show file tree
Hide file tree
Showing 5 changed files with 30 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.13",
"packages/core": "1.3.14",
"packages/cli": "1.0.1",
"packages/create-karin": "1.0.4",
"packages/web": "1.3.5"
"packages/web": "1.3.6"
}
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## [1.3.14](https://github.com/KarinJS/Karin/compare/core-v1.3.13...core-v1.3.14) (2025-02-18)


### 🐛 Bug Fixes

* connectTime ([b6ec69e](https://github.com/KarinJS/Karin/commit/b6ec69e04acbf043ccd1724e583de7e4c19b4d24))
* redis.setEx ([f6f69ed](https://github.com/KarinJS/Karin/commit/f6f69ed1a4b35826011954a2df229514456a9958))
* 手风琴适配输入框组 ([1e33a72](https://github.com/KarinJS/Karin/commit/1e33a72157fd1c4420f3c97a45bce0412bc31cb0))
* 新增组件输入框组 ([834a2bd](https://github.com/KarinJS/Karin/commit/834a2bd558670ebff54ef948c1f3fd15d026077b))

## [1.3.13](https://github.com/KarinJS/Karin/compare/core-v1.3.12...core-v1.3.13) (2025-02-16)


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

## [1.3.6](https://github.com/KarinJS/Karin/compare/web-v1.3.5...web-v1.3.6) (2025-02-18)


### 🐛 Bug Fixes

* ...该死的手风琴 我恨手风琴 ([2349b71](https://github.com/KarinJS/Karin/commit/2349b7146e420e35233192c9e937322b48bdc20a))
* build error ([8f00701](https://github.com/KarinJS/Karin/commit/8f00701ff21eb948ad65884a89f4e44ef871dd39))
* 删除多余的日志 ([0fe8833](https://github.com/KarinJS/Karin/commit/0fe8833eca434ce22059c93d816e2c9f2c00d173))
* 手风琴适配输入框组 ([1e33a72](https://github.com/KarinJS/Karin/commit/1e33a72157fd1c4420f3c97a45bce0412bc31cb0))
* 新增组件输入框组 ([834a2bd](https://github.com/KarinJS/Karin/commit/834a2bd558670ebff54ef948c1f3fd15d026077b))


### 💄 Styles

* 破防了 下播了 ([1105da3](https://github.com/KarinJS/Karin/commit/1105da3fbe78f420b387bfe3f4aa6c53be908b5c))

## [1.3.5](https://github.com/KarinJS/Karin/compare/web-v1.3.4...web-v1.3.5) (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.5",
"version": "1.3.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2e0a98b

Please sign in to comment.