From f99786201152e4e681ede3ef71271ab807f7b66d Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 25 Dec 2025 09:23:21 +0100 Subject: [PATCH] chore(main): release 9.3.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c417f..70def8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.0](https://github.com/gravity-ui/dashkit/compare/v9.2.0...v9.3.0) (2025-12-25) + + +### Features + +* **OverlayControls:** support className and rendIcon props ([#286](https://github.com/gravity-ui/dashkit/issues/286)) ([f68b174](https://github.com/gravity-ui/dashkit/commit/f68b174d8f5f513b992b7304b2fded70b7948e3a)) + ## [9.2.0](https://github.com/gravity-ui/dashkit/compare/v9.1.4...v9.2.0) (2025-11-11) diff --git a/package-lock.json b/package-lock.json index 7ef6121..bd79067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "9.2.0", + "version": "9.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "9.2.0", + "version": "9.3.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 9716a21..908975d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "9.2.0", + "version": "9.3.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {