diff --git a/CHANGELOG.md b/CHANGELOG.md index 510e6ff..70927f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.3](https://github.com/gravity-ui/navigation/compare/v2.15.2...v2.15.3) (2024-06-25) + + +### Bug Fixes + +* **CollapseButton:** fix scss ([#263](https://github.com/gravity-ui/navigation/issues/263)) ([df09b99](https://github.com/gravity-ui/navigation/commit/df09b99dfb0adc7f751d58a3c72308241899ecd5)) + ## [2.15.2](https://github.com/gravity-ui/navigation/compare/v2.15.1...v2.15.2) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index 864fa6e..b3d22e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.2", + "version": "2.15.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.15.2", + "version": "2.15.3", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index 732a984..e5d71cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.2", + "version": "2.15.3", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {