diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a25a0b..62171e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.1](https://github.com/gravity-ui/navigation/compare/v2.15.0...v2.15.1) (2024-06-19) + + +### Bug Fixes + +* **AsideHeader:** fix CollapseButton min-height ([#256](https://github.com/gravity-ui/navigation/issues/256)) ([e75e080](https://github.com/gravity-ui/navigation/commit/e75e08077440dd3938030bb067806331d7cccd55)) + ## [2.15.0](https://github.com/gravity-ui/navigation/compare/v2.14.1...v2.15.0) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index 037b50bf..615b4fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.15.0", + "version": "2.15.1", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index ec430769..ffa26362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.0", + "version": "2.15.1", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {