Skip to content

Commit

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

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.

## [50.0.0](https://github.com/kufu/smarthr-ui/compare/v49.0.1...v50.0.0) (2024-05-14)


### ⚠ BREAKING CHANGES

* TextareaコンポーネントのmaxLength属性をmaxLetters属性に変更 (#4607)

### Features

* NotificationBar に読込中状態を追加 ([#4584](https://github.com/kufu/smarthr-ui/issues/4584)) ([c20e784](https://github.com/kufu/smarthr-ui/commit/c20e784724e86ec2688f607742ca15f05c926f57))


### Bug Fixes

* DefinitionListItem が空の場合に高さが潰れる欠陥を修正 ([#4639](https://github.com/kufu/smarthr-ui/issues/4639)) ([fa267f1](https://github.com/kufu/smarthr-ui/commit/fa267f1ba7e02aa651e690d554593d9fb73bd38c))
* FormControlのエラーメッセージをlive regionに変更 ([#4603](https://github.com/kufu/smarthr-ui/issues/4603)) ([2e31af8](https://github.com/kufu/smarthr-ui/commit/2e31af8e9fdfd6a59e105ccf9d731e6ce95287d5))
* TextareaコンポーネントのmaxLength属性をmaxLetters属性に変更 ([#4607](https://github.com/kufu/smarthr-ui/issues/4607)) ([c0f91cc](https://github.com/kufu/smarthr-ui/commit/c0f91ccb26981f4aa6aab1761bfeba9884d9c783))
* セル内のチェックボックスの位置を調整 ([#4640](https://github.com/kufu/smarthr-ui/issues/4640)) ([18e1f77](https://github.com/kufu/smarthr-ui/commit/18e1f7776bd68c6601c5881fded4e2a388a498e4))
* デザインシステムに準拠した文言に変更 ([#4638](https://github.com/kufu/smarthr-ui/issues/4638)) ([84c4932](https://github.com/kufu/smarthr-ui/commit/84c4932634feb8c5f540d1f0f4e5a7d08187c699))

### [49.0.1](https://github.com/kufu/smarthr-ui/compare/v49.0.0...v49.0.1) (2024-05-07)


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": "49.0.1",
"version": "50.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 68de81c

Please sign in to comment.