Skip to content

docs: fix npm package READMEs — remove stale version pins - #85

Merged
mahyarmlk merged 1 commit into
mainfrom
docs/fix-package-readmes
Jun 26, 2026
Merged

docs: fix npm package READMEs — remove stale version pins#85
mahyarmlk merged 1 commit into
mainfrom
docs/fix-package-readmes

Conversation

@mahyarmlk

Copy link
Copy Markdown
Collaborator

Summary

All four public npm package READMEs referenced 0.1.0-alpha.1 in install commands and status sections. The current published versions are:

Package Published
@intent-framework/core 0.1.0-alpha.2
@intent-framework/dom 0.1.0-alpha.3
@intent-framework/router 0.1.0-alpha.2
@intent-framework/testing 0.1.0-alpha.2

Changes

Rather than pinning specific versions that will go stale again, this removes version pins entirely and removes specific version numbers from status sections. This matches npm convention and future-proofs the READMEs.

Files changed

  • packages/core/README.md — remove stale version pins
  • packages/dom/README.md — remove stale version pins
  • packages/router/README.md — remove stale version pins
  • packages/testing/README.md — remove stale version pins
  • .changeset/quiet-ligers-fetch.md — patch changeset for all four packages

Validation

  • pnpm test — all tests pass
  • pnpm typecheck — no type errors
  • pnpm build — clean build
  • pnpm lint — no lint errors
  • pnpm pack:check — npm pack dry-run passes for all 4 packages
  • pnpm changeset status — correct patch bumps detected

Next steps

  • Merge when green (docs-only change — safe to auto-merge)
  • After merge, a Version Packages PR will include these README fixes in the next alpha publish

All four public package READMEs referenced 0.1.0-alpha.1 in install
commands and status sections. The current published versions are:

- @intent-framework/core: 0.1.0-alpha.2
- @intent-framework/dom: 0.1.0-alpha.3
- @intent-framework/router: 0.1.0-alpha.2
- @intent-framework/testing: 0.1.0-alpha.2

Rather than pinning specific versions that will go stale again, this
change removes version pins entirely from install commands and removes
specific version numbers from status sections. This matches npm
convention and future-proofs the READMEs for subsequent alpha releases.
@mahyarmlk
mahyarmlk merged commit 8150b8d into main Jun 26, 2026
1 check passed
@mahyarmlk
mahyarmlk deleted the docs/fix-package-readmes branch June 26, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant