diff --git a/CHANGELOG.md b/CHANGELOG.md index a04a40d..4f5962b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.19.0](https://github.com/gravity-ui/navigation/compare/v2.18.0...v2.19.0) (2024-08-01) + + +### Features + +* **AsideHeader:** add background color to CSS API ([#287](https://github.com/gravity-ui/navigation/issues/287)) ([f56c02b](https://github.com/gravity-ui/navigation/commit/f56c02b99494070e587c18c875613de75acc2410)) + ## [2.18.0](https://github.com/gravity-ui/navigation/compare/v2.17.2...v2.18.0) (2024-07-31) diff --git a/package-lock.json b/package-lock.json index 6a130b2..bc87d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.18.0", + "version": "2.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.18.0", + "version": "2.19.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index bd45f85..97f193b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.18.0", + "version": "2.19.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {