From c75ccc2a19cd33f3ee9ad4da852032f65bf8a48a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:26:10 +0000 Subject: [PATCH] chore(main): release 0.18.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca19a8a7..f5dc5cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.1](https://github.com/frontapp/front-ui-kit/compare/v0.18.0...v0.18.1) (2025-10-24) + + +### Bug Fixes + +* card actions on hover ([#296](https://github.com/frontapp/front-ui-kit/issues/296)) ([cdbb117](https://github.com/frontapp/front-ui-kit/commit/cdbb117d4e677d378634342935a121c84d3669e9)) + ## [0.18.0](https://github.com/frontapp/front-ui-kit/compare/v0.17.1...v0.18.0) (2025-10-22) ### Features diff --git a/package.json b/package.json index f36f16c6..36d3a584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/ui-kit", - "version": "0.18.0", + "version": "0.18.1", "repository": "git@github.com:frontapp/front-ui-kit.git", "homepage": "http://frontapp.github.io/front-ui-kit", "author": "",