Skip to content

v0.6.0

Latest

Choose a tag to compare

@octalpixel octalpixel released this 14 Jun 19:10

All @porulle/* packages (32) published to npm at 0.6.0 (fixed-version group).

Highlights

  • fix(cli): scaffold version pinning (#32) — @porulle/cli init now pins scaffolded @porulle/* dependencies to the version of the CLI that created the project (^0.6.0), instead of a static range that went stale every release and left new projects a full minor behind under 0.x caret semantics.
  • chore: package manager bun → pnpm (#31) — dependency management and publishing now run on pnpm. workspace:* internal deps are correctly rewritten to the concrete version at publish time (verified on the published artifacts), closing the prior npm-leak / stale-lockfile publish hazards. Bun is retained only as the app runtime and example/dev tooling.

Install

pnpm add @porulle/core@0.6.0
# or scaffold:
pnpm dlx @porulle/cli init my-shop

Full per-package changelogs live in each package's CHANGELOG.md.