Skip to content

chore: unify public package alpha versions to 0.1.0-alpha.4 - #87

Merged
mahyarmlk merged 1 commit into
mainfrom
chore/unify-alpha-versions
Jun 26, 2026
Merged

chore: unify public package alpha versions to 0.1.0-alpha.4#87
mahyarmlk merged 1 commit into
mainfrom
chore/unify-alpha-versions

Conversation

@mahyarmlk

Copy link
Copy Markdown
Collaborator

Summary

PR #86 produced mixed alpha versions across the public packages. This PR normalizes them:

  • core: 0.1.0-alpha.3 → 0.1.0-alpha.4
  • dom: 0.1.0-alpha.4 (unchanged)
  • router: 0.1.0-alpha.3 → 0.1.0-alpha.4
  • testing: 0.1.0-alpha.3 → 0.1.0-alpha.4
  • server: 0.1.0 (unchanged, private)

Changes

  • .changeset/config.json: Added fixed group for all four public packages so future alpha releases stay version-locked. Server is excluded.
  • package.json: Normalized core, router, testing to 0.1.0-alpha.4. Updated internal dependency ranges to workspace:^0.1.0-alpha.4 across dom, router, testing.
  • CHANGELOG.md: Relabeled alpha.3→alpha.4 for core, router, testing. Updated dep references in dom/router/testing to alpha.4.
  • .changeset/slow-readers-create.md: Empty changeset acknowledging the intentional version-train correction.
  • pnpm-lock.yaml: Auto-updated from dep range changes.

Validation

  • pnpm test ✅
  • pnpm typecheck ✅
  • pnpm build ✅
  • pnpm lint ✅
  • pnpm pack:check ✅ (all packages show 0.1.0-alpha.4)
  • pnpm changeset status ✅ (NO packages to be bumped — no alpha.5)

After merge

pnpm release:alpha is safe to run. All four public packages will publish as 0.1.0-alpha.4.

All four public packages are now at 0.1.0-alpha.4 and fixed together in
Changesets. Internal dependency ranges updated to match the unified
alpha train. Server remains private at 0.1.0 and excluded from the
fixed group.
@mahyarmlk
mahyarmlk merged commit b42f1b9 into main Jun 26, 2026
1 check passed
@mahyarmlk
mahyarmlk deleted the chore/unify-alpha-versions branch June 26, 2026 14:37
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