Skip to content

Commit

Permalink
发布v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 26, 2023
1 parent 31a8b5c commit 151007c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,17 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.0.2](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.1...v1.0.2) - 2023-03-26

### 优化

- 竖屏下的首页允许滑动切换页面(恢复v0.x.x的切页操作)
- 优化更新语言、主题设置时的流畅度

### 其他

- 启用新架构

## [1.0.1](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.0...v1.0.1) - 2023-03-26

### 修复
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.0.1",
"versionCode": 55,
"version": "1.0.2",
"versionCode": 56,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down

0 comments on commit 151007c

Please sign in to comment.