diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bcc77e..b8dd28e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.17.3](https://github.com/gravity-ui/dashkit/compare/v8.17.2...v8.17.3) (2024-10-04) + + +### Bug Fixes + +* item life cycle callbacks for mobile ([#208](https://github.com/gravity-ui/dashkit/issues/208)) ([c429fb7](https://github.com/gravity-ui/dashkit/commit/c429fb7e62c053a0727ebe5af9e86ed68e16d097)) + ## [8.17.2](https://github.com/gravity-ui/dashkit/compare/v8.17.1...v8.17.2) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index fe21d51..074bb29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.2", + "version": "8.17.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.17.2", + "version": "8.17.3", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 5100427..a97819c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.17.2", + "version": "8.17.3", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {