diff --git a/CHANGELOG.md b/CHANGELOG.md index d6255ee..d5a856d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.14.1](https://github.com/gravity-ui/dashkit/compare/v8.14.0...v8.14.1) (2024-09-16) + + +### Bug Fixes + +* do not allow drag by dropdown menu ([#187](https://github.com/gravity-ui/dashkit/issues/187)) ([eaf1038](https://github.com/gravity-ui/dashkit/commit/eaf10384c6c3a6d17003785bc186aa60cfb26482)) + ## [8.14.0](https://github.com/gravity-ui/dashkit/compare/v8.13.0...v8.14.0) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index 62da0ba..3107ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.14.0", + "version": "8.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.14.0", + "version": "8.14.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 02aaed6..81d23fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.14.0", + "version": "8.14.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {