Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/afraid-guests-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/card-selected-border.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/fondue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fondue/package.json
Original file line number Diff line number Diff line change
@@ -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 <developers@frontify.com>",
"homepage": "https://github.com/Frontify/fondue",
Expand Down
8 changes: 7 additions & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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 <developers@frontify.com>",
"homepage": "https://github.com/Frontify/fondue",
Expand Down