Skip to content

Commit

Permalink
chore(release): 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2023
1 parent 4d2f16d commit e8f2230
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [34.0.0](https://github.com/kufu/smarthr-ui/compare/v33.0.2...v34.0.0) (2023-07-04)


### ⚠ BREAKING CHANGES

* ActionDialogWithTriggerとRemoteTriggerActionDialogのonPressEscapeの引数にclose()が渡っていないのを修正 (#3517)

### Features

* 自動的にHeadingのレベルを計算するArticle, Aside, Nav, Sectionコンポーネントを追加 ([#3489](https://github.com/kufu/smarthr-ui/issues/3489)) ([0d5de00](https://github.com/kufu/smarthr-ui/commit/0d5de008f3c90c55e0d2ca62d8c85dc3cbfd7e3a)), closes [#1475](https://github.com/kufu/smarthr-ui/issues/1475) [#1517](https://github.com/kufu/smarthr-ui/issues/1517) [#1519](https://github.com/kufu/smarthr-ui/issues/1519) [#1584](https://github.com/kufu/smarthr-ui/issues/1584)


### Bug Fixes

* ActionDialogWithTriggerとRemoteTriggerActionDialogのonPressEscapeの引数にclose()が渡っていないのを修正 ([#3517](https://github.com/kufu/smarthr-ui/issues/3517)) ([1dd8a69](https://github.com/kufu/smarthr-ui/commit/1dd8a69e16b4f1a39678e462c65c9428bb25480b))
* FormControlのhtmlForとlabelIdが使えなくなっていたのを修正 ([#3504](https://github.com/kufu/smarthr-ui/issues/3504)) ([9a2bdb6](https://github.com/kufu/smarthr-ui/commit/9a2bdb65ac3ce781215e9d67b4a377c45e17e101))
* TabItemに設定されたidがItemButtonに設定されるように修正 ([#3515](https://github.com/kufu/smarthr-ui/issues/3515)) ([60a2dda](https://github.com/kufu/smarthr-ui/commit/60a2ddad192d45d69e087a03688233d668dd05a7))

### [33.0.2](https://github.com/kufu/smarthr-ui/compare/v33.0.1...v33.0.2) (2023-06-27)

### [33.0.1](https://github.com/kufu/smarthr-ui/compare/v33.0.0...v33.0.1) (2023-06-22)
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": "33.0.2",
"version": "34.0.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 e8f2230

Please sign in to comment.