diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c90bda..5f0b6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.10.0](https://github.com/gravity-ui/dashkit/compare/v6.9.0...v6.10.0) (2024-03-27) + + +### Features + +* add copy context field for prepared copy item type ([#129](https://github.com/gravity-ui/dashkit/issues/129)) ([6ff6436](https://github.com/gravity-ui/dashkit/commit/6ff6436270fe000db0fd367b53294da434ab36ad)) + ## [6.9.0](https://github.com/gravity-ui/dashkit/compare/v6.8.0...v6.9.0) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index 85278b9..e00d3b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "6.9.0", + "version": "6.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "6.9.0", + "version": "6.10.0", "license": "MIT", "dependencies": { "@gravity-ui/i18n": "^1.0.0", diff --git a/package.json b/package.json index 3e9f218..073b714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "6.9.0", + "version": "6.10.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {