From a26d482a3ae0800a1d8d7368ae675c137e2eecd4 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:00:42 +0300 Subject: [PATCH] chore(main): release 8.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f566b6f..3c104d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [8.0.0](https://github.com/gravity-ui/dashkit/compare/v7.2.0...v8.0.0) (2024-04-12) + + +### ⚠ BREAKING CHANGES + +* separated helpers export from ui ([#133](https://github.com/gravity-ui/dashkit/issues/133)) + +### refactor + +* separated helpers export from ui ([#133](https://github.com/gravity-ui/dashkit/issues/133)) ([5786de8](https://github.com/gravity-ui/dashkit/commit/5786de8f2658fa3dd441b93bb0973b5725649808)) + + +### Features + +* add attribute to plugin root element ([#135](https://github.com/gravity-ui/dashkit/issues/135)) ([d052702](https://github.com/gravity-ui/dashkit/commit/d052702b6e4b736fe2ac67c8488f3ec1951096fb)) + ## [7.2.0](https://github.com/gravity-ui/dashkit/compare/v7.1.1...v7.2.0) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index 2c2c54b..b1ad99d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "7.2.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "7.2.0", + "version": "8.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index f241e74..c76a05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "7.2.0", + "version": "8.0.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {