From d070a36224766a90952314ee3312289f5cf4ab93 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 15 Jul 2024 09:27:10 +0000 Subject: [PATCH] chore: release 5.40.3 --- .release_notes/5.40.3.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/5.40.3.md diff --git a/.release_notes/5.40.3.md b/.release_notes/5.40.3.md new file mode 100644 index 00000000..f75e81cc --- /dev/null +++ b/.release_notes/5.40.3.md @@ -0,0 +1,7 @@ +## [5.40.3](https://github.com/taskany-inc/bricks/compare/v5.40.2...v5.40.3) (2024-07-15) + + +### Bug Fixes + +* line start is unclicable ([00edc6c](https://github.com/taskany-inc/bricks/commit/00edc6caa62c823b3bf1bf2d46b0838dbeb7c3ff)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index f06eb336..dc4f7400 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.40.3](https://github.com/taskany-inc/bricks/compare/v5.40.2...v5.40.3) (2024-07-15) + + +### Bug Fixes + +* line start is unclicable ([00edc6c](https://github.com/taskany-inc/bricks/commit/00edc6caa62c823b3bf1bf2d46b0838dbeb7c3ff)) + ## [5.40.2](https://github.com/taskany-inc/bricks/compare/v5.40.1...v5.40.2) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index 35563e67..cfd07d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.40.2", + "version": "5.40.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.40.2", + "version": "5.40.3", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 6290dbe4..60820cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.40.2", + "version": "5.40.3", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 828a386d..5ada27c2 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.40.2 \ No newline at end of file +5.40.3 \ No newline at end of file