diff --git a/packages/fractal/CHANGELOG.md b/packages/fractal/CHANGELOG.md index 47a8b3130..c6bb9f462 100644 --- a/packages/fractal/CHANGELOG.md +++ b/packages/fractal/CHANGELOG.md @@ -1,3 +1,11 @@ +## @snowball-tech/fractal [11.5.1](https://github.com/snowball-tech/fractal/compare/@snowball-tech/fractal@11.5.0...@snowball-tech/fractal@11.5.1) (2024-08-28) + +- **icons:** use a clean version of the unicon package ([392b4cd](https://github.com/snowball-tech/fractal/commit/392b4cd3dca21e06817784e8ca947cf79b7328d2)) + +### Dependencies + +- **@snowball-tech/design-tokens:** upgraded to 12.3.1 + # @snowball-tech/fractal [11.5.0](https://github.com/snowball-tech/fractal/compare/@snowball-tech/fractal@11.4.1...@snowball-tech/fractal@11.5.0) (2024-08-21) - **popover:** add a trigger on hover feature ([0d06325](https://github.com/snowball-tech/fractal/commit/0d06325cd818b112d161af3a1b6632e413604a91)) diff --git a/packages/fractal/package.json b/packages/fractal/package.json index 3f5447f03..913841f26 100644 --- a/packages/fractal/package.json +++ b/packages/fractal/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-toolbar": "^1.1.0", "@react-hookz/web": "^24.0.4", - "@snowball-tech/design-tokens": "12.3.0", + "@snowball-tech/design-tokens": "12.3.1", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tooni/iconscout-unicons-react": "^1.0.1", @@ -166,5 +166,5 @@ "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", - "version": "11.5.0" + "version": "11.5.1" }