发布v1.4.2

This commit is contained in:
lyswhut 2024-06-01 15:36:15 +08:00
parent 17cc149bf0
commit c70311bfb3
4 changed files with 14 additions and 5 deletions

View File

@ -6,6 +6,15 @@ 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/).
## [1.4.2](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.1...v1.4.2) - 2024-06-01
我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
详情看: https://github.com/lyswhut/lx-music-desktop/issues/1912
### 修复
- 修复数据存储管理在移除数据时可能出现移除失败的问题
## [1.4.1](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.0...v1.4.1) - 2024-06-01 ## [1.4.1](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.0...v1.4.1) - 2024-06-01
我们发布了关于 LX Music 项目发展调整与新项目计划的说明, 我们发布了关于 LX Music 项目发展调整与新项目计划的说明,

4
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.4.1", "version": "1.4.2",
"versionCode": 66, "versionCode": 67,
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "react-native run-android --active-arch-only", "dev": "react-native run-android --active-arch-only",

File diff suppressed because one or more lines are too long