From ec5495e98712eebbfbaf53e2e2ca95a1bb750b20 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 5 Feb 2024 12:11:45 +0000 Subject: [PATCH] chore: release 5.7.1 --- .release_notes/5.7.1.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.7.1.md diff --git a/.release_notes/5.7.1.md b/.release_notes/5.7.1.md new file mode 100644 index 00000000..ae071ae9 --- /dev/null +++ b/.release_notes/5.7.1.md @@ -0,0 +1,7 @@ +## [5.7.1](https://github.com/taskany-inc/bricks/compare/v5.7.0...v5.7.1) (2024-02-05) + + +### Bug Fixes + +* **Autocomplete:** keyboard navigation ([d38030d](https://github.com/taskany-inc/bricks/commit/d38030d953c11d3130adf539efa91e69ec11f6cd)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f24bb8..913efae8 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.7.1](https://github.com/taskany-inc/bricks/compare/v5.7.0...v5.7.1) (2024-02-05) + + +### Bug Fixes + +* **Autocomplete:** keyboard navigation ([d38030d](https://github.com/taskany-inc/bricks/commit/d38030d953c11d3130adf539efa91e69ec11f6cd)) + ## [5.7.0](https://github.com/taskany-inc/bricks/compare/v5.6.2...v5.7.0) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index f4f68c8d..a374d246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/bricks", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/bricks", - "version": "5.7.0", + "version": "5.7.1", "license": "MIT", "dependencies": { "@monaco-editor/react": "4.6.0", diff --git a/package.json b/package.json index 1006054e..b1d22b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/bricks", - "version": "5.7.0", + "version": "5.7.1", "description": "Taskany Design System", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/version b/version index 3b867ccd..262122f6 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.7.0 \ No newline at end of file +5.7.1 \ No newline at end of file