From f794fac50fa4e8e2c7c0068ff8942e870a338076 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 21 May 2024 22:55:20 +0300 Subject: [PATCH] chore(main): release 8.2.0 (#145) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {