From 240535ddadc61ed0f9499b7edc3446e93e62ea30 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 29 Jul 2019 16:33:18 +0200 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fea2f4..e8564bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +## [0.2.2](https://github.com/verdaccio/ui/compare/v0.2.1...v0.2.2) (2019-07-29) + + +### Bug Fixes + +* css repetition is not closed in Logo component ([ec243b1](https://github.com/verdaccio/ui/commit/ec243b1)) +* localhost domain download tarball button ([cca2c3c](https://github.com/verdaccio/ui/commit/cca2c3c)) +* proxy webpack setting ([5c484bb](https://github.com/verdaccio/ui/commit/5c484bb)) +* token were not being send it ([fd74c52](https://github.com/verdaccio/ui/commit/fd74c52)) + + + ## [0.2.1](https://github.com/verdaccio/ui/compare/v0.2.0...v0.2.1) (2019-07-10) diff --git a/package.json b/package.json index ed6fd3c..9e32af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "0.2.1", + "version": "0.2.2", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team"