Skip to content

Commit

Permalink
chore(release): v56.0.0 (#4872)
Browse files Browse the repository at this point in the history
* chore(release): 56.0.0

* chore: run github actions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Qs-F <[email protected]>
  • Loading branch information
github-actions[bot] and Qs-F authored Aug 27, 2024
1 parent 68cf805 commit 67954c4
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.

## [56.0.0](https://github.com/kufu/smarthr-ui/compare/v55.1.0...v56.0.0) (2024-08-27)


### ⚠ BREAKING CHANGES

* FormControl から disabled を消す (#4845)

### Features

* **Icon:** `FaEnvelopeIcon` を追加 ([#4849](https://github.com/kufu/smarthr-ui/issues/4849)) ([eb70b74](https://github.com/kufu/smarthr-ui/commit/eb70b74ab434c96a0e6a30d53627e3e7e4200afa))
* TextLinkをnext/linkなどのラップされたコンポーネントに対応 ([#4867](https://github.com/kufu/smarthr-ui/issues/4867)) ([68cf805](https://github.com/kufu/smarthr-ui/commit/68cf805826f131ab68b7c15451455bb708b50e51))
* TimePickerに様々な状態に応じたスタイルをあてたい ([#4858](https://github.com/kufu/smarthr-ui/issues/4858)) ([c897dc6](https://github.com/kufu/smarthr-ui/commit/c897dc6edf0dc2d5c4442135ad4471720c2cf51f))


### Bug Fixes

* DropdownMenuButtonのlabelに指定したアイコンが上下反転しないようにしたい ([#4851](https://github.com/kufu/smarthr-ui/issues/4851)) ([1798960](https://github.com/kufu/smarthr-ui/commit/1798960069e384625e03687a80198961c2aa5a46))
* FormControl から disabled を消す ([#4845](https://github.com/kufu/smarthr-ui/issues/4845)) ([0ae399f](https://github.com/kufu/smarthr-ui/commit/0ae399fb5ad0b6a598d0f5f2eb97ed1320c35d4c))
* **TabBar:** suffixにテキストのスタイルが継承されないように修正 ([#4857](https://github.com/kufu/smarthr-ui/issues/4857)) ([9a2859f](https://github.com/kufu/smarthr-ui/commit/9a2859f86cbc9aae09c64bf804440535892c9104))

## [55.1.0](https://github.com/kufu/smarthr-ui/compare/v55.0.0...v55.1.0) (2024-08-13)


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": "55.1.0",
"version": "56.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 67954c4

Please sign in to comment.