diff --git a/.changeset/strong-otters-brush.md b/.changeset/strong-otters-brush.md index f0e9bbd..016b231 100644 --- a/.changeset/strong-otters-brush.md +++ b/.changeset/strong-otters-brush.md @@ -1,5 +1,11 @@ --- -"single-spa-react": patch +"single-spa-react": major --- -fix: types and exports of the package +### Fixed + +- Enhanced compatibility with various bundlers and TypeScript `moduleResolution` strategies. The package's export patterns have been refined to address issues previously encountered with different bundling tools, ensuring more consistent and reliable integration across diverse build environments. Additionally, TypeScript type definitions have been improved, enhancing type safety and developer experience in varied TypeScript setups. + +### BREAKING CHANGES + +- The changes in export patterns / types may require updates in how projects import from `single-spa-react/*`.