kufu / smarthr-ui

React components for creating SmartHR applications.
https://story.smarthr-ui.dev
MIT License
879 stars 141 forks source link

Release candidate #5103

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

Dry Run Log:


> smarthr-ui@ ui /home/runner/work/smarthr-ui/smarthr-ui
> pnpm -F smarthr-ui "release:dryrun"

> smarthr-ui@60.0.1 release:dryrun /home/runner/work/smarthr-ui/smarthr-ui/packages/smarthr-ui
> standard-version --dry-run

✔ Running lifecycle script "prerelease"
ℹ - execute command: "run-s build:lib write:ui-props && git add public/exports/smarthr-ui-props.json"
✔ bumping version in package.json from 60.0.1 to 60.1.0
✔ outputting changes to CHANGELOG.md

---
## [60.1.0](https://github.com/kufu/smarthr-ui/compare/v60.0.1...v60.1.0) (2024-11-13)

### Features

* **DefinitionList:** Composition できるように修正 ([#5094](https://github.com/kufu/smarthr-ui/issues/5094)) ([e888f0a](https://github.com/kufu/smarthr-ui/commit/e888f0a90d56d32608036582e133e736ca43266a))
* **InformationPanel:** bold を追加しつつ装飾を見直し ([#5075](https://github.com/kufu/smarthr-ui/issues/5075)) ([e27744d](https://github.com/kufu/smarthr-ui/commit/e27744dd22eb6fe2b08abfa90567b36a0ad41abc))

### Bug Fixes

* **AccordionPanelTrigger:** disabled な装飾を追加 ([#5086](https://github.com/kufu/smarthr-ui/issues/5086)) ([c13b38c](https://github.com/kufu/smarthr-ui/commit/c13b38cf02c51ff036c3ff24fcf3f591062a55e5))
* **AccordionPanelTrigger:** キャレットが shrink してしまう不具合を修正 ([#5101](https://github.com/kufu/smarthr-ui/issues/5101)) ([f27862f](https://github.com/kufu/smarthr-ui/commit/f27862f48524ba91e8eb5c642f83eaee81ac0d40))
* DropdownContentの最後の要素でTabを押したときDropdownを閉じる ([#5070](https://github.com/kufu/smarthr-ui/issues/5070)) ([ceaf059](https://github.com/kufu/smarthr-ui/commit/ceaf059f289074de59ac681477d2300c40c4363d))
* **InputFile:** disabled の装飾を修正 ([#5085](https://github.com/kufu/smarthr-ui/issues/5085)) ([e9e0af1](https://github.com/kufu/smarthr-ui/commit/e9e0af141539c2daf181824da435c2c61454515a))
* **ModelessDialog:** ヘッダー部にキーボードフォーカスが当たると文字列が消えてしまう不具合を修正 ([#5090](https://github.com/kufu/smarthr-ui/issues/5090)) ([7765378](https://github.com/kufu/smarthr-ui/commit/77653786d55d8d01dae8da0d998758098db209db))
---

✔ committing package.json and CHANGELOG.md
✔ tagging release v60.1.0
ℹ Run `git push --follow-tags origin HEAD && npm publish` to publish