From 4d11bf98d55a4756e7e34fa6468c48a716a5f7c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 02:17:03 +0000 Subject: [PATCH] chore(release): 14.4.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052e76bf3..da12851eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [14.4.0](https://github.com/kufu/smarthr-ui/compare/v14.3.0...v14.4.0) (2021-09-14) + + +### Features + +* `MultiComboBox` に選択済みアイテムを省略表示できるオプションを追加 (SHRUI-450) ([#1860](https://github.com/kufu/smarthr-ui/issues/1860)) ([8178a53](https://github.com/kufu/smarthr-ui/commit/8178a53184f3d6f56c1096b5c6dd586caedcecda)) +* add row column gap Cluster ([#1836](https://github.com/kufu/smarthr-ui/issues/1836)) ([c59b6ec](https://github.com/kufu/smarthr-ui/commit/c59b6ec4cb5f9c7e6d85e4066e33409c8b234fe0)) +* color に WHITE を追加 ([#1864](https://github.com/kufu/smarthr-ui/issues/1864)) ([694ee8d](https://github.com/kufu/smarthr-ui/commit/694ee8d594c624224f5756dd0a08007abbc09629)) + ## [14.3.0](https://github.com/kufu/smarthr-ui/compare/v14.2.0...v14.3.0) (2021-09-06) diff --git a/package.json b/package.json index 596c87ceed..51489b3b0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smarthr-ui", "description": "SmartHR ui components built with React.", - "version": "14.3.0", + "version": "14.4.0", "author": "SmartHR-UI Team", "dependencies": { "dayjs": "^1.10.6",