Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .changeset/promote-to-v1-stable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@hypercerts-org/lexicon": major
---

Promote `@hypercerts-org/lexicon` to v1.0.0 — first stable release.

This changeset contributes no schema or type changes of its own; it
exists solely to force a major version bump so the package crosses the
0.x → 1.0 line. From v1.0.0 onward, the lexicons, TypeScript types,
and generated exports are considered stable for downstream consumers,
and the package follows standard SemVer semantics: breaking changes
bump the major version, non-breaking additions the minor version, and
fixes the patch version. (Prior to v1.0.0, breaking changes were
allowed under `minor` per the SemVer 0.x convention — see
`.claude/skills/writing-changesets/SKILL.md`.)

Any other changesets pending at the time this one is consumed are
folded into the same v1.0.0 release; see the other entries below for
those contributions.