Skip to content

Commit

Permalink
chore: release 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Jul 12, 2023
1 parent cbcf153 commit 38258da
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .release_notes/1.23.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [1.23.2](https://github.com/taskany-inc/bricks/compare/v1.23.1...v1.23.2) (2023-07-12)


### Bug Fixes

* **ComboBox:** generic type replace for base `HTMLElement` ([cbcf153](https://github.com/taskany-inc/bricks/commit/cbcf153bf564b9a54c3462663ad74e6c8b416ca4))

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.

## [1.23.2](https://github.com/taskany-inc/bricks/compare/v1.23.1...v1.23.2) (2023-07-12)


### Bug Fixes

* **ComboBox:** generic type replace for base `HTMLElement` ([cbcf153](https://github.com/taskany-inc/bricks/commit/cbcf153bf564b9a54c3462663ad74e6c8b416ca4))

## [1.23.1](https://github.com/taskany-inc/bricks/compare/v1.23.0...v1.23.1) (2023-07-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskany/bricks",
"version": "1.23.1",
"version": "1.23.2",
"description": "Taskany Design System",
"main": "index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.1
1.23.2

0 comments on commit 38258da

Please sign in to comment.