From 4eb03b4561b8f6c88fd9289eda99c95cd3858d17 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Wed, 4 Dec 2024 17:37:36 +0500 Subject: [PATCH] chore(release): publish - @skbkontur/react-ui@5.0.4 --- packages/react-ui/CHANGELOG.md | 11 +++++++++++ packages/react-ui/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 33091f4854..6a687e74b5 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. +## [5.0.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@5.0.3...@skbkontur/react-ui@5.0.4) (2024-12-04) + + +### Bug Fixes + +* **TokenInput:** forward prop `size` to menu items ([#3553](https://github.com/skbkontur/retail-ui/issues/3553)) ([5a0c990](https://github.com/skbkontur/retail-ui/commit/5a0c990f99478adb12fce10b04f5875406b75e61)) + + + + + ## [5.0.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@5.0.2...@skbkontur/react-ui@5.0.3) (2024-11-22) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 151cbbca00..d2339eafb8 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "5.0.3", + "version": "5.0.4", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",