diff --git a/.release_notes/1.22.2.md b/.release_notes/1.22.2.md new file mode 100644 index 00000000..032fe224 --- /dev/null +++ b/.release_notes/1.22.2.md @@ -0,0 +1,8 @@ +## [1.22.2](https://github.com/taskany-inc/bricks/compare/v1.22.1...v1.22.2) (2023-07-10) + + +### Bug Fixes + +* add icons ([fa4fb44](https://github.com/taskany-inc/bricks/commit/fa4fb441b01800e60dab320e749a2c21d54fc83f)) +* **ComboBox:** ref be any HTML element ([4f68662](https://github.com/taskany-inc/bricks/commit/4f686627be295a1dce9cbe336dceb4f6a5127a12)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 351d617d..27cf0756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.22.2](https://github.com/taskany-inc/bricks/compare/v1.22.1...v1.22.2) (2023-07-10) + + +### Bug Fixes + +* add icons ([fa4fb44](https://github.com/taskany-inc/bricks/commit/fa4fb441b01800e60dab320e749a2c21d54fc83f)) +* **ComboBox:** ref be any HTML element ([4f68662](https://github.com/taskany-inc/bricks/commit/4f686627be295a1dce9cbe336dceb4f6a5127a12)) + ## [1.22.1](https://github.com/taskany-inc/bricks/compare/v1.22.0...v1.22.1) (2023-07-06) diff --git a/package-lock.json b/package-lock.json index b6e6b646..dea791fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "1.22.1", + "version": "1.22.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "1.22.1", + "version": "1.22.2", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.5.1", diff --git a/package.json b/package.json index 56f42832..c3ce16e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "1.22.1", + "version": "1.22.2", "description": "Taskany Design System", "main": "index.js", "module": "es/index.js", diff --git a/version b/version index 24b38a95..8864ad29 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.22.1 \ No newline at end of file +1.22.2 \ No newline at end of file