Skip to content

Commit

Permalink
chore(release): v62.0.0 (#5137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 01c76fd commit 2989699
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions packages/smarthr-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.

## [62.0.0](https://github.com/kufu/smarthr-ui/compare/v61.0.0...v62.0.0) (2024-11-26)


### ⚠ BREAKING CHANGES

* SSR対応や必要以上にイベントを登録しないように `useDevice` を変更した (#5119)
* **CompactInformationPanel:** コンポーネントを削除 (#5129)

### Features

* AnchorButton の disabledDetail 対応 ([#5133](https://github.com/kufu/smarthr-ui/issues/5133)) ([01c76fd](https://github.com/kufu/smarthr-ui/commit/01c76fd96e13e3228a1caae3270d0e77891ff3a0))
* **AppNavi:** 補足領域を追加 ([#5127](https://github.com/kufu/smarthr-ui/issues/5127)) ([798976f](https://github.com/kufu/smarthr-ui/commit/798976f15ed99801ffab46aca82c138df6102376))
* **CompactInformationPanel:** コンポーネントを削除 ([#5129](https://github.com/kufu/smarthr-ui/issues/5129)) ([15a0453](https://github.com/kufu/smarthr-ui/commit/15a0453bb2d2767dffc38008fc92b3d941f6dbb2))
* DropdownMenuGroup を追加 ([#5115](https://github.com/kufu/smarthr-ui/issues/5115)) ([3026b20](https://github.com/kufu/smarthr-ui/commit/3026b2086dfa9856f14395b65ec0af01ca6c6de9))
* 新 Header 切り替えフラグを追加 ([#5083](https://github.com/kufu/smarthr-ui/issues/5083)) ([58caa90](https://github.com/kufu/smarthr-ui/commit/58caa90637b7532d6a9787791e3ba00963598145))


### Bug Fixes

* **Button:** disabled の説明が不用意に折り返されないように見直し ([#5132](https://github.com/kufu/smarthr-ui/issues/5132)) ([5b24fda](https://github.com/kufu/smarthr-ui/commit/5b24fdadb280c3e5419e28c0aaf7a28821e23101))
* eslintのwarningを解消する ([#5117](https://github.com/kufu/smarthr-ui/issues/5117)) ([e5646bf](https://github.com/kufu/smarthr-ui/commit/e5646bf249cdf635a8e03dfe8ac681bbe108fcee))
* FilterDropdownをformでマークアップする ([#5126](https://github.com/kufu/smarthr-ui/issues/5126)) ([a19e54a](https://github.com/kufu/smarthr-ui/commit/a19e54a92d7041b248e8db72127e86b9c8df3770))
* SSR対応や必要以上にイベントを登録しないように `useDevice` を変更した ([#5119](https://github.com/kufu/smarthr-ui/issues/5119)) ([893421a](https://github.com/kufu/smarthr-ui/commit/893421a2d35ee1d5a3a8fed357f46215ac41615c))

## [61.0.0](https://github.com/kufu/smarthr-ui/compare/v60.1.1...v61.0.0) (2024-11-20)


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": "61.0.0",
"version": "62.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 2989699

Please sign in to comment.