From c11465be1fef45489ad1b7214d19be6574f7a0f1 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Thu, 15 Feb 2024 14:33:14 +0500 Subject: [PATCH] chore(release): publish - react-ui-testing@3.7.0 - @skbkontur/react-ui@4.20.1 --- packages/react-ui-testing/CHANGELOG.md | 11 +++++++++++ packages/react-ui-testing/package.json | 2 +- packages/react-ui/CHANGELOG.md | 13 +++++++++++++ packages/react-ui/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/packages/react-ui-testing/CHANGELOG.md b/packages/react-ui-testing/CHANGELOG.md index 941dda29ca9..dfa738e5243 100644 --- a/packages/react-ui-testing/CHANGELOG.md +++ b/packages/react-ui-testing/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. +# [3.7.0](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@3.6.0...react-ui-testing@3.7.0) (2024-02-15) + + +### Features + +* add aria-label to all appropriate components ([#3223](https://github.com/skbkontur/retail-ui/issues/3223)) ([5603ef6](https://github.com/skbkontur/retail-ui/commit/5603ef6eedec2786a68bb86a8b1131b609aea25c)) + + + + + # [3.6.0](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@3.5.5...react-ui-testing@3.6.0) (2022-11-02) **Note:** Version bump only for package react-ui-testing diff --git a/packages/react-ui-testing/package.json b/packages/react-ui-testing/package.json index 69e3c407138..b7cff6cf48f 100644 --- a/packages/react-ui-testing/package.json +++ b/packages/react-ui-testing/package.json @@ -1,7 +1,7 @@ { "name": "react-ui-testing", "private": true, - "version": "3.6.0", + "version": "3.7.0", "description": "React selenium testing", "main": "react-selenium-testing.js", "scripts": { diff --git a/packages/react-ui/CHANGELOG.md b/packages/react-ui/CHANGELOG.md index 5539bff2e60..a671dbf9c08 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.20.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.20.0...@skbkontur/react-ui@4.20.1) (2024-02-15) + + +### Bug Fixes + +* **RenderContainer:** remove side effects from constructor ([#3357](https://github.com/skbkontur/retail-ui/issues/3357)) ([0a7d610](https://github.com/skbkontur/retail-ui/commit/0a7d6104fd611bee5e55bf4248809e2fe076b827)) +* full support of rgb(a) and hsl(a) formats in theme vars ([#3332](https://github.com/skbkontur/retail-ui/issues/3332)) ([d9a0b28](https://github.com/skbkontur/retail-ui/commit/d9a0b28c1beee128a858be074b0b81caaf276f0e)) +* **Button:** correct click handler with use="link" ([#3355](https://github.com/skbkontur/retail-ui/issues/3355)) ([816d551](https://github.com/skbkontur/retail-ui/commit/816d55189aa4bee1e1999f624d6c861eaddf9b64)) + + + + + # [4.20.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.20.0-next.2...@skbkontur/react-ui@4.20.0) (2024-02-05) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index a551d0a74f7..8ccbb33b4d7 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.20.0", + "version": "4.20.1", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",