diff --git a/CHANGELOG.md b/CHANGELOG.md index 94926b7..b70d232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.1.1](https://github.com/gravity-ui/dashkit/compare/v9.1.0...v9.1.1) (2025-06-17) + + +### Bug Fixes + +* add `aria-label` for overlay dropdown ([#228](https://github.com/gravity-ui/dashkit/issues/228)) ([ad261d7](https://github.com/gravity-ui/dashkit/commit/ad261d7e76c4796798aa6a5354e5b80771d3b9cd)) + ## [9.1.0](https://github.com/gravity-ui/dashkit/compare/v9.0.0...v9.1.0) (2025-04-08) diff --git a/package-lock.json b/package-lock.json index cf643cf..a4ab664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "9.1.0", + "version": "9.1.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index e567b59..2bfe6d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "9.1.0", + "version": "9.1.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {