diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2d479..db8f3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.15.2](https://github.com/gravity-ui/dashkit/compare/v8.15.1...v8.15.2) (2024-09-17) + + +### Bug Fixes + +* group render props typing ([#193](https://github.com/gravity-ui/dashkit/issues/193)) ([4ca030b](https://github.com/gravity-ui/dashkit/commit/4ca030b940f59ebb356b52b7e9fce46de01f45ff)) + ## [8.15.1](https://github.com/gravity-ui/dashkit/compare/v8.15.0...v8.15.1) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index a4f5ad9..d7e5efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.1", + "version": "8.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.15.1", + "version": "8.15.2", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 07aadca..c6195f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.1", + "version": "8.15.2", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {