From cd89a3f33f9deab540d7be6bc8521a52e865743c Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Wed, 14 Feb 2024 14:32:40 +0000 Subject: [PATCH] chore: release 5.11.0 --- .release_notes/5.11.0.md | 12 ++++++++++++ CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 .release_notes/5.11.0.md diff --git a/.release_notes/5.11.0.md b/.release_notes/5.11.0.md new file mode 100644 index 00000000..5c2986a5 --- /dev/null +++ b/.release_notes/5.11.0.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2840eb98..a7a931fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9a00d35b..bd3a63a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.10.0", + "version": "5.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.10.0", + "version": "5.11.0", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 4c4a19a7..9ecc067b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/version b/version index c355d6e2..57f82f72 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.10.0 \ No newline at end of file +5.11.0 \ No newline at end of file