Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 15:45
· 959 commits to refs/heads/main since this release
f6427c5

What’s Changed

💥 Breaking changes

Migration guide

For users of ESM-aware bundlers, you will need to update the CSS imports as follows

-import "@buildo/bento-design-system/lib/index.css";
+import "@buildo/bento-design-system/index.css";

🔧 Dependency updates