Release 2.3.2
A maintenance release that stabilized Next.js formatting and Yarn 4 project creation in CI.
Fixed
- Generated fsd-stack.ts files now match Biome formatting in new Next.js projects.
- Yarn 4 projects establish their own lockfile boundary and use the node-modules linker.
- New Yarn lockfiles can be populated when the CLI runs inside immutable CI environments.
Changed
- npm publishing became maintainer-only and manual.
- GitHub tags validate releases and create GitHub Releases without publishing to npm.
- CI now pins Yarn 4 instead of Yarn Classic.
Use this version
bash
npx create-fsd-architecture@2.3.2Running a newer CLI does not migrate an existing project's files or dependencies. Review compatibility notes before generating new slices.