From 88acbdf559d9e999ed1064ca73e2ebbce9423e78 Mon Sep 17 00:00:00 2001 From: im36-123 Date: Tue, 10 Dec 2019 13:08:14 +0900 Subject: [PATCH] chore(release): 5.8.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978ff97e7e..e86a1b9d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [5.8.1](https://github.com/kufu/smarthr-ui/compare/v5.8.0...v5.8.1) (2019-12-10) + + +### Bug Fixes + +* **dropdown:** change initial position for dropdown component ([6d73c0a](https://github.com/kufu/smarthr-ui/commit/6d73c0ad882aff6aef5fa6db3c85d152a41d58c8)) +* add className props for Dropdown component ([#522](https://github.com/kufu/smarthr-ui/issues/522)) ([88c7066](https://github.com/kufu/smarthr-ui/commit/88c70667b4339466b95e28a4ee6b661759e1e3db)) + ## [5.8.0](https://github.com/kufu/smarthr-ui/compare/v5.7.1...v5.8.0) (2019-12-06) diff --git a/package.json b/package.json index 535658f9f7..f15c811b06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "5.8.0", + "version": "5.8.1", "author": "SmartHR-UI Team", "dependencies": { "lodash.merge": "^4.6.1",