diff --git a/CHANGELOG.md b/CHANGELOG.md index d5598e3..66e86f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.7.1](https://github.com/gravity-ui/dashkit/compare/v6.7.0...v6.7.1) (2023-12-12) + + +### Bug Fixes + +* refact getItemsParams for action params ([#102](https://github.com/gravity-ui/dashkit/issues/102)) ([1fc1f75](https://github.com/gravity-ui/dashkit/commit/1fc1f7558b9234eb452346a9b64011b1fc059860)) + ## [6.7.0](https://github.com/gravity-ui/dashkit/compare/v6.6.1...v6.7.0) (2023-12-12) diff --git a/package-lock.json b/package-lock.json index a11750a..8d674cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "6.7.0", + "version": "6.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "6.7.0", + "version": "6.7.1", "license": "MIT", "dependencies": { "@gravity-ui/i18n": "^1.0.0", diff --git a/package.json b/package.json index e964983..9c9bd0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "6.7.0", + "version": "6.7.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {