Skip to content

Commit

Permalink
chore: release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Sep 4, 2023
1 parent 0375e49 commit 3387b3f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .release_notes/3.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [3.2.0](https://github.com/taskany-inc/bricks/compare/v3.1.1...v3.2.0) (2023-09-04)


### Features

* **Autocomplete:** add a new component ([f758b38](https://github.com/taskany-inc/bricks/commit/f758b385ab89a842f759b7848b78ec754b226305))
* **AutoComplete:** include ListView components ([0375e49](https://github.com/taskany-inc/bricks/commit/0375e49fa9be51f59aa205ba0bace431fcc38d86))
* **Checkbox:** add a new component ([82f009a](https://github.com/taskany-inc/bricks/commit/82f009ad9a132d0f880e21a31cb0f836b14c5d3a))
* spinner component ([398a8c3](https://github.com/taskany-inc/bricks/commit/398a8c37f85026f5cc80d6a784c3ec0b60a03594))
* **Tabs:** add new component ([061beba](https://github.com/taskany-inc/bricks/commit/061beba5596ab198da4b3ef944340f180fe9a037))

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

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.

## [3.2.0](https://github.com/taskany-inc/bricks/compare/v3.1.1...v3.2.0) (2023-09-04)


### Features

* **Autocomplete:** add a new component ([f758b38](https://github.com/taskany-inc/bricks/commit/f758b385ab89a842f759b7848b78ec754b226305))
* **AutoComplete:** include ListView components ([0375e49](https://github.com/taskany-inc/bricks/commit/0375e49fa9be51f59aa205ba0bace431fcc38d86))
* **Checkbox:** add a new component ([82f009a](https://github.com/taskany-inc/bricks/commit/82f009ad9a132d0f880e21a31cb0f836b14c5d3a))
* spinner component ([398a8c3](https://github.com/taskany-inc/bricks/commit/398a8c37f85026f5cc80d6a784c3ec0b60a03594))
* **Tabs:** add new component ([061beba](https://github.com/taskany-inc/bricks/commit/061beba5596ab198da4b3ef944340f180fe9a037))

## [3.1.1](https://github.com/taskany-inc/bricks/compare/v3.1.0...v3.1.1) (2023-08-30)


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

0 comments on commit 3387b3f

Please sign in to comment.