diff --git a/.changeset/brown-geese-shine.md b/.changeset/brown-geese-shine.md deleted file mode 100644 index 129ee88c9b..0000000000 --- a/.changeset/brown-geese-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontify/fondue-charts': patch ---- - -Bump `@visx/*` dependencies to v4 and add an explicit `@react-spring/web` v10 dependency, making the chart internals compatible with React 19 (the package's own peer range is unchanged). Also fixes a transient invalid negative-height clip-path rect on LineChart's first render (console error on mount), and PieChart arcs no longer show a focus ring on mouse click (keyboard focus still does). diff --git a/.changeset/tall-mangos-arrive.md b/.changeset/tall-mangos-arrive.md deleted file mode 100644 index 8e07e19297..0000000000 --- a/.changeset/tall-mangos-arrive.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@frontify/fondue-components": patch -"@frontify/fondue-tokens": patch -"@frontify/fondue-icons": patch -"@frontify/fondue": patch ---- - -chore: prepare for react 19 compatibility diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 52095d82a7..e34cfdbd9e 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,14 @@ # @frontify/fondue-charts +## 8.0.1 + +### Patch Changes + +- [#2812](https://github.com/Frontify/fondue/pull/2812) [`8d06f91`](https://github.com/Frontify/fondue/commit/8d06f91aa7ab63edd2bff2a2c8dcd98dded4213d) Thanks [@joseazevedo88](https://github.com/joseazevedo88)! - Bump `@visx/*` dependencies to v4 and add an explicit `@react-spring/web` v10 dependency, making the chart internals compatible with React 19 (the package's own peer range is unchanged). Also fixes a transient invalid negative-height clip-path rect on LineChart's first render (console error on mount), and PieChart arcs no longer show a focus ring on mouse click (keyboard focus still does). + +- Updated dependencies [[`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea)]: + - @frontify/fondue-tokens@5.1.1 + ## 8.0.0 ### Patch Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index b0dacaed72..3d1eaab621 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-charts", "type": "module", - "version": "8.0.0", + "version": "8.0.1", "description": "Frontify's data viz library", "author": "Frontify Developers ", "repository": { diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9ea038ad33..0e58f1c5ec 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @frontify/fondue-components +## 31.1.1 + +### Patch Changes + +- [#2810](https://github.com/Frontify/fondue/pull/2810) [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea) Thanks [@noahwaldner](https://github.com/noahwaldner)! - chore: prepare for react 19 compatibility + +- Updated dependencies [[`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea)]: + - @frontify/fondue-tokens@5.1.1 + - @frontify/fondue-icons@0.27.1 + ## 31.1.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 895f630070..088c884c32 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@frontify/fondue-components", - "version": "31.1.0", + "version": "31.1.1", "homepage": "https://github.com/Frontify/fondue", "bugs": { "url": "https://github.com/frontify/fondue/issues" diff --git a/packages/fondue/CHANGELOG.md b/packages/fondue/CHANGELOG.md index e225f111b5..bd49a53078 100644 --- a/packages/fondue/CHANGELOG.md +++ b/packages/fondue/CHANGELOG.md @@ -1,5 +1,17 @@ # @frontify/fondue +## 13.7.5 + +### Patch Changes + +- [#2810](https://github.com/Frontify/fondue/pull/2810) [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea) Thanks [@noahwaldner](https://github.com/noahwaldner)! - chore: prepare for react 19 compatibility + +- Updated dependencies [[`8d06f91`](https://github.com/Frontify/fondue/commit/8d06f91aa7ab63edd2bff2a2c8dcd98dded4213d), [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea)]: + - @frontify/fondue-charts@8.0.1 + - @frontify/fondue-components@31.1.1 + - @frontify/fondue-tokens@5.1.1 + - @frontify/fondue-icons@0.27.1 + ## 13.7.4 ### Patch Changes diff --git a/packages/fondue/package.json b/packages/fondue/package.json index 669d5687cf..591a2bd00e 100644 --- a/packages/fondue/package.json +++ b/packages/fondue/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue", "type": "module", - "version": "13.7.4", + "version": "13.7.5", "description": "Design system of Frontify", "author": "Frontify Developers ", "homepage": "https://github.com/Frontify/fondue", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 02e63195b4..05f546cadc 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # @frontify/fondue-icons +## 0.27.1 + +### Patch Changes + +- [#2810](https://github.com/Frontify/fondue/pull/2810) [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea) Thanks [@noahwaldner](https://github.com/noahwaldner)! - chore: prepare for react 19 compatibility + +- Updated dependencies [[`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea)]: + - @frontify/fondue-tokens@5.1.1 + ## 0.27.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index c54d98f3d3..a83cded89e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-icons", "type": "module", - "version": "0.27.0", + "version": "0.27.1", "description": "Frontify's icon SVGs", "homepage": "https://github.com/Frontify/fondue", "repository": { diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index e50db13e30..846dddec52 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontify/fondue-tokens +## 5.1.1 + +### Patch Changes + +- [#2810](https://github.com/Frontify/fondue/pull/2810) [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea) Thanks [@noahwaldner](https://github.com/noahwaldner)! - chore: prepare for react 19 compatibility + ## 5.1.0 ### Minor Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index d8bc8b5693..2cdf1bb8f0 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-tokens", "type": "module", - "version": "5.1.0", + "version": "5.1.1", "description": "Single source of truth for Fondue Design Tokens", "author": "Frontify Developers ", "homepage": "https://github.com/Frontify/fondue",