From 888d7a82deb62dcdfbdc8c5733a9254d7f2ace78 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Thu, 30 Jan 2025 12:11:40 +0500 Subject: [PATCH] chore(release): publish - @skbkontur/react-ui@5.0.10 --- 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 94ff9844f8..6730379d3a 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.10](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@5.0.9...@skbkontur/react-ui@5.0.10) (2025-01-30) + + +### Bug Fixes + +* **GlobalLoader:** render in StrictMode ([#3582](https://github.com/skbkontur/retail-ui/issues/3582)) ([0d83d91](https://github.com/skbkontur/retail-ui/commit/0d83d91b6dbc02f37a89fcc6ef1fb5a970f179aa)) + + + + + ## [5.0.9](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@5.0.8...@skbkontur/react-ui@5.0.9) (2025-01-24) **Note:** Version bump only for package @skbkontur/react-ui diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 3900f9e74f..7cd8791aa5 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "5.0.9", + "version": "5.0.10", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",