From 4c36129e8ce86b41a9bafea088eac6515b1983d9 Mon Sep 17 00:00:00 2001 From: Egor Pogadaev Date: Wed, 4 May 2022 15:56:45 +0500 Subject: [PATCH] chore(release): publish - react-ui-testing@3.5.3 - react-ui-validations@1.8.3 - @skbkontur/react-ui@4.1.0 --- packages/react-ui-testing/CHANGELOG.md | 11 +++++++++++ packages/react-ui-testing/package.json | 2 +- packages/react-ui-validations/CHANGELOG.md | 8 ++++++++ packages/react-ui-validations/package.json | 2 +- packages/react-ui/CHANGELOG.md | 19 +++++++++++++++++++ packages/react-ui/package.json | 2 +- 6 files changed, 41 insertions(+), 3 deletions(-) diff --git a/packages/react-ui-testing/CHANGELOG.md b/packages/react-ui-testing/CHANGELOG.md index c78838ad4c3..513a444974d 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.5.3](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@3.5.2...react-ui-testing@3.5.3) (2022-05-04) + + +### Bug Fixes + +* **Paging:** add prop shouldBeVisibleWithLessThanTwoPages, true by default ([#2778](https://github.com/skbkontur/retail-ui/issues/2778)) ([d19c839](https://github.com/skbkontur/retail-ui/commit/d19c839e4a430ba6ef07ef87242b4a82a37a2dbc)) + + + + + ## [3.5.2](https://github.com/skbkontur/retail-ui/compare/react-ui-testing@3.5.1...react-ui-testing@3.5.2) (2022-03-01) **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 d2b1729a3b0..1b90d9f4c1e 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.5.2", + "version": "3.5.3", "description": "React selenium testing", "main": "react-selenium-testing.js", "scripts": { diff --git a/packages/react-ui-validations/CHANGELOG.md b/packages/react-ui-validations/CHANGELOG.md index 1f8e39eee3a..3a0b4d69ed3 100644 --- a/packages/react-ui-validations/CHANGELOG.md +++ b/packages/react-ui-validations/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.3](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.8.2...react-ui-validations@1.8.3) (2022-05-04) + +**Note:** Version bump only for package react-ui-validations + + + + + ## [1.8.2](https://github.com/skbkontur/retail-ui/tree/master/packages/react-ui-validations/compare/react-ui-validations@1.8.1...react-ui-validations@1.8.2) (2022-04-25) diff --git a/packages/react-ui-validations/package.json b/packages/react-ui-validations/package.json index d551f2b0823..772f1c54a2a 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.8.2", + "version": "1.8.3", "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 1c7b50786b3..90f95c7082f 100644 --- a/packages/react-ui/CHANGELOG.md +++ b/packages/react-ui/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.6...@skbkontur/react-ui@4.1.0) (2022-05-04) + + +### Bug Fixes + +* **Paging:** add prop shouldBeVisibleWithLessThanTwoPages, true by default ([#2778](https://github.com/skbkontur/retail-ui/issues/2778)) ([d19c839](https://github.com/skbkontur/retail-ui/commit/d19c839e4a430ba6ef07ef87242b4a82a37a2dbc)) +* **Paging:** fix border-radius of long links ([#2765](https://github.com/skbkontur/retail-ui/issues/2765)) ([576dcb9](https://github.com/skbkontur/retail-ui/commit/576dcb9de546eebd7309309fb8144d0a57cb778c)) +* **PasswordInput:** disable eye along with Input & hide password on blur ([#2766](https://github.com/skbkontur/retail-ui/issues/2766)) ([b280ea4](https://github.com/skbkontur/retail-ui/commit/b280ea4a870c6d786700635d37efb92933ff79f5)) +* **Select:** add menuBorderRadius theme var ([#2864](https://github.com/skbkontur/retail-ui/issues/2864)) ([d7d7827](https://github.com/skbkontur/retail-ui/commit/d7d78271b7945bd22ccbf6a4ff78a3ad61d5041a)) + + +### Features + +* new themes (THEME_2022, THEME_2022_DARK) ([#2880](https://github.com/skbkontur/retail-ui/issues/2880)) ([c4b4615](https://github.com/skbkontur/retail-ui/commit/c4b4615db11b4dfe13efdbaba31e6a29a0305ab1)) + + + + + ## [4.0.6](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.5...@skbkontur/react-ui@4.0.6) (2022-04-25) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 6485a4401c0..b4823037636 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "4.0.6", + "version": "4.1.0", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",