diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2a7d3..fc9560d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.3.0](https://github.com/gravity-ui/dashkit/compare/v8.2.0...v8.3.0) (2024-06-11) + + +### Features + +* support useStateAsInitial in getItemsParams ([#148](https://github.com/gravity-ui/dashkit/issues/148)) ([ede2db0](https://github.com/gravity-ui/dashkit/commit/ede2db0b219697016aafd4fed9a210f2b9c52fb4)) + ## [8.2.0](https://github.com/gravity-ui/dashkit/compare/v8.1.0...v8.2.0) (2024-05-21) diff --git a/package-lock.json b/package-lock.json index 0c5650b..80cd2ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 53b17db..8e157a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.2.0", + "version": "8.3.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {