发布v0.10.2

This commit is contained in:
lyswhut 2022-01-22 17:19:23 +08:00
parent 25fa3550a6
commit 9015d3643c
3 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,16 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.10.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.1...v0.10.2) - 2022-01-22
### 修复
- 修复某些系统下的虚拟导航栏会导致播放栏隐藏的问题react-native v0.67.x导致的
### 其他
- 降级react-native到 v0.66.4
## [0.10.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.0...v0.10.1) - 2022-01-22 ## [0.10.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.0...v0.10.1) - 2022-01-22
### 优化 ### 优化

View File

@ -1,7 +1,7 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.10.1", "version": "0.10.2",
"versionCode": 35, "versionCode": 36,
"scripts": { "scripts": {
"ar": "react-native run-android", "ar": "react-native run-android",
"ios": "react-native run-ios", "ios": "react-native run-ios",

File diff suppressed because one or more lines are too long