kufu / smarthr-ui

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

Release candidate #5039

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

Dry Run Log:


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

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

---
## [59.0.0](https://github.com/kufu/smarthr-ui/compare/v58.1.2...v59.0.0) (2024-10-22)

### ⚠ BREAKING CHANGES

* DropdownScrollArea と DropdownContent の scrollable を削除 (#5000)

### Features

* WakuWakuButton を追加 ([#5018](https://github.com/kufu/smarthr-ui/issues/5018)) ([ba5df40](https://github.com/kufu/smarthr-ui/commit/ba5df408774b751759775c8d679ff60dd5249b92))
* 一括選択のチェックボックスに可視のラベルを追加 ([#4149](https://github.com/kufu/smarthr-ui/issues/4149)) ([cfd9fb8](https://github.com/kufu/smarthr-ui/commit/cfd9fb833c6eb5225758b4c677f73d6672fa2cb9))

### Bug Fixes

* AppNaviDropdown の deprecated を削除 ([#5024](https://github.com/kufu/smarthr-ui/issues/5024)) ([b8d004e](https://github.com/kufu/smarthr-ui/commit/b8d004e5e6c363b7d7c39ba45712da5dc5aec2b9))
* DropdownScrollArea と DropdownContent の scrollable を削除 ([#5000](https://github.com/kufu/smarthr-ui/issues/5000)) ([b6f6548](https://github.com/kufu/smarthr-ui/commit/b6f65486b127f34e84295544fac3eed4df315f09))
* **LanguageSwitcher:** スクリーンリーダーで各言語のリンクを正しく読み上げられるようにlang属性を追加 ([#5002](https://github.com/kufu/smarthr-ui/issues/5002)) ([e211233](https://github.com/kufu/smarthr-ui/commit/e211233710399e52f12a20d00ad1c256f0685a8d))
* Loaderの表示遅延処理を削除する ([#5003](https://github.com/kufu/smarthr-ui/issues/5003)) ([8025cc3](https://github.com/kufu/smarthr-ui/commit/8025cc3ab5e9080b82597555859851b0361a568a))
* レイアウトコンポーネントなどと StyledComponent を組み合わせた場合に、見出しレベルの自動設定が機能しない不具合を修正 ([#5028](https://github.com/kufu/smarthr-ui/issues/5028)) ([950b06b](https://github.com/kufu/smarthr-ui/commit/950b06b718998eeba9c90506f7e616ca40ede783))
---

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