update lbry-redux and changelog

This commit is contained in:
Sean Yesmunt 2020-01-16 11:32:20 -05:00
parent 25897d935f
commit fdbd81b03e
3 changed files with 6 additions and 3 deletions

View file

@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Hide cursor on fullscreen videos ([#3458](https://github.com/lbryio/lbry-desktop/pull/3458))
- Force color profile to render correct colors ([#3456](https://github.com/lbryio/lbry-desktop/pull/3456))
- Video viewer not resizing properly ([#3427](https://github.com/lbryio/lbry-desktop/pull/3427))
- Don't reset publish language to app language ([#261](https://github.com/lbryio/lbry-redux/pull/261))
- Same file wasn't able to be reselected on publish after clearing the publish screen ([#3500](https://github.com/lbryio/lbry-desktop/pull/3500))
- Make sure search results on channel page don't return content from other channels ([#3503](https://github.com/lbryio/lbry-desktop/pull/3503))
### Added

View file

@ -128,7 +128,7 @@
"imagesloaded": "^4.1.4",
"json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git",
"lbry-redux": "lbryio/lbry-redux#a2be979986dc93be4c2c596846109f5394f64fa1",
"lbry-redux": "lbryio/lbry-redux#a93b09c6bd13870ceca912157dbe998bc7f48454",
"lbryinc": "lbryio/lbryinc#1912aa1834f83a5a43e028327d35bd64cfba528e",
"lint-staged": "^7.0.2",
"localforage": "^1.7.1",

View file

@ -7063,9 +7063,9 @@ lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
lbry-redux@lbryio/lbry-redux#a2be979986dc93be4c2c596846109f5394f64fa1:
lbry-redux@lbryio/lbry-redux#a93b09c6bd13870ceca912157dbe998bc7f48454:
version "0.0.1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/a2be979986dc93be4c2c596846109f5394f64fa1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/a93b09c6bd13870ceca912157dbe998bc7f48454"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"