diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7795f..f9c417f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.0](https://github.com/gravity-ui/dashkit/compare/v9.1.4...v9.2.0) (2025-11-11) + + +### Features + +* support globalItems in config ([#268](https://github.com/gravity-ui/dashkit/issues/268)) ([efaddf1](https://github.com/gravity-ui/dashkit/commit/efaddf1d812698938d9d268a98517029e5654121)) + ## [9.1.4](https://github.com/gravity-ui/dashkit/compare/v9.1.3...v9.1.4) (2025-10-31) diff --git a/package-lock.json b/package-lock.json index 9e66e64..7ef6121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "9.1.4", + "version": "9.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "9.1.4", + "version": "9.2.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index e4e0edd..9716a21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "9.1.4", + "version": "9.2.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {