From 6a0caf0f70576730a03e0c1fa6586824774fed11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:16:50 +0000 Subject: [PATCH] chore(main): release 0.22.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4b45a..6cb5af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.0](https://github.com/frontapp/front-ui-kit/compare/v0.21.0...v0.22.0) (2026-01-21) + + +### Features + +* **dropdown:** add iconColor prop to DropdownButton ([#315](https://github.com/frontapp/front-ui-kit/issues/315)) ([f60cbc1](https://github.com/frontapp/front-ui-kit/commit/f60cbc12267882cefeb6cffc17abeec4b0579e37)) + ## [0.21.0](https://github.com/frontapp/front-ui-kit/compare/v0.20.2...v0.21.0) (2026-01-13) diff --git a/package.json b/package.json index ed25abb..246f384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/ui-kit", - "version": "0.21.0", + "version": "0.22.0", "repository": "git@github.com:frontapp/front-ui-kit.git", "homepage": "http://frontapp.github.io/front-ui-kit", "author": "",