Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Dec 9, 2024
1 parent e4eabc8 commit 94548ac
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
18 changes: 18 additions & 0 deletions packages/react-ui-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0](https://github.com/skbkontur/retail-ui/compare/[email protected]@3.8.0) (2024-12-09)


### Bug Fixes

* **selenium-testing:** speed up input's "clear" method ([#3555](https://github.com/skbkontur/retail-ui/issues/3555)) ([11227a0](https://github.com/skbkontur/retail-ui/commit/11227a005873c5c452911e2ff7ddde3b14bfddbe))


### Features

* **Popup:** replace DropdownContainer, unify shadows ([#3451](https://github.com/skbkontur/retail-ui/issues/3451)) ([723ec43](https://github.com/skbkontur/retail-ui/commit/723ec43470bec9f0dd89b5f899ffffb90004a538))
* **react-ui:** remove deprecated entities ([#3523](https://github.com/skbkontur/retail-ui/issues/3523)) ([edfa035](https://github.com/skbkontur/retail-ui/commit/edfa03543e630f9090639bcb46dd18ed9edd16f2))
* update dependencies ([#3400](https://github.com/skbkontur/retail-ui/issues/3400)) ([d54f08d](https://github.com/skbkontur/retail-ui/commit/d54f08db9b10e2b10cb2d40c695a79f4e93271f5))





## [3.7.1](https://github.com/skbkontur/retail-ui/compare/[email protected]@3.7.1) (2024-04-09)

**Note:** Version bump only for package react-ui-testing
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-ui-testing",
"private": true,
"version": "3.7.1",
"version": "3.8.0",
"description": "React selenium testing",
"main": "react-selenium-testing.js",
"scripts": {
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.5](https://github.com/skbkontur/retail-ui/compare/@skbkontur/[email protected]...@skbkontur/[email protected]) (2024-12-09)


### Bug Fixes

* **ComboBox:** fix menuAlign prop ([#3559](https://github.com/skbkontur/retail-ui/issues/3559)) ([d3c8edd](https://github.com/skbkontur/retail-ui/commit/d3c8edd59e26fb65f1c18b68f4a3c44f383b56e4))





## [5.0.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/[email protected]...@skbkontur/[email protected]) (2024-12-04)


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.4",
"version": "5.0.5",
"description": "UI Components",
"main": "cjs/index.js",
"module": "index.js",
Expand Down

0 comments on commit 94548ac

Please sign in to comment.