diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf3463..1e2a7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.2.0](https://github.com/gravity-ui/dashkit/compare/v8.1.0...v8.2.0) (2024-05-21) + + +### Features + +* drag n drop from action panel ([#114](https://github.com/gravity-ui/dashkit/issues/114)) ([1d2e44a](https://github.com/gravity-ui/dashkit/commit/1d2e44ae205eaf89e92c1401ab2de819e52417a7)) + ## [8.1.0](https://github.com/gravity-ui/dashkit/compare/v8.0.2...v8.1.0) (2024-04-19) diff --git a/package-lock.json b/package-lock.json index 900e8a5..0c5650b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.1.0", + "version": "8.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.1.0", + "version": "8.2.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 97374a7..53b17db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.1.0", + "version": "8.2.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {