diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdf2591..01fbea53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.24.0](https://github.com/gravity-ui/navigation/compare/v2.23.1...v2.24.0) (2024-09-25) + + +### Features + +* **HotkeysPanel:** add customization props to hotkeys panel and improve docs ([#311](https://github.com/gravity-ui/navigation/issues/311)) ([eaf3129](https://github.com/gravity-ui/navigation/commit/eaf3129831537c11b899e948631cfd96ddd78b3f)) +* **MobileHeader:** add OverlapPanel ([#309](https://github.com/gravity-ui/navigation/issues/309)) ([7361b25](https://github.com/gravity-ui/navigation/commit/7361b25188736687dafe585b7cd7b403ccbf94d4)) + ## [2.23.1](https://github.com/gravity-ui/navigation/compare/v2.23.0...v2.23.1) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index 3039c098..d3863535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.23.1", + "version": "2.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.23.1", + "version": "2.24.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index f3f9beb7..012b3e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.23.1", + "version": "2.24.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {