From a3908d3df19e1f3e1373d44bcfee83dbdc971154 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Tue, 16 Apr 2024 14:40:28 +0500 Subject: [PATCH] chore(release): publish - @skbkontur/react-ui@4.21.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 7335aa99186..4a81838459c 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.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.21.3...@skbkontur/react-ui@4.21.4) (2024-04-16) + + +### Bug Fixes + +* **Token:** correct render with conditional children ([#3404](https://github.com/skbkontur/retail-ui/issues/3404)) ([31c3159](https://github.com/skbkontur/retail-ui/commit/31c31594aa5bbc4823faf0f78b80bf79452d134b)) + + + + + ## [4.21.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.21.2...@skbkontur/react-ui@4.21.3) (2024-04-09) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index ac87aca023f..0ac15f416da 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.21.3", + "version": "4.21.4", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",