Skip to content

Commit

Permalink
chore: release packages (#2147)
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 9, 2025
1 parent f2188a0 commit b7bf92f
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-insects-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-sheep-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-baboons-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-beers-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-icons-20250106003016.md

This file was deleted.

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

## 9.0.0

### Patch Changes

- [#2145](https://github.com/Frontify/fondue/pull/2145) [`85c0267`](https://github.com/Frontify/fondue/commit/85c0267c36f3aa27d35a5a0ada69c455b1e3e786) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - fix(`Dialog`): missing granular padding control

- [#2150](https://github.com/Frontify/fondue/pull/2150) [`06e1fc6`](https://github.com/Frontify/fondue/commit/06e1fc61792e2de22299a276124be1987c10d026) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - fix: adding margin to TextInput's success/error icon if no decorator on the right

- [#2146](https://github.com/Frontify/fondue/pull/2146) [`4b98a55`](https://github.com/Frontify/fondue/commit/4b98a5568c9e1ce4b962dd91d8646f71124603ed) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(`Tabs`): add padding control

- [#2151](https://github.com/Frontify/fondue/pull/2151) [`f2188a0`](https://github.com/Frontify/fondue/commit/f2188a0a248edb08a1e0420eeebc09817dc6a594) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - fix: remove hover state when switch is disabled and toggled

- Updated dependencies [[`ead020f`](https://github.com/Frontify/fondue/commit/ead020fcf3e7762f4b654230389961844f685da1)]:
- @frontify/fondue-icons@0.10.0

## 8.0.2

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

## 12.3.11

### Patch Changes

- Updated dependencies [[`85c0267`](https://github.com/Frontify/fondue/commit/85c0267c36f3aa27d35a5a0ada69c455b1e3e786), [`06e1fc6`](https://github.com/Frontify/fondue/commit/06e1fc61792e2de22299a276124be1987c10d026), [`4b98a55`](https://github.com/Frontify/fondue/commit/4b98a5568c9e1ce4b962dd91d8646f71124603ed), [`f2188a0`](https://github.com/Frontify/fondue/commit/f2188a0a248edb08a1e0420eeebc09817dc6a594), [`ead020f`](https://github.com/Frontify/fondue/commit/ead020fcf3e7762f4b654230389961844f685da1)]:
- @frontify/fondue-components@9.0.0
- @frontify/fondue-icons@0.10.0

## 12.3.10

### 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.10",
"version": "12.3.11",
"description": "Design system of Frontify",
"author": "Frontify Developers <[email protected]>",
"homepage": "https://github.com/Frontify/fondue",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontify/fondue-icons

## 0.10.0

### Minor Changes

- [#2149](https://github.com/Frontify/fondue/pull/2149) [`ead020f`](https://github.com/Frontify/fondue/commit/ead020fcf3e7762f4b654230389961844f685da1) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat: update icons

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontify/fondue-icons",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"description": "Frontify's icon SVGs",
"homepage": "https://github.com/Frontify/fondue",
"repository": {
Expand Down

0 comments on commit b7bf92f

Please sign in to comment.