Skip to content

v0.37.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:30

v0.37.1 -- Production Release

Released: 2026-06-21
Tag: v0.37.1
Branch: main
Type: Production Release
Previous Release: v0.37.0


Overview

da8ebba


Breaking Changes

No breaking changes in this release.


What's New

Features

No new features in this release.

Improvements

No improvements in this release.

Bug Fixes

No bug fixes in this release.


Other Changes

  • remove dead code, rename misnamed test, clean stale docs (#da8ebba)
    • Delete src/hooks/index.ts (dead barrel, zero imports)
    • Delete src/hooks/useActions.ts (zero production consumers)
    • Delete tests/unit/hooks/index.test.ts (tested dead barrel)
    • Delete src/app/demo/page.tsx (orphaned route, no inbound links)
    • Rename toast.test.ts → constants.test.ts (was testing PLAN_LIMITS, not toast)
    • Gitignore scripts/record-hero-video.ts and scripts/generate-icons.js
    • Clean stale DndBoard/useActions/paymongo refs in docs

Dependency Updates

No dependency updates in this release.


Migration Guide

Upgrading from v0.37.0 to v0.37.1

Step 1 -- Update your dependency

npm install agentflow@0.37.1
# or
yarn add agentflow@0.37.1

Step 2 -- Review breaking changes

No breaking changes -- no additional steps required.


Release Stats

Metric Value
Commits since v0.37.0 1
Files changed
Additions / Deletions +22 / -466
Contributors 2

Contributors

Thank you to everyone who contributed to this release.


Resources

Link Description
Full Changelog All commits in this diff
Report a Bug Submit a bug report
Discussions Questions and community
Full Commit Log (v0.37.0 to v0.37.1)
da8ebba chore: remove dead code, rename misnamed test, clean stale docs