diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 4ff44663bed..3dec9d8d5bd 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.21.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.21.1...@skbkontur/react-ui@4.21.2) (2024-03-13) + + +### Bug Fixes + +* **DatePicker:** prop 'width' is not required ([#3374](https://github.com/skbkontur/retail-ui/issues/3374)) ([becfa87](https://github.com/skbkontur/retail-ui/commit/becfa8712fc648ee216ad22fdd46466c435627cf)) + + + + + ## [4.21.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.22.0-next.0...@skbkontur/react-ui@4.21.1) (2024-03-12) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index cfd2518612e..b5dce944956 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.21.1", + "version": "4.21.2", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",