diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e4794a..b0142f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.17.1](https://github.com/gravity-ui/components/compare/v4.17.0...v4.17.1) (2026-01-15) + + +### Bug Fixes + +* **Gallery:** add min-width for the gallery content ([#364](https://github.com/gravity-ui/components/issues/364)) ([962426b](https://github.com/gravity-ui/components/commit/962426bcb1ca8a84ed230847263544f38687b87d)) +* **Gallery:** reduce gallery controls area height ([#367](https://github.com/gravity-ui/components/issues/367)) ([b69d7f3](https://github.com/gravity-ui/components/commit/b69d7f3d60d1a0ddab5d81c8255c22155b20b2e2)) + ## [4.17.0](https://github.com/gravity-ui/components/compare/v4.16.0...v4.17.0) (2025-12-16) diff --git a/package-lock.json b/package-lock.json index aa9baa4b..877a0749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.17.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 2d4ee43b..cf0b1a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.17.1", "description": "", "license": "MIT", "type": "commonjs",