diff --git a/CHANGELOG.md b/CHANGELOG.md index db8f3d4..2fdfa1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.15.3](https://github.com/gravity-ui/dashkit/compare/v8.15.2...v8.15.3) (2024-09-18) + + +### Bug Fixes + +* unfocus item when overlay button or menu item is clicked ([#197](https://github.com/gravity-ui/dashkit/issues/197)) ([b0b6b9a](https://github.com/gravity-ui/dashkit/commit/b0b6b9aa3fba6f8a15a76313320f91f917c58249)) + ## [8.15.2](https://github.com/gravity-ui/dashkit/compare/v8.15.1...v8.15.2) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index d7e5efb..14a0003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.2", + "version": "8.15.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.15.2", + "version": "8.15.3", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index c6195f4..b6bfb9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.2", + "version": "8.15.3", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {