diff --git a/CHANGELOG.md b/CHANGELOG.md index 0118e4d5..ec3afb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.30.0](https://github.com/gravity-ui/navigation/compare/v2.29.0...v2.30.0) (2025-01-14) + + +### Features + +* add `onResizeStart` prop ([#347](https://github.com/gravity-ui/navigation/issues/347)) ([f9a9230](https://github.com/gravity-ui/navigation/commit/f9a92307d6b92984e104143e306e9d22b8f520a0)) + + +### Bug Fixes + +* **Item:** fixed item min width to 0 [[#343](https://github.com/gravity-ui/navigation/issues/343)] ([#344](https://github.com/gravity-ui/navigation/issues/344)) ([943d022](https://github.com/gravity-ui/navigation/commit/943d022f9fed44b844d01f52d8d6c906f4d93526)) + ## [2.29.0](https://github.com/gravity-ui/navigation/compare/v2.28.0...v2.29.0) (2024-11-07) diff --git a/package-lock.json b/package-lock.json index 69bd8d2b..9c63e3e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.29.0", + "version": "2.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.29.0", + "version": "2.30.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index b47c00a8..abf6a523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.29.0", + "version": "2.30.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {