diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ede305..81f82333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.5](https://github.com/gravity-ui/navigation/compare/v3.7.4...v3.7.5) (2025-11-14) + + +### Bug Fixes + +* **MobileHeader:** set height to 100% for panel items and include burger menu class name ([#488](https://github.com/gravity-ui/navigation/issues/488)) ([d7367aa](https://github.com/gravity-ui/navigation/commit/d7367aa1a0e0ef578260136c68c03cd520c2e34a)) + ## [3.7.4](https://github.com/gravity-ui/navigation/compare/v3.7.3...v3.7.4) (2025-10-24) diff --git a/package-lock.json b/package-lock.json index a8a844f7..28682fb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "3.7.4", + "version": "3.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "3.7.4", + "version": "3.7.5", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.27.4", diff --git a/package.json b/package.json index e53beaf5..491f330f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "3.7.4", + "version": "3.7.5", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {