diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fccafc..e1100e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.1.1](https://github.com/gravity-ui/dashkit/compare/v10.1.0...v10.1.1) (2026-03-31) + + +### Bug Fixes + +* allow drag & resize GridItems after change edit mode ([#301](https://github.com/gravity-ui/dashkit/issues/301)) ([fe0a3ac](https://github.com/gravity-ui/dashkit/commit/fe0a3ac0112c48eda47e9ad63e8fb1d708e8b297)) + ## [10.1.0](https://github.com/gravity-ui/dashkit/compare/v10.0.0...v10.1.0) (2026-03-24) diff --git a/package-lock.json b/package-lock.json index ca495d7..90a66ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "10.1.0", + "version": "10.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "10.1.0", + "version": "10.1.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 3713869..37603cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "10.1.0", + "version": "10.1.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {