Skip to content

Commit

Permalink
chore(release): 51.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent ff5ed8a commit 2dc56d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/smarthr-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [51.0.0](https://github.com/kufu/smarthr-ui/compare/v50.1.0...v51.0.0) (2024-05-28)


### ⚠ BREAKING CHANGES

* AccordionPanelのアイコン無し(NoIcon)の削除を行う (#4669)

### Features

* AccordionPanelのアイコン無し(NoIcon)の削除を行う ([#4669](https://github.com/kufu/smarthr-ui/issues/4669)) ([c12824c](https://github.com/kufu/smarthr-ui/commit/c12824c65775264ad3e830f445ffbc885241df92))
* Loaderを強制カラーモードに対応 ([#4645](https://github.com/kufu/smarthr-ui/issues/4645)) ([3a00da3](https://github.com/kufu/smarthr-ui/commit/3a00da3ed83463089497fac53cbff74203cd9c3c))


### Bug Fixes

* Combobox に autocomplete が渡せない不具合を修正 ([#4664](https://github.com/kufu/smarthr-ui/issues/4664)) ([4dd2838](https://github.com/kufu/smarthr-ui/commit/4dd28388ff9d5645026d7d1868a34e418bd91dd0))
* **MultiCombobox:** 高さのガタツキを修正 ([#4665](https://github.com/kufu/smarthr-ui/issues/4665)) ([9639371](https://github.com/kufu/smarthr-ui/commit/96393715a1f9872382265d60252ad02ca7c248c1))
* RadioButtonPanel.storiesのlist-styleを修正 ([#4666](https://github.com/kufu/smarthr-ui/issues/4666)) ([c990d2a](https://github.com/kufu/smarthr-ui/commit/c990d2ad787b326d78ffc8e8d7656ea76dbb13ab))

## [50.1.0](https://github.com/kufu/smarthr-ui/compare/v50.0.0...v50.1.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smarthr-ui",
"description": "SmartHR ui components built with React.",
"version": "50.1.0",
"version": "51.0.0",
"author": "SmartHR-UI Team",
"dependencies": {
"@smarthr/wareki": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/smarthr-ui/public/exports/smarthr-ui-props.json

Large diffs are not rendered by default.

0 comments on commit 2dc56d8

Please sign in to comment.