diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d511ac..223d36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.18.0](https://github.com/gravity-ui/dashkit/compare/v8.17.4...v8.18.0) (2024-10-30) + + +### Features + +* extend grid properties ([#212](https://github.com/gravity-ui/dashkit/issues/212)) ([bb5cb0d](https://github.com/gravity-ui/dashkit/commit/bb5cb0d7e3bdcd8d98b2014180c24f5fc7a263cc)) + ## [8.17.4](https://github.com/gravity-ui/dashkit/compare/v8.17.3...v8.17.4) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index 252b190..2b3d7f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.4", + "version": "8.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.17.4", + "version": "8.18.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 5be439d..6a3b173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.4", + "version": "8.18.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {