Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Sep 30, 2024
1 parent 720d1a4 commit a2c5822
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/react-ui-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

**Note:** Version bump only for package react-ui-smoke-test





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

**Note:** Version bump only for package react-ui-smoke-test
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ui-smoke-test",
"version": "2.0.12",
"version": "2.0.13",
"private": true,
"scripts": {
"pretest": "rimraf ./temp",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **Button:** fix btnTextHoverBg, btnTextActiveBg vars in Theme2022Dark ([#3464](https://github.com/skbkontur/retail-ui/issues/3464)) ([c6d70a3](https://github.com/skbkontur/retail-ui/commit/c6d70a31809903ffe11c6b63108dc100721e595e))


### Features

* **react-ui, a11y:** add id prop for multiple components ([#3502](https://github.com/skbkontur/retail-ui/issues/3502)) ([2ba3db7](https://github.com/skbkontur/retail-ui/commit/2ba3db7894840e97df1daa845b555c6cc6924f18))





# [4.26.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/[email protected]...@skbkontur/[email protected]) (2024-08-20)


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

0 comments on commit a2c5822

Please sign in to comment.