Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.12 KB

File metadata and controls

48 lines (34 loc) · 1.12 KB

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 our repository

We have a quick list of common questions to get you started engaging with this project in our documentation

Quick Start

Creating a Changeset

pnpm changeset

This will prompt you to:

  1. Select which packages have changes
  2. Choose the version bump type (major/minor/patch)
  3. Write a summary of the changes

Applying Changesets (Versioning)

pnpm version

This will:

  • Apply all pending changesets
  • Update package versions
  • Generate/update CHANGELOG.md files
  • Update dependencies

Publishing to npm

pnpm release

This will:

  • Build all packages
  • Publish updated packages to npm
  • Create git tags

For detailed documentation, see VERSIONING.md in the project root.