From 2de9dae9688f649b5913e348ba2c86aab7bd482c Mon Sep 17 00:00:00 2001 From: nabeliwo Date: Thu, 7 Nov 2019 11:57:22 +0900 Subject: [PATCH] chore(release): 5.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b9052ed7..eee24dac8e 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.2.1](https://github.com/kufu/smarthr-ui/compare/v5.2.0...v5.2.1) (2019-11-07) + + +### Bug Fixes + +* Add ref props ([47fe111](https://github.com/kufu/smarthr-ui/commit/47fe111)) +* use forwardRef ([f2ab9a9](https://github.com/kufu/smarthr-ui/commit/f2ab9a9)) + ## [5.2.0](https://github.com/kufu/smarthr-ui/compare/v5.0.0...v5.2.0) (2019-11-06) diff --git a/package.json b/package.json index 6b47fc14ef..4a5ca090c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "5.2.0", + "version": "5.2.1", "author": "SmartHR-UI Team", "dependencies": { "lodash.merge": "^4.6.1",