From 8c5481ba3fee40a8c53f60a064abda83b1f5e448 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Thu, 25 Jan 2024 16:45:39 +0500 Subject: [PATCH] chore(release): publish - react-ui-validations@1.14.1 - @skbkontur/react-ui@4.19.1 --- packages/react-ui-validations/CHANGELOG.md | 11 +++++++++++ packages/react-ui-validations/package.json | 2 +- packages/react-ui/CHANGELOG.md | 17 +++++++++++++++++ packages/react-ui/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/react-ui-validations/CHANGELOG.md b/packages/react-ui-validations/CHANGELOG.md index 55bdbd984bd..20aabf72058 100644 --- a/packages/react-ui-validations/CHANGELOG.md +++ b/packages/react-ui-validations/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. +## [1.14.1](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.14.0...react-ui-validations@1.14.1) (2024-01-25) + + +### Bug Fixes + +* **validations:** export ValidationsFeatureFlagsContext ([#3345](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/issues/3345)) ([0c4fe51](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/commit/0c4fe51e4748e2e6588ab1ef8a772d792659b396)) + + + + + # [1.14.0](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.13.1...react-ui-validations@1.14.0) (2023-12-15) diff --git a/packages/react-ui-validations/package.json b/packages/react-ui-validations/package.json index 8e8472838fa..fdaa3ad7f22 100644 --- a/packages/react-ui-validations/package.json +++ b/packages/react-ui-validations/package.json @@ -1,6 +1,6 @@ { "name": "react-ui-validations", - "version": "1.14.0", + "version": "1.14.1", "description": "Validations for @skbkontur/react-ui", "scripts": { "prebuild": "yarn clean", diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index fee463357b5..06d479cf13d 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.19.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.19.0...@skbkontur/react-ui@4.19.1) (2024-01-25) + + +### Bug Fixes + +* **GlobalLoader:** fix warning in strict mode ([#3335](https://github.com/skbkontur/retail-ui/issues/3335)) ([f9ba1bc](https://github.com/skbkontur/retail-ui/commit/f9ba1bcaa1f5e4d5d6bbd07442b37af0c935f0ee)) +* **Switcher:** export SwitcherItems type ([#3342](https://github.com/skbkontur/retail-ui/issues/3342)) ([718b05f](https://github.com/skbkontur/retail-ui/commit/718b05fba9ff1546b50d6b36914c9616cc42fb3b)) + + +### Features + +* **Textarea:** add feature flag `textareaUseSafari17Workaround` ([#3352](https://github.com/skbkontur/retail-ui/issues/3352)) ([e40c88b](https://github.com/skbkontur/retail-ui/commit/e40c88bd8b0a47015842d8125348dc066ef30e0e)) + + + + + # [4.19.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.18.0...@skbkontur/react-ui@4.19.0) (2023-12-15) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index eb28aca0521..7e20e918d16 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.19.0", + "version": "4.19.1", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",