From 279cf1e6dc1664a809dc2fc9f99d0f95e623217c Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:25:14 +0300 Subject: [PATCH] chore(main): release 8.7.1 (#160) --- 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 e9c6e46..f8f5b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.7.1](https://github.com/gravity-ui/dashkit/compare/v8.7.0...v8.7.1) (2024-07-18) + + +### Bug Fixes + +* fix shadow for rounded cornered single control ([#159](https://github.com/gravity-ui/dashkit/issues/159)) ([168584d](https://github.com/gravity-ui/dashkit/commit/168584d2386388ddf9a68e7d0acc47e6acb4d28d)) + ## [8.7.0](https://github.com/gravity-ui/dashkit/compare/v8.6.0...v8.7.0) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index be07d74..8bf8574 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.7.0", + "version": "8.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.7.0", + "version": "8.7.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 3fa5ad5..840053e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.7.0", + "version": "8.7.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {