v0.53.8-alpha.1

This commit is contained in:
zeppi 2022-11-17 13:26:53 -05:00
parent 88ac250fee
commit f1b1523017
3 changed files with 7 additions and 3 deletions

0
.yarn/versions/d1a18cef.yml vendored Normal file
View file

View file

@ -2,11 +2,14 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [unreleased] - [2022-11-10]
## [0.53.8-alpha.1] - [2022-11-17]
### Fixed
- Selecting a large file in publish no longer crashes ([#7736](https://github.com/lbryio/lbry-desktop/pull/7736))
### Changed
- Updated xcode to 13.1 and hacked a fix for release ([#7736](https://github.com/lbryio/lbry-desktop/pull/7736))
## [0.53.7] - [2022-11-10]
### Added

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.53.7",
"version": "0.53.8-alpha.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
@ -222,5 +222,6 @@
"lbrynetDaemonDir": "static/daemon",
"lbrynetDaemonFileName": "lbrynet"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.0",
"stableVersion": "0.53.7"
}