Skip to content

Commit

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

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.

## [60.1.0](https://github.com/kufu/smarthr-ui/compare/v60.0.1...v60.1.0) (2024-11-13)


### Features

* **DefinitionList:** Composition できるように修正 ([#5094](https://github.com/kufu/smarthr-ui/issues/5094)) ([e888f0a](https://github.com/kufu/smarthr-ui/commit/e888f0a90d56d32608036582e133e736ca43266a))
* **InformationPanel:** bold を追加しつつ装飾を見直し ([#5075](https://github.com/kufu/smarthr-ui/issues/5075)) ([e27744d](https://github.com/kufu/smarthr-ui/commit/e27744dd22eb6fe2b08abfa90567b36a0ad41abc))


### Bug Fixes

* **AccordionPanelTrigger:** disabled な装飾を追加 ([#5086](https://github.com/kufu/smarthr-ui/issues/5086)) ([c13b38c](https://github.com/kufu/smarthr-ui/commit/c13b38cf02c51ff036c3ff24fcf3f591062a55e5))
* **AccordionPanelTrigger:** キャレットが shrink してしまう不具合を修正 ([#5101](https://github.com/kufu/smarthr-ui/issues/5101)) ([f27862f](https://github.com/kufu/smarthr-ui/commit/f27862f48524ba91e8eb5c642f83eaee81ac0d40))
* DropdownContentの最後の要素でTabを押したときDropdownを閉じる ([#5070](https://github.com/kufu/smarthr-ui/issues/5070)) ([ceaf059](https://github.com/kufu/smarthr-ui/commit/ceaf059f289074de59ac681477d2300c40c4363d))
* **InputFile:** disabled の装飾を修正 ([#5085](https://github.com/kufu/smarthr-ui/issues/5085)) ([e9e0af1](https://github.com/kufu/smarthr-ui/commit/e9e0af141539c2daf181824da435c2c61454515a))
* **ModelessDialog:** ヘッダー部にキーボードフォーカスが当たると文字列が消えてしまう不具合を修正 ([#5090](https://github.com/kufu/smarthr-ui/issues/5090)) ([7765378](https://github.com/kufu/smarthr-ui/commit/77653786d55d8d01dae8da0d998758098db209db))

### [60.0.1](https://github.com/kufu/smarthr-ui/compare/v60.0.0...v60.0.1) (2024-11-05)


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": "60.0.1",
"version": "60.1.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 28256ef

Please sign in to comment.