Bump version: 0.15.1rc2 → 0.15.1

This commit is contained in:
Jeremy Kauffman 2017-09-08 09:48:40 -04:00
parent 6ae6c8b736
commit 9cb28e8f46
4 changed files with 27 additions and 11 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1rc2
current_version = 0.15.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -8,19 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased]
### Added
* File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.
*
*
### Changed
* Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases.
*
*
### Fixed
* Potential fix for blank error popup when streaming (#536)
* Fixed some popups showing improperly while balance was loading (#534)
* Show a security warning when the auth token is displayed on Help.
* Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
* Clearly notify user when they try to send credits to an invalid address (#445)
*
*
### Deprecated
*
@ -30,6 +27,25 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
*
## [0.15.1] - 2017-09-08
### Added
* File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.
### Changed
* Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases.
### Fixed
* Potential fix for blank error popup when streaming (#536)
* Fixed some popups showing improperly while balance was loading (#534)
* Show a security warning when the auth token is displayed on Help.
* Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
* Clearly notify user when they try to send credits to an invalid address (#445)
## [0.15.0] - 2017-08-31
### Added

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.15.1rc2",
"version": "0.15.1",
"main": "main.js",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.15.1rc2",
"version": "0.15.1",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",