This commit is contained in:
zeppi 2022-11-18 14:09:32 -05:00
parent 29cea5cc07
commit b2c5c9cdf2
3 changed files with 3 additions and 4 deletions

0
.yarn/versions/37ccae5e.yml vendored Normal file
View file

View file

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.53.8-alpha.1] - [2022-11-17] ## [0.53.8] - [2022-11-18]
### Fixed ### Fixed
- Selecting a large file in publish no longer crashes ([#7736](https://github.com/lbryio/lbry-desktop/pull/7736)) - Selecting a large file in publish no longer crashes ([#7736](https://github.com/lbryio/lbry-desktop/pull/7736))

View file

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