diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cd98e..ccc84d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.12.0](https://github.com/gravity-ui/components/compare/v3.11.0...v3.12.0) (2024-10-22) + + +### Features + +* **CookieConsent:** add `modalClassName` property to `ConsentPopup` Modal ([#230](https://github.com/gravity-ui/components/issues/230)) ([58b64e6](https://github.com/gravity-ui/components/commit/58b64e686641c4707a0afc38889f9b70dac3a27a)) + ## [3.11.0](https://github.com/gravity-ui/components/compare/v3.10.1...v3.11.0) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index 1c4fc27..69fd25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "3.11.0", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "3.11.0", + "version": "3.12.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 846387d..2f4cd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "3.11.0", + "version": "3.12.0", "description": "", "license": "MIT", "main": "./build/cjs/index.js",