From af61e22b75ae2ae33aaba5e9a98f9b24bc2636d7 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:53:29 +0300 Subject: [PATCH] chore(main): release 8.19.1 (#219) --- 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 2232f53..aeac7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.19.1](https://github.com/gravity-ui/dashkit/compare/v8.19.0...v8.19.1) (2024-11-14) + + +### Bug Fixes + +* getPreparedCopyItemOptions prop usage ([#218](https://github.com/gravity-ui/dashkit/issues/218)) ([083a1bf](https://github.com/gravity-ui/dashkit/commit/083a1bf9592b0f12f8e7b03bc43274db158d2c3f)) + ## [8.19.0](https://github.com/gravity-ui/dashkit/compare/v8.18.0...v8.19.0) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index b87431b..a7da9b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.19.0", + "version": "8.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.19.0", + "version": "8.19.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 5ccc60c..bccf785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.19.0", + "version": "8.19.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {