diff --git a/CHANGELOG.md b/CHANGELOG.md index a829ab2..5f4094e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.26.0](https://github.com/gravity-ui/dashkit/compare/v8.25.0...v8.26.0) (2025-01-29) + + +### Features + +* add item class name export ([#251](https://github.com/gravity-ui/dashkit/issues/251)) ([d6302d4](https://github.com/gravity-ui/dashkit/commit/d6302d4a3158a94c3ac293aee1f2edc16c218337)) + ## [8.25.0](https://github.com/gravity-ui/dashkit/compare/v8.24.3...v8.25.0) (2025-01-28) diff --git a/package-lock.json b/package-lock.json index 460bf57..5bded41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.25.0", + "version": "8.26.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.25.0", + "version": "8.26.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index c4a16bc..b968b2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.25.0", + "version": "8.26.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {