Bump version: 0.14.2rc1 → 0.14.2
This commit is contained in:
parent
a99657328f
commit
fde0956959
4 changed files with 24 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.14.2rc1
|
current_version = 0.14.2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||||
|
|
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -8,16 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Replaced horizontal scrollbars with scroll arrows
|
*
|
||||||
* Featured weekly reward content shows with an orange star
|
*
|
||||||
* Added pagination to channel pages
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed requirement to double click play button on many videos
|
*
|
||||||
* Fixed errors from calls to `get` not bubbling correctly
|
*
|
||||||
* Fixed some corner-case flows that could break file pages
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
@ -27,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.14.2] - 2017-07-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Replaced horizontal scrollbars with scroll arrows
|
||||||
|
* Featured weekly reward content shows with an orange star
|
||||||
|
* Added pagination to channel pages
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fixed requirement to double click play button on many videos
|
||||||
|
* Fixed errors from calls to `get` not bubbling correctly
|
||||||
|
* Fixed some corner-case flows that could break file pages
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.14.1] - 2017-07-28
|
## [0.14.1] - 2017-07-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.14.2rc1",
|
"version": "0.14.2",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "0.14.2rc1",
|
"version": "0.14.2",
|
||||||
"description": "LBRY UI",
|
"description": "LBRY UI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|
Loading…
Reference in a new issue