diff --git a/.release_notes/5.44.0.md b/.release_notes/5.44.0.md new file mode 100644 index 00000000..c511d3e9 --- /dev/null +++ b/.release_notes/5.44.0.md @@ -0,0 +1,7 @@ +## [5.44.0](https://github.com/taskany-inc/bricks/compare/v5.43.1...v5.44.0) (2024-08-12) + + +### Features + +* **Button:** add clear variant ([14be6ea](https://github.com/taskany-inc/bricks/commit/14be6eadd7ec0ea007942fcf035b14348805e5f7)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a37ae9..6d9b090f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.44.0](https://github.com/taskany-inc/bricks/compare/v5.43.1...v5.44.0) (2024-08-12) + + +### Features + +* **Button:** add clear variant ([14be6ea](https://github.com/taskany-inc/bricks/commit/14be6eadd7ec0ea007942fcf035b14348805e5f7)) + ## [5.43.1](https://github.com/taskany-inc/bricks/compare/v5.43.0...v5.43.1) (2024-08-10) diff --git a/package-lock.json b/package-lock.json index df245448..c985da8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.43.1", + "version": "5.44.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.43.1", + "version": "5.44.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 57af7a01..5028ca1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.43.1", + "version": "5.44.0", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 7d18591d..074021cc 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.43.1 \ No newline at end of file +5.44.0 \ No newline at end of file