发布v1.0.6

This commit is contained in:
lyswhut 2023-05-01 20:44:14 +08:00
parent ada01b6b40
commit d8d9f7022f
4 changed files with 11 additions and 5 deletions

View File

@ -6,6 +6,12 @@ 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.6](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.5...v1.0.6) - 2023-05-01
### 修复
- 修复wy歌单分类切换无效的问题
## [1.0.5](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.4...v1.0.5) - 2023-05-01
### 优化

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "lx-music-mobile",
"version": "1.0.5-beta.3",
"version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lx-music-mobile",
"version": "1.0.5-beta.3",
"version": "1.0.6",
"license": "Apache-2.0",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.0.5",
"versionCode": 59,
"version": "1.0.6",
"versionCode": 60,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",

File diff suppressed because one or more lines are too long