From dfcd5b41dc988f1a2eb28d80aa0f221f937e968a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:33:26 +0000 Subject: [PATCH] chore(main): release 0.23.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9f267..314eaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.0](https://github.com/frontapp/front-ui-kit/compare/v0.22.2...v0.23.0) (2026-06-16) + + +### Features + +* adding offset props for dropdown ([#324](https://github.com/frontapp/front-ui-kit/issues/324)) ([fd9c7bf](https://github.com/frontapp/front-ui-kit/commit/fd9c7bff48059cb271f85f092899c05fe2145b7d)) + ## [0.22.2](https://github.com/frontapp/front-ui-kit/compare/v0.22.1...v0.22.2) (2026-03-26) diff --git a/package.json b/package.json index 2861bc1..bd8fd81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/ui-kit", - "version": "0.22.2", + "version": "0.23.0", "repository": "git@github.com:frontapp/front-ui-kit.git", "homepage": "http://frontapp.github.io/front-ui-kit", "author": "",