Skip to content

Commit

Permalink
chore(release): 41.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent 68171ce commit b0aac35
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [41.2.0](https://github.com/kufu/smarthr-ui/compare/v41.1.2...v41.2.0) (2024-02-06)


### Features

* Fieldset のタイトルを視覚的に隠す dangerouslyTitleHidden を追加 ([#4253](https://github.com/kufu/smarthr-ui/issues/4253)) ([98dc367](https://github.com/kufu/smarthr-ui/commit/98dc367812fc2a136525dd4c708b936679f4790d))
* loaderの色をmainに変更。差異がなくなるのでprefres-contrast: moreでの指定は削除。 ([#4251](https://github.com/kufu/smarthr-ui/issues/4251)) ([77a6a6d](https://github.com/kufu/smarthr-ui/commit/77a6a6d97766c4f60cce85d0258408940f82e042))
* SelectのValueに英字などが来た場合、ディセンダー部分が見切れるのを修正 ([#4261](https://github.com/kufu/smarthr-ui/issues/4261)) ([dccb116](https://github.com/kufu/smarthr-ui/commit/dccb1165ccfe3bc462a486bfe7cca70f12ea0618))


### Bug Fixes

* AccordionPanel の max-height に余計なスタイルがあたっていたため削除 ([#4250](https://github.com/kufu/smarthr-ui/issues/4250)) ([de478c9](https://github.com/kufu/smarthr-ui/commit/de478c96df474721879d84a2a24b787863d6d496))

### [41.1.2](https://github.com/kufu/smarthr-ui/compare/v41.1.1...v41.1.2) (2024-01-29)


Expand Down
2 changes: 1 addition & 1 deletion 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": "41.1.2",
"version": "41.2.0",
"author": "SmartHR-UI Team",
"dependencies": {
"@smarthr/wareki": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion public/exports/smarthr-ui-props.json

Large diffs are not rendered by default.

0 comments on commit b0aac35

Please sign in to comment.