Skip to content

Commit f047dc2

Browse files
committed
chore(release): v1.11.0
1 parent 3f6395c commit f047dc2

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v1.11.0
4+
5+
[compare changes](https://github.com/wood3n/biu/compare/v1.10.0...v1.11.0)
6+
7+
### 🚀 新功能
8+
9+
- 侧边收藏夹菜单支持右键菜单 ([444cbbc](https://github.com/wood3n/biu/commit/444cbbc))
10+
11+
### 🔥 功能优化
12+
13+
- 侧边菜单蓝宽度支持拖拽修改 ([bde813d](https://github.com/wood3n/biu/commit/bde813d))
14+
15+
### 🩹 修复问题
16+
17+
- **deps:** Update ui libraries ([f7ea206](https://github.com/wood3n/biu/commit/f7ea206))
18+
- 优化主题切换组件代码,移除主题色配置功能 ([8cde702](https://github.com/wood3n/biu/commit/8cde702))
19+
- 解决播放异步报错问题 ([2d90b71](https://github.com/wood3n/biu/commit/2d90b71))
20+
- **deps:** Update dependency got to ^14.6.6 ([a9b24fa](https://github.com/wood3n/biu/commit/a9b24fa))
21+
- 修复之前重构导致失效收藏夹仍然显示的问题 ([5e99c6b](https://github.com/wood3n/biu/commit/5e99c6b))
22+
- 恢复主题设置 ([a9f5f75](https://github.com/wood3n/biu/commit/a9f5f75))
23+
- Review problem ([b00a986](https://github.com/wood3n/biu/commit/b00a986))
24+
- Review problem ([6b6a317](https://github.com/wood3n/biu/commit/6b6a317))
25+
- Review problem ([9bfe6a9](https://github.com/wood3n/biu/commit/9bfe6a9))
26+
- 修复播放时链接资源无法获取导致无法播放的问题 ([a41af9c](https://github.com/wood3n/biu/commit/a41af9c))
27+
- Review problem ([c1f927c](https://github.com/wood3n/biu/commit/c1f927c))
28+
- 修复收藏夹排序问题(#198) ([#198](https://github.com/wood3n/biu/issues/198))
29+
30+
### ❤️ Contributors
31+
32+
- Wood3n
33+
334
## v1.10.0
435

536
[compare changes](https://github.com/wood3n/biu/compare/v1.9.0...v1.10.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "biu",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"private": true,
55
"engines": {
66
"node": "22.17.1"

0 commit comments

Comments
 (0)