kufu / smarthr-ui

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

Release candidate #5009

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.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 58.1.1 to 58.1.2
✔ outputting changes to CHANGELOG.md

---
### [58.1.2](https://github.com/kufu/smarthr-ui/compare/v58.1.1...v58.1.2) (2024-10-15)

### Bug Fixes

* AppNaviDropdownMenuButton の current 装飾ロジックを見直し ([#4971](https://github.com/kufu/smarthr-ui/issues/4971)) ([9081990](https://github.com/kufu/smarthr-ui/commit/90819907e703fcdb7a3a08dc4c438e43c5870fae))
---

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