Skip to content

Magic Modal Release 10.1.1

Choose a tag to compare

@GSTJ GSTJ released this 31 Jul 18:29
89ae965

10.1.1 (2026-07-31)

🔨 Bug Fixes 🔨

  • release: ship the README in the tarball whichever way the publish is driven (#345)

    packages/modal/README.md is gitignored and generated by copy:readme, which only ran because turbo hangs it off the release task. Publishing from the package directory packed without it, so 10.1.0 landed on npm with an empty readme. It is a prepack script now, which npm and pnpm both run before packing, so the tarball gets it from any entry point.

Same code as 10.1.0 otherwise. The feature notes for this line are in the 10.1.0 release.