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": {