diff --git a/CHANGELOG.md b/CHANGELOG.md index a150977..5b53797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.12.3](https://github.com/gravity-ui/components/compare/v3.12.2...v3.12.3) (2024-10-25) + + +### Bug Fixes + +* **AdaptiveTabs:** revert padding calculation ([#236](https://github.com/gravity-ui/components/issues/236)) ([c18f137](https://github.com/gravity-ui/components/commit/c18f1375af0580a813144ac6fc38f6b2a8a34f97)) + ## [3.12.2](https://github.com/gravity-ui/components/compare/v3.12.1...v3.12.2) (2024-10-24) diff --git a/package-lock.json b/package-lock.json index 758b680..89d3590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "3.12.2", + "version": "3.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "3.12.2", + "version": "3.12.3", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index e3191b2..557bcfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "3.12.2", + "version": "3.12.3", "description": "", "license": "MIT", "main": "./build/cjs/index.js",