From e3a919d36e2dfc980b3066590ab670c0229d55e3 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:46:25 +0300 Subject: [PATCH] chore(main): release 8.4.0 (#151) --- 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 fc9560d..d8feda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.4.0](https://github.com/gravity-ui/dashkit/compare/v8.3.0...v8.4.0) (2024-06-28) + + +### Features + +* dashkit groups ([#150](https://github.com/gravity-ui/dashkit/issues/150)) ([641f008](https://github.com/gravity-ui/dashkit/commit/641f008674edacea8ceebd2eecb72b55bebc6534)) + ## [8.3.0](https://github.com/gravity-ui/dashkit/compare/v8.2.0...v8.3.0) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index b3c57ce..97c43e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.3.0", + "version": "8.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index d420911..c177321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.3.0", + "version": "8.4.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {