bump versions in package lock files

This commit is contained in:
Alex Grintsvayg 2017-06-21 14:20:14 -04:00
parent d389292ef3
commit c539544778
3 changed files with 7 additions and 4 deletions

View file

@ -3,7 +3,7 @@ current_version = 0.12.2rc4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}{release}{candidate}
{major}.{minor}.{patch}
@ -12,11 +12,14 @@ first_value = 1
[bumpversion:part:release]
optional_value = production
values =
values =
rc
production
[bumpversion:file:app/package.json]
[bumpversion:file:app/package-lock.json]
[bumpversion:file:ui/package.json]
[bumpversion:file:ui/package-lock.json]

2
app/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.12.2rc3",
"version": "0.12.2rc4",
"lockfileVersion": 1,
"dependencies": {
"commander": {

2
ui/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.12.2rc3",
"version": "0.12.2rc4",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {