From 20f8a3666c85299b5a5f86a0de72135c91205f74 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:56:49 +0300 Subject: [PATCH] chore(main): release 8.15.2 (#196) --- 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 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": {