Skip to content

Commit

Permalink
chore: release packages (#2158)
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 15, 2025
1 parent 010074e commit 960c1c8
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-taxis-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-peas-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-trees-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-experts-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-glasses-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-icons-20250114202239.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

## 10.0.0

### Patch Changes

- [#2162](https://github.com/Frontify/fondue/pull/2162) [`010074e`](https://github.com/Frontify/fondue/commit/010074e061936bcf0f37d4c7eefa1bdedf6492a5) Thanks [@syeo66](https://github.com/syeo66)! - fix(ColorPicker): allow empty alpha field

- [#2156](https://github.com/Frontify/fondue/pull/2156) [`76b51be`](https://github.com/Frontify/fondue/commit/76b51bec899b28104fc632f2b8bc9f5448e0ed23) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(`Table`): add font size options

- [#2159](https://github.com/Frontify/fondue/pull/2159) [`f7b8b6b`](https://github.com/Frontify/fondue/commit/f7b8b6b5f9db37952c3740be0f37e0343441888b) Thanks [@syeo66](https://github.com/syeo66)! - fix: make ColorPicker inputs responsive based on container size

- [#2161](https://github.com/Frontify/fondue/pull/2161) [`2736fe4`](https://github.com/Frontify/fondue/commit/2736fe4a39a2c96eb25b62f5122f522ce77599e8) Thanks [@jose-costa-frontify](https://github.com/jose-costa-frontify)! - feat(`Dropdown`): add shadow and rounded option

- Updated dependencies [[`596c352`](https://github.com/Frontify/fondue/commit/596c352705547e0fe27c2b9e1b2f5079305eb776)]:
- @frontify/fondue-icons@0.11.0

## 9.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": "9.0.0",
"version": "10.0.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

## 12.3.13

### Patch Changes

- [#2160](https://github.com/Frontify/fondue/pull/2160) [`8799fa8`](https://github.com/Frontify/fondue/commit/8799fa8fcb54f3cbe9b2d00c265978bc75c4b723) Thanks [@noahwaldner](https://github.com/noahwaldner)! - fix: explicitly set `pointer-events` to auto in datepicker portal

- Updated dependencies [[`010074e`](https://github.com/Frontify/fondue/commit/010074e061936bcf0f37d4c7eefa1bdedf6492a5), [`76b51be`](https://github.com/Frontify/fondue/commit/76b51bec899b28104fc632f2b8bc9f5448e0ed23), [`f7b8b6b`](https://github.com/Frontify/fondue/commit/f7b8b6b5f9db37952c3740be0f37e0343441888b), [`2736fe4`](https://github.com/Frontify/fondue/commit/2736fe4a39a2c96eb25b62f5122f522ce77599e8), [`596c352`](https://github.com/Frontify/fondue/commit/596c352705547e0fe27c2b9e1b2f5079305eb776)]:
- @frontify/fondue-components@10.0.0
- @frontify/fondue-icons@0.11.0

## 12.3.12

### 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.12",
"version": "12.3.13",
"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.11.0

### Minor Changes

- [#2157](https://github.com/Frontify/fondue/pull/2157) [`596c352`](https://github.com/Frontify/fondue/commit/596c352705547e0fe27c2b9e1b2f5079305eb776) Thanks [@github-actions](https://github.com/apps/github-actions)! - feat: update icons

## 0.10.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.10.0",
"version": "0.11.0",
"description": "Frontify's icon SVGs",
"homepage": "https://github.com/Frontify/fondue",
"repository": {
Expand Down

0 comments on commit 960c1c8

Please sign in to comment.