Skip to content

Commit 49909fd

Browse files
committed
chore(release): v1.10.0
1 parent 397bc49 commit 49909fd

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## v1.10.0
4+
5+
[compare changes](https://github.com/wood3n/biu/compare/v1.9.0...v1.10.0)
6+
7+
### 🚀 新功能
8+
9+
- 侧边菜单支持拖拽排序 ([6a90615](https://github.com/wood3n/biu/commit/6a90615))
10+
11+
### 🩹 修复问题
12+
13+
- 修复一些问题 ([f5e1cbf](https://github.com/wood3n/biu/commit/f5e1cbf))
14+
- 修复mac顶部logo在折叠菜单状态下的样式问题 ([1950741](https://github.com/wood3n/biu/commit/1950741))
15+
- 修改随机播放选项样式 ([1270dd4](https://github.com/wood3n/biu/commit/1270dd4))
16+
- 修复在部分滚动区域意外显示返回顶部按钮的问题 ([43a42ae](https://github.com/wood3n/biu/commit/43a42ae))
17+
- 修复侧边栏拖拽问题 ([eb64b6d](https://github.com/wood3n/biu/commit/eb64b6d))
18+
- 修复播放历史记录上报问题 ([5c2e32a](https://github.com/wood3n/biu/commit/5c2e32a))
19+
- 修复播放历史记录上报问题 ([1ccd3ed](https://github.com/wood3n/biu/commit/1ccd3ed))
20+
- 优化交互 ([9c035e4](https://github.com/wood3n/biu/commit/9c035e4))
21+
22+
### 🏡 Chore
23+
24+
- Add chrome-devtools-mcp config ([9414730](https://github.com/wood3n/biu/commit/9414730))
25+
26+
### ❤️ Contributors
27+
28+
- Wood3n
29+
- Oxyg3n
30+
331
## v1.9.0
432

533
[compare changes](https://github.com/wood3n/biu/compare/v1.8.0...v1.9.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.9.0",
3+
"version": "1.10.0",
44
"private": true,
55
"engines": {
66
"node": "22.17.1"

0 commit comments

Comments
 (0)