From f321f7b6fe1ac44897753f0bfdbbaa6ca7eca515 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Wed, 1 Apr 2020 13:27:39 +0200 Subject: [PATCH] fix(chore): droped release (#449) --- CHANGELOG.md | 11 +---------- package.json | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ef383..a6b133b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,6 @@ 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. -### [1.1.1](https://github.com/verdaccio/ui/compare/v1.1.0...v1.1.1) (2020-04-01) - -## [1.1.0](https://github.com/verdaccio/ui/compare/v1.0.4...v1.1.0) (2020-04-01) - - -### Features - -* **style:** added dark mode ([#446](https://github.com/verdaccio/ui/issues/446)) ([cdad5cf](https://github.com/verdaccio/ui/commit/cdad5cf70d69b7bb045fce461a32108def81721d)) - ### [1.0.4](https://github.com/verdaccio/ui/compare/v1.0.0...v1.0.4) (2020-03-17) ## [1.0.0](https://github.com/verdaccio/ui/compare/v0.3.13...v1.0.0) (2020-03-13) @@ -378,4 +369,4 @@ All notable changes to this project will be documented in this file. See [standa -## 0.0.3 (2019-04-04) +## 0.0.3 (2019-04-04) \ No newline at end of file diff --git a/package.json b/package.json index 297d607..4e13246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/ui-theme", - "version": "1.1.1", + "version": "1.0.4", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team",