diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dd28e..9d511ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.17.4](https://github.com/gravity-ui/dashkit/compare/v8.17.3...v8.17.4) (2024-10-11) + + +### Bug Fixes + +* enable pointer-events: none only when widget is dragged out from container ([#210](https://github.com/gravity-ui/dashkit/issues/210)) ([8c79564](https://github.com/gravity-ui/dashkit/commit/8c795640d57fb914b1be51f69981fc5bb404573f)) + ## [8.17.3](https://github.com/gravity-ui/dashkit/compare/v8.17.2...v8.17.3) (2024-10-04) diff --git a/package-lock.json b/package-lock.json index 074bb29..252b190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.3", + "version": "8.17.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.17.3", + "version": "8.17.4", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a97819c..5be439d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.3", + "version": "8.17.4", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {