From ed846ac3c0a69efada7896870d7009dfbf0925f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:11:02 +0000 Subject: [PATCH] chore: release packages --- .changeset/brown-geese-shine.md | 5 ----- .changeset/giant-needles-travel.md | 6 ------ .changeset/good-years-divide.md | 6 ------ .changeset/lucky-doors-wander.md | 5 ----- .changeset/plain-donkeys-listen.md | 7 ------- .changeset/tall-mangos-arrive.md | 8 -------- .changeset/tame-bats-strive.md | 6 ------ packages/charts/CHANGELOG.md | 9 +++++++++ packages/charts/package.json | 2 +- packages/components/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/components/package.json | 2 +- packages/fondue/CHANGELOG.md | 21 +++++++++++++++++++++ packages/fondue/package.json | 2 +- packages/icons/CHANGELOG.md | 9 +++++++++ packages/icons/package.json | 2 +- packages/rte/CHANGELOG.md | 12 ++++++++++++ packages/rte/package.json | 2 +- packages/tokens/CHANGELOG.md | 6 ++++++ packages/tokens/package.json | 2 +- 19 files changed, 85 insertions(+), 49 deletions(-) delete mode 100644 .changeset/brown-geese-shine.md delete mode 100644 .changeset/giant-needles-travel.md delete mode 100644 .changeset/good-years-divide.md delete mode 100644 .changeset/lucky-doors-wander.md delete mode 100644 .changeset/plain-donkeys-listen.md delete mode 100644 .changeset/tall-mangos-arrive.md delete mode 100644 .changeset/tame-bats-strive.md 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/giant-needles-travel.md b/.changeset/giant-needles-travel.md deleted file mode 100644 index 1434c05a09..0000000000 --- a/.changeset/giant-needles-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frontify/fondue-components": patch -"@frontify/fondue": patch ---- - -feat(lang): expose lang prop in appropriate components diff --git a/.changeset/good-years-divide.md b/.changeset/good-years-divide.md deleted file mode 100644 index 3dffa4b823..0000000000 --- a/.changeset/good-years-divide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frontify/fondue-components": patch -"@frontify/fondue": patch ---- - -fix(Button): icon hover state colors diff --git a/.changeset/lucky-doors-wander.md b/.changeset/lucky-doors-wander.md deleted file mode 100644 index bc3d141b9c..0000000000 --- a/.changeset/lucky-doors-wander.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontify/fondue-components': patch ---- - -Fix `Textarea` with `autosize` overflowing its container horizontally when the value contains a long word with no spaces. diff --git a/.changeset/plain-donkeys-listen.md b/.changeset/plain-donkeys-listen.md deleted file mode 100644 index af0500a23e..0000000000 --- a/.changeset/plain-donkeys-listen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@frontify/fondue-components": patch -"@frontify/fondue-rte": patch -"@frontify/fondue": patch ---- - -Update runtime dependencies to their latest patch and minor versions. Radix primitives pick up fixes for broken Dialog ARIA references when no title or description is rendered, Tooltip children mounting twice, `Slider.onValueCommit` not firing when thumbs cross, and value updates on form reset for RadioGroup, Slider, Select and Switch. `@react-aria/*` and `@react-stately/*` move to their latest patches, `downshift` gains a React Compiler compatibility fix, and `react-day-picker`, `react-colorful`, `@headless-tree/*` and `motion` move to their latest minors. 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/.changeset/tame-bats-strive.md b/.changeset/tame-bats-strive.md deleted file mode 100644 index 1aa369f5d1..0000000000 --- a/.changeset/tame-bats-strive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frontify/fondue-components": minor -"@frontify/fondue": patch ---- - -fix(Tabs): allow Tabs to be disabled after init 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 ff914d71cd..d4db3eceab 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..403af6329c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,27 @@ # @frontify/fondue-components +## 31.2.0 + +### Minor Changes + +- [#2818](https://github.com/Frontify/fondue/pull/2818) [`72028b1`](https://github.com/Frontify/fondue/commit/72028b1545b9f9810f48b025033152ceaca55fac) Thanks [@syeo66](https://github.com/syeo66)! - fix(Tabs): allow Tabs to be disabled after init + +### Patch Changes + +- [#2819](https://github.com/Frontify/fondue/pull/2819) [`cacf33d`](https://github.com/Frontify/fondue/commit/cacf33d1a1f12b735f055377175adae2b74cb813) Thanks [@syeo66](https://github.com/syeo66)! - feat(lang): expose lang prop in appropriate components + +- [#2816](https://github.com/Frontify/fondue/pull/2816) [`e0d89ff`](https://github.com/Frontify/fondue/commit/e0d89ff68f4f7cf88ab54904e23c207cd83a6de1) Thanks [@syeo66](https://github.com/syeo66)! - fix(Button): icon hover state colors + +- [#2814](https://github.com/Frontify/fondue/pull/2814) [`82e01df`](https://github.com/Frontify/fondue/commit/82e01df7936e9b12e52f52e9b5304f17b252e3c0) Thanks [@fulopdaniel](https://github.com/fulopdaniel)! - Fix `Textarea` with `autosize` overflowing its container horizontally when the value contains a long word with no spaces. + +- [#2817](https://github.com/Frontify/fondue/pull/2817) [`e762315`](https://github.com/Frontify/fondue/commit/e76231585ea57f564cccc3f1c8cc31974c11a7fd) Thanks [@jcosta33](https://github.com/jcosta33)! - Update runtime dependencies to their latest patch and minor versions. Radix primitives pick up fixes for broken Dialog ARIA references when no title or description is rendered, Tooltip children mounting twice, `Slider.onValueCommit` not firing when thumbs cross, and value updates on form reset for RadioGroup, Slider, Select and Switch. `@react-aria/*` and `@react-stately/*` move to their latest patches, `downshift` gains a React Compiler compatibility fix, and `react-day-picker`, `react-colorful`, `@headless-tree/*` and `motion` move to their latest minors. + +- [#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 ade10dacca..c7e88b0eac 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.2.0", "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..e808e96ef7 100644 --- a/packages/fondue/CHANGELOG.md +++ b/packages/fondue/CHANGELOG.md @@ -1,5 +1,26 @@ # @frontify/fondue +## 13.7.5 + +### Patch Changes + +- [#2819](https://github.com/Frontify/fondue/pull/2819) [`cacf33d`](https://github.com/Frontify/fondue/commit/cacf33d1a1f12b735f055377175adae2b74cb813) Thanks [@syeo66](https://github.com/syeo66)! - feat(lang): expose lang prop in appropriate components + +- [#2816](https://github.com/Frontify/fondue/pull/2816) [`e0d89ff`](https://github.com/Frontify/fondue/commit/e0d89ff68f4f7cf88ab54904e23c207cd83a6de1) Thanks [@syeo66](https://github.com/syeo66)! - fix(Button): icon hover state colors + +- [#2817](https://github.com/Frontify/fondue/pull/2817) [`e762315`](https://github.com/Frontify/fondue/commit/e76231585ea57f564cccc3f1c8cc31974c11a7fd) Thanks [@jcosta33](https://github.com/jcosta33)! - Update runtime dependencies to their latest patch and minor versions. Radix primitives pick up fixes for broken Dialog ARIA references when no title or description is rendered, Tooltip children mounting twice, `Slider.onValueCommit` not firing when thumbs cross, and value updates on form reset for RadioGroup, Slider, Select and Switch. `@react-aria/*` and `@react-stately/*` move to their latest patches, `downshift` gains a React Compiler compatibility fix, and `react-day-picker`, `react-colorful`, `@headless-tree/*` and `motion` move to their latest minors. + +- [#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 + +- [#2818](https://github.com/Frontify/fondue/pull/2818) [`72028b1`](https://github.com/Frontify/fondue/commit/72028b1545b9f9810f48b025033152ceaca55fac) Thanks [@syeo66](https://github.com/syeo66)! - fix(Tabs): allow Tabs to be disabled after init + +- Updated dependencies [[`8d06f91`](https://github.com/Frontify/fondue/commit/8d06f91aa7ab63edd2bff2a2c8dcd98dded4213d), [`cacf33d`](https://github.com/Frontify/fondue/commit/cacf33d1a1f12b735f055377175adae2b74cb813), [`e0d89ff`](https://github.com/Frontify/fondue/commit/e0d89ff68f4f7cf88ab54904e23c207cd83a6de1), [`82e01df`](https://github.com/Frontify/fondue/commit/82e01df7936e9b12e52f52e9b5304f17b252e3c0), [`e762315`](https://github.com/Frontify/fondue/commit/e76231585ea57f564cccc3f1c8cc31974c11a7fd), [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea), [`72028b1`](https://github.com/Frontify/fondue/commit/72028b1545b9f9810f48b025033152ceaca55fac)]: + - @frontify/fondue-charts@8.0.1 + - @frontify/fondue-components@31.2.0 + - @frontify/fondue-rte@0.1.8 + - @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 8bfb026602..372620c7c6 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 22e9c01802..9e75b87336 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/rte/CHANGELOG.md b/packages/rte/CHANGELOG.md index 1092e4281c..95ddcea3ef 100644 --- a/packages/rte/CHANGELOG.md +++ b/packages/rte/CHANGELOG.md @@ -1,5 +1,17 @@ # @frontify/fondue-rte +## 0.1.8 + +### Patch Changes + +- [#2817](https://github.com/Frontify/fondue/pull/2817) [`e762315`](https://github.com/Frontify/fondue/commit/e76231585ea57f564cccc3f1c8cc31974c11a7fd) Thanks [@jcosta33](https://github.com/jcosta33)! - Update runtime dependencies to their latest patch and minor versions. Radix primitives pick up fixes for broken Dialog ARIA references when no title or description is rendered, Tooltip children mounting twice, `Slider.onValueCommit` not firing when thumbs cross, and value updates on form reset for RadioGroup, Slider, Select and Switch. `@react-aria/*` and `@react-stately/*` move to their latest patches, `downshift` gains a React Compiler compatibility fix, and `react-day-picker`, `react-colorful`, `@headless-tree/*` and `motion` move to their latest minors. + +- Updated dependencies [[`8d06f91`](https://github.com/Frontify/fondue/commit/8d06f91aa7ab63edd2bff2a2c8dcd98dded4213d), [`cacf33d`](https://github.com/Frontify/fondue/commit/cacf33d1a1f12b735f055377175adae2b74cb813), [`e0d89ff`](https://github.com/Frontify/fondue/commit/e0d89ff68f4f7cf88ab54904e23c207cd83a6de1), [`82e01df`](https://github.com/Frontify/fondue/commit/82e01df7936e9b12e52f52e9b5304f17b252e3c0), [`e762315`](https://github.com/Frontify/fondue/commit/e76231585ea57f564cccc3f1c8cc31974c11a7fd), [`84272da`](https://github.com/Frontify/fondue/commit/84272dab09bc8d13941c81d073145b81dcb871ea), [`72028b1`](https://github.com/Frontify/fondue/commit/72028b1545b9f9810f48b025033152ceaca55fac)]: + - @frontify/fondue-charts@8.0.1 + - @frontify/fondue-components@31.2.0 + - @frontify/fondue-tokens@5.1.1 + - @frontify/fondue-icons@0.27.1 + ## 0.1.7 ### Patch Changes diff --git a/packages/rte/package.json b/packages/rte/package.json index 3fd36eccfc..39c64a1ce2 100644 --- a/packages/rte/package.json +++ b/packages/rte/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-rte", "type": "module", - "version": "0.1.7", + "version": "0.1.8", "description": "Rich Text Editor components extracted from Fondue design system", "author": "Frontify Developers ", "homepage": "https://github.com/Frontify/fondue", 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 9b7cdbbf47..9f445a438d 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",