Skip to content

Commit

Permalink
chore: release 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep committed Feb 15, 2024
1 parent ac778fb commit ba84938
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .release_notes/5.12.0.md
Original file line number Diff line number Diff line change
@@ -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))

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "5.11.0",
"version": "5.12.0",
"description": "Taskany Design System",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.11.0
5.12.0

0 comments on commit ba84938

Please sign in to comment.