From 480d75dc76d9b6d72b784358205f768f2b948e66 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:54:40 +0300 Subject: [PATCH] chore(main): release 6.7.1 (#107) --- 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 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": {