mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 06:42:09 +08:00
发布v0.15.5
This commit is contained in:
parent
0a4fd99659
commit
3a16de6ea7
@ -6,6 +6,13 @@ 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/).
|
||||
|
||||
## [0.15.5](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.4...v0.15.5) - 2023-01-02
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复导入PC端v2列表文件歌曲信息转换丢失的问题
|
||||
- 修复上面问题导致的tx源评论加载失败的问题
|
||||
|
||||
## [0.15.4](https://github.com/lyswhut/lx-music-mobile/compare/v0.15.3...v0.15.4) - 2022-12-10
|
||||
|
||||
### 修复
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.15.4",
|
||||
"version": "0.15.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.15.4",
|
||||
"version": "0.15.5",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.15.5-beta",
|
||||
"versionCode": 51,
|
||||
"version": "0.15.5",
|
||||
"versionCode": 52,
|
||||
"scripts": {
|
||||
"ar": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
|
@ -1,3 +1,4 @@
|
||||
### 修复
|
||||
|
||||
- 修复tx源评论加载失败的问题
|
||||
- 修复导入PC端v2列表文件歌曲信息转换丢失的问题
|
||||
- 修复上面问题导致的tx源评论加载失败的问题
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user