Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 474 Bytes

File metadata and controls

15 lines (10 loc) · 474 Bytes

Agents

Changesets

This repo uses changesets for versioning. When making changes to any package, add a changeset by running pnpm changeset or by creating a markdown file in .changeset/ with the following format:

---
"package-name": patch
---

A short description of the change.

Use patch for bug fixes, cosmetic changes, and DX improvements. Use minor for new features. Use major for breaking changes.