diff --git a/CHANGELOG.md b/CHANGELOG.md index a56faa6..e33cec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.23.0](https://github.com/gravity-ui/dashkit/compare/v8.22.1...v8.23.0) (2024-12-18) + + +### Features + +* add groups support for mobile layout ([#227](https://github.com/gravity-ui/dashkit/issues/227)) ([c43b6b7](https://github.com/gravity-ui/dashkit/commit/c43b6b712559dab79f75f63e5f96d4fdee3e6362)) + ## [8.22.1](https://github.com/gravity-ui/dashkit/compare/v8.22.0...v8.22.1) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 340969c..05e70fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.22.1", + "version": "8.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.22.1", + "version": "8.23.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index c90874c..fcb669e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.22.1", + "version": "8.23.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {