kufu / smarthr-ui

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

Release candidate #5067

Closed github-actions[bot] closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

Dry Run Log:


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

> smarthr-ui@59.0.0 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 59.0.0 to 60.0.0
✔ outputting changes to CHANGELOG.md

---
## [60.0.0](https://github.com/kufu/smarthr-ui/compare/v59.0.0...v60.0.0) (2024-10-29)

### ⚠ BREAKING CHANGES

* TimePicker/MonthPickerにtypeを指定できないようにする (#5051)

### Features

* 月選択UI (`MonthPicker`) を追加したい ([#5030](https://github.com/kufu/smarthr-ui/issues/5030)) ([f0c7dbe](https://github.com/kufu/smarthr-ui/commit/f0c7dbe3682b5df84eb02b5267bf0df380bc1ee0))

### Bug Fixes

* Comboboxの選択肢表示位置がズレてしまう問題を修正 ([#5047](https://github.com/kufu/smarthr-ui/issues/5047)) ([4b030cc](https://github.com/kufu/smarthr-ui/commit/4b030ccbd8789af1de11979c9c3f0b9e045c0106))
* ModelessDialog のグラブ領域を修正 ([#5055](https://github.com/kufu/smarthr-ui/issues/5055)) ([0635680](https://github.com/kufu/smarthr-ui/commit/063568068b8bad4f8e358ae64cddf60a47ea8e3e))
* SearchInput に幅があたらない不具合を修正 ([#5036](https://github.com/kufu/smarthr-ui/issues/5036)) ([95eca0b](https://github.com/kufu/smarthr-ui/commit/95eca0b6a10eb8c609c8a520c5e458263283575b))
* **Switch:** 未選択時のコントラスト比を 3:1 確保する ([#5027](https://github.com/kufu/smarthr-ui/issues/5027)) ([f109afa](https://github.com/kufu/smarthr-ui/commit/f109afa8083d3ae4623e6f95c37e8be30135f488))
* TabBar が margin を持たないように修正 ([#5054](https://github.com/kufu/smarthr-ui/issues/5054)) ([032f9b7](https://github.com/kufu/smarthr-ui/commit/032f9b7ff04c4069d5f5a99fa6e0db1028601546))
* TimePicker/MonthPickerにtypeを指定できないようにする ([#5051](https://github.com/kufu/smarthr-ui/issues/5051)) ([c109eff](https://github.com/kufu/smarthr-ui/commit/c109eff6f709fe29544cad5aab340a04c29b66eb))
---

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