diff --git a/packages/react-ui-validations/CHANGELOG.md b/packages/react-ui-validations/CHANGELOG.md index 34ac3e0068..b0e7594f4f 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. +## [2.0.1](https://github.com/skbkontur/retail-ui/compare/react-ui-validations@2.0.0...react-ui-validations@2.0.1) (2024-11-08) + + +### Bug Fixes + +* **docs:** change router type ([#3536](https://github.com/skbkontur/retail-ui/issues/3536)) ([ba8035f](https://github.com/skbkontur/retail-ui/commit/ba8035f9edccf42ec3788c4c920ab32d26e509bf)) + + + + + # [2.0.0](https://github.com/skbkontur/retail-ui/compare/react-ui-validations@1.16.3...react-ui-validations@2.0.0) (2024-10-21) diff --git a/packages/react-ui-validations/package.json b/packages/react-ui-validations/package.json index 9359391ff5..8ff955b020 100644 --- a/packages/react-ui-validations/package.json +++ b/packages/react-ui-validations/package.json @@ -1,6 +1,6 @@ { "name": "react-ui-validations", - "version": "2.0.0", + "version": "2.0.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 093cad35f7..45e9bfe097 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.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@5.0.0...@skbkontur/react-ui@5.0.1) (2024-11-08) + + +### Bug Fixes + +* **Button,Link:** return text select ([#3538](https://github.com/skbkontur/retail-ui/issues/3538)) ([0c87bee](https://github.com/skbkontur/retail-ui/commit/0c87beec78f480d750ff37fa8cb74d601a8ccac3)) + + + + + # [5.0.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.27.0...@skbkontur/react-ui@5.0.0) (2024-10-21) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 55a3c7341a..d6731f6816 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@skbkontur/react-ui", - "version": "5.0.0", + "version": "5.0.1", "description": "UI Components", "main": "cjs/index.js", "module": "index.js",