diff --git a/.release_notes/5.41.1.md b/.release_notes/5.41.1.md new file mode 100644 index 00000000..18e90f50 --- /dev/null +++ b/.release_notes/5.41.1.md @@ -0,0 +1,7 @@ +## [5.41.1](https://github.com/taskany-inc/bricks/compare/v5.41.0...v5.41.1) (2024-07-30) + + +### Bug Fixes + +* **Bagde,User,Text:** fix clamping text ([6109730](https://github.com/taskany-inc/bricks/commit/610973089c85bd9223e71d798afba417af1d477f)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7f5e17..9c28b4ed 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.41.1](https://github.com/taskany-inc/bricks/compare/v5.41.0...v5.41.1) (2024-07-30) + + +### Bug Fixes + +* **Bagde,User,Text:** fix clamping text ([6109730](https://github.com/taskany-inc/bricks/commit/610973089c85bd9223e71d798afba417af1d477f)) + ## [5.41.0](https://github.com/taskany-inc/bricks/compare/v5.40.3...v5.41.0) (2024-07-24) diff --git a/package-lock.json b/package-lock.json index 3561a50a..4afecc4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.41.0", + "version": "5.41.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.41.0", + "version": "5.41.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 6c7ebcda..4484992f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.41.0", + "version": "5.41.1", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 67194d8f..0422e0e3 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.41.0 \ No newline at end of file +5.41.1 \ No newline at end of file