0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

Merge branch 'master' into fix-logo

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-26 18:52:17 +02:00 committed by GitHub
commit 914d36f003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 6 deletions

View file

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# [4.0.0-beta.2](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-04-26)
### Features
* accept web.primary_color as config option and inject into webui ([#1282](https://github.com/verdaccio/verdaccio/issues/1282)) ([9f8a054](https://github.com/verdaccio/verdaccio/commit/9f8a054))
# [4.0.0-beta.1](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2019-04-16)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",
@ -17,7 +17,7 @@
"dependencies": {
"@verdaccio/local-storage": "2.1.0",
"@verdaccio/streams": "2.0.0",
"@verdaccio/ui-theme": "0.0.13",
"@verdaccio/ui-theme": "0.1.0",
"JSONStream": "1.3.5",
"async": "3.0.1-0",
"body-parser": "1.18.3",

View file

@ -1408,10 +1408,10 @@
resolved "https://registry.verdaccio.org/@verdaccio%2ftypes/-/types-5.0.0-beta.4.tgz#433a36bef5b3bbd31711c48071989ac35dc83e54"
integrity sha512-aPrCUrFMXo/ikgT/9YEAr5EDlH2gFJGfdrUra2ipQxV3SbNrRN95KxwwSDS+W+YKG0+rAIQKIxnx8hf6gEtePQ==
"@verdaccio/ui-theme@0.0.13":
version "0.0.13"
resolved "https://registry.verdaccio.org/@verdaccio%2fui-theme/-/ui-theme-0.0.13.tgz#d4c681648b28980d5fdf1118df92a365732ee36a"
integrity sha512-03PRdhcDQmphB0BBr0rkh7z3VpfGVT39YeTCujOFBcX5ps2iWH2uQpaxWviXyPGqVA/WFp7xILVo9OdJlwxndg==
"@verdaccio/ui-theme@0.1.0":
version "0.1.0"
resolved "https://registry.verdaccio.org/@verdaccio%2fui-theme/-/ui-theme-0.1.0.tgz#d2cda6024c48905a17c275a6d7fb28b90e3fa028"
integrity sha512-EwMDZBjH0sra9Y+WEt+Xezy1JAC78Tq0HeJaPHUlHX4WXo2HZVYddKUZYka9Su6czFb1hN/5ZEZyuBiSKtsV0w==
JSONStream@1.3.5, JSONStream@^1.0.4:
version "1.3.5"