From 4bb3df71e0b31b45769ca1ebdb56852d61d09469 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Fri, 3 May 2024 08:53:58 +0000 Subject: [PATCH] chore: release 2.37.1 --- .release_notes/2.37.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/2.37.1.md diff --git a/.release_notes/2.37.1.md b/.release_notes/2.37.1.md new file mode 100644 index 000000000..d2c7b07e0 --- /dev/null +++ b/.release_notes/2.37.1.md @@ -0,0 +1,7 @@ +## [2.37.1](https://github.com/taskany-inc/issues/compare/v2.37.0...v2.37.1) (2024-05-03) + + +### Bug Fixes + +* **GoalParentCombobox:** add handler to menu items ([af11c87](https://github.com/taskany-inc/issues/commit/af11c875be4d8480f67987242807d5d56cf3bca3)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca412501..e4fba3d45 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. +## [2.37.1](https://github.com/taskany-inc/issues/compare/v2.37.0...v2.37.1) (2024-05-03) + + +### Bug Fixes + +* **GoalParentCombobox:** add handler to menu items ([af11c87](https://github.com/taskany-inc/issues/commit/af11c875be4d8480f67987242807d5d56cf3bca3)) + ## [2.37.0](https://github.com/taskany-inc/issues/compare/v2.36.0...v2.37.0) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index 2d75b2a09..1dec314b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.37.0", + "version": "2.37.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.37.0", + "version": "2.37.1", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 6f85214bc..3aaebdf11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.37.0", + "version": "2.37.1", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 63f4857cb..d47ee2b20 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.37.0 \ No newline at end of file +2.37.1 \ No newline at end of file