From 61dac24850181625af471296ca3725f2c33942e5 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:44:16 +0100 Subject: [PATCH] chore(main): release 4.0.4 --- 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 b2b7657a..3337dc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.4](https://github.com/gravity-ui/navigation/compare/v4.0.3...v4.0.4) (2026-01-15) + + +### Bug Fixes + +* **build:** add CSS imports for PageLayout components ([#543](https://github.com/gravity-ui/navigation/issues/543)) ([e243ef3](https://github.com/gravity-ui/navigation/commit/e243ef3373f5cfb2abfad7250bf174535250e4e2)) +* **Settings:** add scroll only menu items, keep title and search fixed ([#531](https://github.com/gravity-ui/navigation/issues/531)) ([14c214b](https://github.com/gravity-ui/navigation/commit/14c214b158a80d38f6d79793dbd77ebb25f0791d)) + ## [4.0.3](https://github.com/gravity-ui/navigation/compare/v4.0.2...v4.0.3) (2025-12-22) diff --git a/package-lock.json b/package-lock.json index ba9f27b0..f804a0af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "commander": "^11.0.0", diff --git a/package.json b/package.json index 5172c3b2..cf89debd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "4.0.3", + "version": "4.0.4", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {