diff --git a/CHANGELOG.md b/CHANGELOG.md index 70def8c..86c11cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.3.1](https://github.com/gravity-ui/dashkit/compare/v9.3.0...v9.3.1) (2025-12-25) + + +### Bug Fixes + +* **OverlayControls:** support iconSize prop usage with renderIcon ([#289](https://github.com/gravity-ui/dashkit/issues/289)) ([3afa93c](https://github.com/gravity-ui/dashkit/commit/3afa93cb72c6751e18fb4a404e2268c1e8677185)) + ## [9.3.0](https://github.com/gravity-ui/dashkit/compare/v9.2.0...v9.3.0) (2025-12-25) diff --git a/package-lock.json b/package-lock.json index bd79067..f803913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "9.3.0", + "version": "9.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "9.3.0", + "version": "9.3.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 908975d..23ad6a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "9.3.0", + "version": "9.3.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {