Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/loud-wolves-lead.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-states-write.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @frontify/fondue-components

## 30.4.0

### Minor Changes

- [#2720](https://github.com/Frontify/fondue/pull/2720) [`976e5c8`](https://github.com/Frontify/fondue/commit/976e5c845b955324ec41ace74a2cd52e22678c91) Thanks [@syeo66](https://github.com/syeo66)! - feat(Accordion): add sticky flag to make headers sticky in ScrollArea

### Patch Changes

- [#2723](https://github.com/Frontify/fondue/pull/2723) [`aee34c3`](https://github.com/Frontify/fondue/commit/aee34c36cea553f8220810c584d4c1c948525b3f) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add inheritance to theme provider

- Updated dependencies []:
- @frontify/fondue-tokens@5.0.0

## 30.3.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,7 +1,7 @@
{
"name": "@frontify/fondue-components",
"type": "module",
"version": "30.3.0",
"version": "30.4.0",
"homepage": "https://github.com/Frontify/fondue",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/fondue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @frontify/fondue

## 13.4.6

### Patch Changes

- [#2723](https://github.com/Frontify/fondue/pull/2723) [`aee34c3`](https://github.com/Frontify/fondue/commit/aee34c36cea553f8220810c584d4c1c948525b3f) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add inheritance to theme provider

- Updated dependencies [[`aee34c3`](https://github.com/Frontify/fondue/commit/aee34c36cea553f8220810c584d4c1c948525b3f), [`976e5c8`](https://github.com/Frontify/fondue/commit/976e5c845b955324ec41ace74a2cd52e22678c91)]:
- @frontify/fondue-components@30.4.0
- @frontify/fondue-tokens@5.0.0

## 13.4.5

### 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.4.5",
"version": "13.4.6",
"description": "Design system of Frontify",
"author": "Frontify Developers <developers@frontify.com>",
"homepage": "https://github.com/Frontify/fondue",
Expand Down