Magic Modal Release 10.1.1
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.mdis gitignored and generated bycopy:readme, which only ran because turbo hangs it off thereleasetask. Publishing from the package directory packed without it, so 10.1.0 landed on npm with an empty readme. It is aprepackscript 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.