From ca807e2b7cbe470ac5a52edf600f2b7224da7aa1 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:19:26 +0300 Subject: [PATCH] chore(main): release 2.28.0 (#327) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be916ce..c8a1dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.28.0](https://github.com/gravity-ui/navigation/compare/v2.27.0...v2.28.0) (2024-10-24) + + +### Features + +* **AsideHeader:** add onAllPagesClick callback ([#329](https://github.com/gravity-ui/navigation/issues/329)) ([c8978c0](https://github.com/gravity-ui/navigation/commit/c8978c014f432ce09a57403ff95dd87dd7e4c6d5)) +* **TopPanel:** add align prop ([#317](https://github.com/gravity-ui/navigation/issues/317)) ([c85b17b](https://github.com/gravity-ui/navigation/commit/c85b17ba41b26cf1a06d429a1e6a93fcc80ad648)) + ## [2.27.0](https://github.com/gravity-ui/navigation/compare/v2.26.0...v2.27.0) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index daf6a85..3ccfb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.27.0", + "version": "2.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.27.0", + "version": "2.28.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index 0d968f4..cde0525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.27.0", + "version": "2.28.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {