Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - react-ui-validations@2.0.1
 - @skbkontur/react-ui@5.0.1
  • Loading branch information
zhzz committed Nov 8, 2024
1 parent 0c87bee commit 02fb23e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/react-ui-validations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-validations/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02fb23e

Please sign in to comment.