Skip to content

Commit

Permalink
chore: release 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Feb 14, 2024
1 parent a368761 commit cd89a3f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .release_notes/5.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [5.11.0](https://github.com/taskany-inc/bricks/compare/v5.10.0...v5.11.0) (2024-02-14)


### Features

* **Harmony:** create alert component ([c6119a3](https://github.com/taskany-inc/bricks/commit/c6119a37f0b2ba1c85a24db0d236432bdccacbe9))


### Bug Fixes

* **harmony/Checkbox,harmony/Radio:** fix input's width ([a368761](https://github.com/taskany-inc/bricks/commit/a36876144d2289bcf8457693e9c95b5fbdc1ba27))

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

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.11.0](https://github.com/taskany-inc/bricks/compare/v5.10.0...v5.11.0) (2024-02-14)


### Features

* **Harmony:** create alert component ([c6119a3](https://github.com/taskany-inc/bricks/commit/c6119a37f0b2ba1c85a24db0d236432bdccacbe9))


### Bug Fixes

* **harmony/Checkbox,harmony/Radio:** fix input's width ([a368761](https://github.com/taskany-inc/bricks/commit/a36876144d2289bcf8457693e9c95b5fbdc1ba27))

## [5.10.0](https://github.com/taskany-inc/bricks/compare/v5.9.2...v5.10.0) (2024-02-13)


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.10.0",
"version": "5.11.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.10.0
5.11.0

0 comments on commit cd89a3f

Please sign in to comment.