Skip to content

Commit

Permalink
chore: release packages (#2127)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 5, 2024
1 parent 194ec41 commit 1d04a36
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-readers-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-kiwis-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dancers-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cows-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-crabs-know.md

This file was deleted.

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

## 7.0.1

### Patch Changes

- [#2125](https://github.com/Frontify/fondue/pull/2125) [`c67fbf6`](https://github.com/Frontify/fondue/commit/c67fbf6bd2f87376b89fa26ebcdca7d46601e2ad) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: allow for passing a link as the dropdown item

- [#2126](https://github.com/Frontify/fondue/pull/2126) [`004d08d`](https://github.com/Frontify/fondue/commit/004d08d56ea875033d0285f9ad8bf97888c7942d) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(`LayoutComponents`): add forwardRef

- [#2128](https://github.com/Frontify/fondue/pull/2128) [`194ec41`](https://github.com/Frontify/fondue/commit/194ec41101afa4099a212251973b595d88c72df9) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(`Flyout`): enable trigger positioning for mobile viewports

- [#2125](https://github.com/Frontify/fondue/pull/2125) [`c67fbf6`](https://github.com/Frontify/fondue/commit/c67fbf6bd2f87376b89fa26ebcdca7d46601e2ad) Thanks [@noahwaldner](https://github.com/noahwaldner)! - feat: add option to prevent focusing the trigger on close

- [#2124](https://github.com/Frontify/fondue/pull/2124) [`6f04830`](https://github.com/Frontify/fondue/commit/6f0483024ed41b6745beeb82ee00039c2ba947cb) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - refactor: add tests to useTextTruncation hook

## 7.0.0

### Patch 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": "7.0.0",
"version": "7.0.1",
"homepage": "https://github.com/Frontify/fondue",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/fondue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @frontify/fondue

## 12.3.7

### Patch Changes

- Updated dependencies [[`c67fbf6`](https://github.com/Frontify/fondue/commit/c67fbf6bd2f87376b89fa26ebcdca7d46601e2ad), [`004d08d`](https://github.com/Frontify/fondue/commit/004d08d56ea875033d0285f9ad8bf97888c7942d), [`194ec41`](https://github.com/Frontify/fondue/commit/194ec41101afa4099a212251973b595d88c72df9), [`c67fbf6`](https://github.com/Frontify/fondue/commit/c67fbf6bd2f87376b89fa26ebcdca7d46601e2ad), [`6f04830`](https://github.com/Frontify/fondue/commit/6f0483024ed41b6745beeb82ee00039c2ba947cb)]:
- @frontify/fondue-components@7.0.1

## 12.3.6

### 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": "12.3.6",
"version": "12.3.7",
"description": "Design system of Frontify",
"author": "Frontify Developers <[email protected]>",
"homepage": "https://github.com/Frontify/fondue",
Expand Down

0 comments on commit 1d04a36

Please sign in to comment.