From 38258da2714c1fe0ad19ac32912be173a14e587a Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Wed, 12 Jul 2023 11:12:12 +0000 Subject: [PATCH] chore: release 1.23.2 --- .release_notes/1.23.2.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.23.2.md diff --git a/.release_notes/1.23.2.md b/.release_notes/1.23.2.md new file mode 100644 index 00000000..05a58773 --- /dev/null +++ b/.release_notes/1.23.2.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0904b4cf..fb2e872d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ce8226b2..32e76669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "1.23.1", + "version": "1.23.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "1.23.1", + "version": "1.23.2", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index 04a3916e..b36563b6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/version b/version index 1b50fc31..db8b4ac7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.23.1 \ No newline at end of file +1.23.2 \ No newline at end of file