kufu / smarthr-ui

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

Release candidate #5122

Closed github-actions[bot] closed 4 days ago

github-actions[bot] commented 4 days ago

Dry Run Log:


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

> smarthr-ui@60.1.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.1.1 to 61.0.0
✔ outputting changes to CHANGELOG.md

---
## [61.0.0](https://github.com/kufu/smarthr-ui/compare/v60.1.1...v61.0.0) (2024-11-20)

### ⚠ BREAKING CHANGES

* **FloatArea:** fixed と top、width を削除 (#5099)

### Features

* **FloatArea:** fixed と top、width を削除 ([#5099](https://github.com/kufu/smarthr-ui/issues/5099)) ([5650cb5](https://github.com/kufu/smarthr-ui/commit/5650cb5f3a413c6904ef772472b94e71dd3d13ab))
* **Icon:** FaArrowRightArrowLeft を追加 ([#5114](https://github.com/kufu/smarthr-ui/issues/5114)) ([e4dff72](https://github.com/kufu/smarthr-ui/commit/e4dff721486676fb8ca20d1fcbe78e948f8d7d3c))
* レイアウト系コンポーネントをサーバーコンポーネント内でも利用できるようにする ([#5071](https://github.com/kufu/smarthr-ui/issues/5071)) ([135daaf](https://github.com/kufu/smarthr-ui/commit/135daaf47b1173c831d03d261ddd4387293c4273))
---

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