Files
actionbook__actionbook/.changeset
github-actions[bot] a07e698083 chore: version packages (#236)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-20 02:53:21 +08:00
..

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in the repository.

Usage

To add a new changeset, run:

pnpm changeset

This will prompt you to select which packages have changed, what type of semver bump (major/minor/patch), and a summary of the changes.

To version packages based on existing changesets:

pnpm version-packages

To publish packages to npm:

pnpm release