diff --git a/.release_notes/5.12.0.md b/.release_notes/5.12.0.md new file mode 100644 index 00000000..0256b8e0 --- /dev/null +++ b/.release_notes/5.12.0.md @@ -0,0 +1,15 @@ +## [5.12.0](https://github.com/taskany-inc/bricks/compare/v5.11.0...v5.12.0) (2024-02-15) + + +### Features + +* **Harmony:** add FormControlEditor to FormControl ([53cb523](https://github.com/taskany-inc/bricks/commit/53cb523cd6aafea75d10e35edc8a1f8ed3b3be79)) +* **Harmony:** create default color ([47e24b5](https://github.com/taskany-inc/bricks/commit/47e24b558896244a6c82010068265112ed7210c6)) +* **Harmony:** create FormEditor ([f254ed7](https://github.com/taskany-inc/bricks/commit/f254ed7391c9407f1d32a61313e0c24658ca430b)) + + +### Bug Fixes + +* **FormEditor:** convert filelist to array ([ac778fb](https://github.com/taskany-inc/bricks/commit/ac778fb3d9f1e9b03ef4a2f637408e61466b117d)) +* **Harmony:** update Textarea ([4ca8cd4](https://github.com/taskany-inc/bricks/commit/4ca8cd43f64fa3419e4d602b1ba065456fc2a735)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a931fb..7b2a28ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [5.12.0](https://github.com/taskany-inc/bricks/compare/v5.11.0...v5.12.0) (2024-02-15) + + +### Features + +* **Harmony:** add FormControlEditor to FormControl ([53cb523](https://github.com/taskany-inc/bricks/commit/53cb523cd6aafea75d10e35edc8a1f8ed3b3be79)) +* **Harmony:** create default color ([47e24b5](https://github.com/taskany-inc/bricks/commit/47e24b558896244a6c82010068265112ed7210c6)) +* **Harmony:** create FormEditor ([f254ed7](https://github.com/taskany-inc/bricks/commit/f254ed7391c9407f1d32a61313e0c24658ca430b)) + + +### Bug Fixes + +* **FormEditor:** convert filelist to array ([ac778fb](https://github.com/taskany-inc/bricks/commit/ac778fb3d9f1e9b03ef4a2f637408e61466b117d)) +* **Harmony:** update Textarea ([4ca8cd4](https://github.com/taskany-inc/bricks/commit/4ca8cd43f64fa3419e4d602b1ba065456fc2a735)) + ## [5.11.0](https://github.com/taskany-inc/bricks/compare/v5.10.0...v5.11.0) (2024-02-14) diff --git a/package-lock.json b/package-lock.json index bd3a63a1..92168179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.11.0", + "version": "5.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.11.0", + "version": "5.12.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 9ecc067b..7c5194a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.11.0", + "version": "5.12.0", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 57f82f72..1a65f3bd 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.11.0 \ No newline at end of file +5.12.0 \ No newline at end of file