diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f93913..6e706912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.20.1](https://github.com/gravity-ui/components/compare/v4.20.0...v4.20.1) (2026-06-03) + + +### Bug Fixes + +* **Notification:** add full width for notification content ([#390](https://github.com/gravity-ui/components/issues/390)) ([3bfb4cc](https://github.com/gravity-ui/components/commit/3bfb4ccb3453552c400bec2af934162d5ca16c41)) + ## [4.20.0](https://github.com/gravity-ui/components/compare/v4.19.2...v4.20.0) (2026-06-02) diff --git a/package-lock.json b/package-lock.json index e1417a0d..f4739e85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "4.20.0", + "version": "4.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "4.20.0", + "version": "4.20.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 8c82fbdf..cedd4d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "4.20.0", + "version": "4.20.1", "description": "", "license": "MIT", "type": "commonjs",