Skip to content

Commit

Permalink
chore: release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep committed Jan 9, 2024
1 parent 2d48f42 commit d6c1573
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .release_notes/5.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [5.2.0](https://github.com/taskany-inc/bricks/compare/v5.1.2...v5.2.0) (2024-01-09)


### Features

* **harmony,Checkbox,Radio:** add simple components ([4aea023](https://github.com/taskany-inc/bricks/commit/4aea023406307a12364d3e920df49608eb0a4065))
* **Harmony:** popup component ([4f8c546](https://github.com/taskany-inc/bricks/commit/4f8c546357fced192ce2c1cc0f89623ea4f9d3cc))
* **Harmony:** tooltip component ([86d1f34](https://github.com/taskany-inc/bricks/commit/86d1f34a452f7021d0b093c0c653728de795bf35))
* **Switch:** new harmony component ([5fc0cbe](https://github.com/taskany-inc/bricks/commit/5fc0cbeb4458cd9e18650ad7ac839e3789225c74))
* **Tip:** added view prop ([2d48f42](https://github.com/taskany-inc/bricks/commit/2d48f423204d1aba71161c35581567c8297a0a30))


### Bug Fixes

* add error if button have 2 icons without text ([6c5e19e](https://github.com/taskany-inc/bricks/commit/6c5e19e507d4df6634f81745a761958bb6f8c1cb))
* **Button:** capture click event on button element ([2a00e23](https://github.com/taskany-inc/bricks/commit/2a00e2328a407857fee93d6e207f240518200ae5))
* **harmony:** icon class should starts with capital letter ([2b20c5b](https://github.com/taskany-inc/bricks/commit/2b20c5bbbd8f28cfa31a4e36c9518c60001378c8))
* **Switch:** re-export component ([d35438a](https://github.com/taskany-inc/bricks/commit/d35438abae3c0ea7dac22a0f4c171704bf1922d4))

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

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.2.0](https://github.com/taskany-inc/bricks/compare/v5.1.2...v5.2.0) (2024-01-09)


### Features

* **harmony,Checkbox,Radio:** add simple components ([4aea023](https://github.com/taskany-inc/bricks/commit/4aea023406307a12364d3e920df49608eb0a4065))
* **Harmony:** popup component ([4f8c546](https://github.com/taskany-inc/bricks/commit/4f8c546357fced192ce2c1cc0f89623ea4f9d3cc))
* **Harmony:** tooltip component ([86d1f34](https://github.com/taskany-inc/bricks/commit/86d1f34a452f7021d0b093c0c653728de795bf35))
* **Switch:** new harmony component ([5fc0cbe](https://github.com/taskany-inc/bricks/commit/5fc0cbeb4458cd9e18650ad7ac839e3789225c74))
* **Tip:** added view prop ([2d48f42](https://github.com/taskany-inc/bricks/commit/2d48f423204d1aba71161c35581567c8297a0a30))


### Bug Fixes

* add error if button have 2 icons without text ([6c5e19e](https://github.com/taskany-inc/bricks/commit/6c5e19e507d4df6634f81745a761958bb6f8c1cb))
* **Button:** capture click event on button element ([2a00e23](https://github.com/taskany-inc/bricks/commit/2a00e2328a407857fee93d6e207f240518200ae5))
* **harmony:** icon class should starts with capital letter ([2b20c5b](https://github.com/taskany-inc/bricks/commit/2b20c5bbbd8f28cfa31a4e36c9518c60001378c8))
* **Switch:** re-export component ([d35438a](https://github.com/taskany-inc/bricks/commit/d35438abae3c0ea7dac22a0f4c171704bf1922d4))

## [5.1.2](https://github.com/taskany-inc/bricks/compare/v5.1.1...v5.1.2) (2023-12-26)


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.1.2",
"version": "5.2.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.1.2
5.2.0

0 comments on commit d6c1573

Please sign in to comment.