Skip to content

Commit

Permalink
chore(release): 23.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.5.0](v23.4.1...v23.5.0) (2021-12-29)

### Bug Fixes

* **button:** решение проблемы с тултипом и заблокированной кнопкой ([#920](#920)) ([d04f311](d04f311)), closes [#799](#799)
* **button:** убраны лишние отступы для вида ghost ([#933](#933)) ([f43cdf6](f43cdf6))
* **input:** компонент иконки для кнопки очистки ([#930](#930)) ([37049af](37049af))

### Features

* **checkbox:** состояние ошибки ([#909](#909)) ([f81d7d8](f81d7d8))
* **select:** чекбоксы в выпадашке множественного выбора [#903](#903)) ([f5638ef](f5638ef))
* **table:** компоненты для построения таблиц  ([#911](#911)) ([4ac648a](4ac648a))
  • Loading branch information
semantic-release-bot committed Dec 29, 2021
1 parent f43cdf6 commit ee18a88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [23.5.0](https://github.com/alfa-laboratory/core-components/compare/v23.4.1...v23.5.0) (2021-12-29)


### Bug Fixes

* **button:** решение проблемы с тултипом и заблокированной кнопкой ([#920](https://github.com/alfa-laboratory/core-components/issues/920)) ([d04f311](https://github.com/alfa-laboratory/core-components/commit/d04f31109baf340a4dc7264d3b8ab13109a5a68c)), closes [#799](https://github.com/alfa-laboratory/core-components/issues/799)
* **button:** убраны лишние отступы для вида ghost ([#933](https://github.com/alfa-laboratory/core-components/issues/933)) ([f43cdf6](https://github.com/alfa-laboratory/core-components/commit/f43cdf6afe349d2c7cb0d8436123e63aed347b54))
* **input:** компонент иконки для кнопки очистки ([#930](https://github.com/alfa-laboratory/core-components/issues/930)) ([37049af](https://github.com/alfa-laboratory/core-components/commit/37049af84ed475e1932c91f1907fb604893be7d7))


### Features

* **checkbox:** состояние ошибки ([#909](https://github.com/alfa-laboratory/core-components/issues/909)) ([f81d7d8](https://github.com/alfa-laboratory/core-components/commit/f81d7d8ecade7418a2015d57f5cf3a9f31779174))
* **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/alfa-laboratory/core-components/issues/903)) ([f5638ef](https://github.com/alfa-laboratory/core-components/commit/f5638ef589468de0dc0473d30871035d8c4efab5))
* **table:** компоненты для построения таблиц ([#911](https://github.com/alfa-laboratory/core-components/issues/911)) ([4ac648a](https://github.com/alfa-laboratory/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))

## [23.4.1](https://github.com/alfa-laboratory/core-components/compare/v23.4.0...v23.4.1) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components",
"version": "23.4.1",
"version": "23.5.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down

0 comments on commit ee18a88

Please sign in to comment.