From 021b22213b9e69772501d6f3901407a98b439c28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:47:39 +0000 Subject: [PATCH] chore: release packages --- .changeset/afraid-guests-float.md | 7 ------- .changeset/card-selected-border.md | 7 ------- packages/components/CHANGELOG.md | 11 +++++++++++ packages/components/package.json | 2 +- packages/fondue/CHANGELOG.md | 11 +++++++++++ packages/fondue/package.json | 2 +- packages/sdk/CHANGELOG.md | 8 +++++++- packages/sdk/package.json | 2 +- packages/tokens/CHANGELOG.md | 6 ++++++ packages/tokens/package.json | 2 +- 10 files changed, 39 insertions(+), 19 deletions(-) delete mode 100644 .changeset/afraid-guests-float.md delete mode 100644 .changeset/card-selected-border.md diff --git a/.changeset/afraid-guests-float.md b/.changeset/afraid-guests-float.md deleted file mode 100644 index 1e7a38bf48..0000000000 --- a/.changeset/afraid-guests-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@frontify/fondue-tokens": patch -"@frontify/fondue": patch -"@frontify/fondue-sdk": patch ---- - -feat: add new border-radius token diff --git a/.changeset/card-selected-border.md b/.changeset/card-selected-border.md deleted file mode 100644 index 9814a3ab90..0000000000 --- a/.changeset/card-selected-border.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@frontify/fondue-components": patch ---- - -fix(Card): restore the border on the selected state - -A selected card (and a selected card on hover) lost its border. The selected border now shows again, using the `color-line-strong` value from the design. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d8f8a80cca..1f015f5cc5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # @frontify/fondue-components +## 30.7.1 + +### Patch Changes + +- [#2765](https://github.com/Frontify/fondue/pull/2765) [`4a95e4a`](https://github.com/Frontify/fondue/commit/4a95e4a814533ad5f823a88a4a9308d7766992c1) Thanks [@mnoleto](https://github.com/mnoleto)! - fix(Card): restore the border on the selected state + + A selected card (and a selected card on hover) lost its border. The selected border now shows again, using the `color-line-strong` value from the design. + +- Updated dependencies [[`cf5c6df`](https://github.com/Frontify/fondue/commit/cf5c6df9b95a4b106c91b2259ac205c996a1314c)]: + - @frontify/fondue-tokens@5.0.4 + ## 30.7.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 27989db69b..984d1cbda7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@frontify/fondue-components", - "version": "30.7.0", + "version": "30.7.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 fef9a724e1..ee22b37938 100644 --- a/packages/fondue/CHANGELOG.md +++ b/packages/fondue/CHANGELOG.md @@ -1,5 +1,16 @@ # @frontify/fondue +## 13.6.3 + +### Patch Changes + +- [#2768](https://github.com/Frontify/fondue/pull/2768) [`cf5c6df`](https://github.com/Frontify/fondue/commit/cf5c6df9b95a4b106c91b2259ac205c996a1314c) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add new border-radius token + +- Updated dependencies [[`cf5c6df`](https://github.com/Frontify/fondue/commit/cf5c6df9b95a4b106c91b2259ac205c996a1314c), [`4a95e4a`](https://github.com/Frontify/fondue/commit/4a95e4a814533ad5f823a88a4a9308d7766992c1)]: + - @frontify/fondue-tokens@5.0.4 + - @frontify/fondue-sdk@0.1.2 + - @frontify/fondue-components@30.7.1 + ## 13.6.2 ### Patch Changes diff --git a/packages/fondue/package.json b/packages/fondue/package.json index 4fb1dc3f1f..f169af9744 100644 --- a/packages/fondue/package.json +++ b/packages/fondue/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue", "type": "module", - "version": "13.6.2", + "version": "13.6.3", "description": "Design system of Frontify", "author": "Frontify Developers ", "homepage": "https://github.com/Frontify/fondue", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 9ef28f06b4..ddae161369 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,7 +1,13 @@ # @frontify/fondue-sdk +## 0.1.2 + +### Patch Changes + +- [#2768](https://github.com/Frontify/fondue/pull/2768) [`cf5c6df`](https://github.com/Frontify/fondue/commit/cf5c6df9b95a4b106c91b2259ac205c996a1314c) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add new border-radius token + ## 0.1.1 ### Patch Changes -- [#2735](https://github.com/Frontify/fondue/pull/2735) [`ec9720e`](https://github.com/Frontify/fondue/commit/ec9720e81bf8dcbae59b98a02e5eb463936e2923) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add fondue sdk package +- [#2735](https://github.com/Frontify/fondue/pull/2735) [`ec9720e`](https://github.com/Frontify/fondue/commit/ec9720e81bf8dcbae59b98a02e5eb463936e2923) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add fondue sdk package diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 2756241c10..57152159cc 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-sdk", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "description": "Machine-readable SDK for Frontify Fondue — components, icons, tokens — exposed as a navigable graph. Designed for MCP servers, CLI tools, AI agents, and other integrations.", "homepage": "https://github.com/Frontify/fondue", "repository": { diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index dc07675aee..4b2c33e6bf 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontify/fondue-tokens +## 5.0.4 + +### Patch Changes + +- [#2768](https://github.com/Frontify/fondue/pull/2768) [`cf5c6df`](https://github.com/Frontify/fondue/commit/cf5c6df9b95a4b106c91b2259ac205c996a1314c) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add new border-radius token + ## 5.0.3 ### Patch Changes diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 2ba5987440..4a79574e06 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/fondue-tokens", "type": "module", - "version": "5.0.3", + "version": "5.0.4", "description": "Single source of truth for Fondue Design Tokens", "author": "Frontify Developers ", "homepage": "https://github.com/Frontify/fondue",