Skip to content

Commit

Permalink
chore: release packages (#2165)
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 Jan 21, 2025
1 parent 8dafc15 commit bf5dfab
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-eyes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-plums-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-nails-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-carrots-fix.md

This file was deleted.

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

## 10.0.1

### Patch Changes

- [#2166](https://github.com/Frontify/fondue/pull/2166) [`8616752`](https://github.com/Frontify/fondue/commit/86167527bdb24aed9751f05bc156d23bef350896) Thanks [@danialdezfouli](https://github.com/danialdezfouli)! - feat(`Tooltip`): add button type property to prevent form submission

- [#2164](https://github.com/Frontify/fondue/pull/2164) [`52d65e4`](https://github.com/Frontify/fondue/commit/52d65e45833216fd2bcca1a5645dd2c2427f7f2e) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - refactor(`Dropdown`): update shadow

- [#2169](https://github.com/Frontify/fondue/pull/2169) [`8dafc15`](https://github.com/Frontify/fondue/commit/8dafc150b9ca1c8ec50f1cbdd5ed7398bfb1a01d) Thanks [@noahwaldner](https://github.com/noahwaldner)! - fix: catch null value in the `onSelect` callback for the Select component

- [#2168](https://github.com/Frontify/fondue/pull/2168) [`57d7a63`](https://github.com/Frontify/fondue/commit/57d7a632472ba2afe937a643cac5181788523640) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(Dropdown): enforce compact paddings

## 10.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": "10.0.0",
"version": "10.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.14

### Patch Changes

- Updated dependencies [[`8616752`](https://github.com/Frontify/fondue/commit/86167527bdb24aed9751f05bc156d23bef350896), [`52d65e4`](https://github.com/Frontify/fondue/commit/52d65e45833216fd2bcca1a5645dd2c2427f7f2e), [`8dafc15`](https://github.com/Frontify/fondue/commit/8dafc150b9ca1c8ec50f1cbdd5ed7398bfb1a01d), [`57d7a63`](https://github.com/Frontify/fondue/commit/57d7a632472ba2afe937a643cac5181788523640)]:
- @frontify/fondue-components@10.0.1

## 12.3.13

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

0 comments on commit bf5dfab

Please sign in to comment.