diff --git a/.release_notes/2.58.0.md b/.release_notes/2.58.0.md new file mode 100644 index 000000000..39dafb064 --- /dev/null +++ b/.release_notes/2.58.0.md @@ -0,0 +1,16 @@ +## [2.58.0](https://github.com/taskany-inc/issues/compare/v2.57.0...v2.58.0) (2024-09-27) + + +### Features + +* add option to sort projects ([eb99905](https://github.com/taskany-inc/issues/commit/eb99905a2e7d66b696b25a9d08abb02c286ccf40)) +* **GoalCriteria:** manual update state of linked Jira task ([2ceaf98](https://github.com/taskany-inc/issues/commit/2ceaf98aafd162894acc28acc62518655c0a8e54)) +* sticky layout ([d6560b6](https://github.com/taskany-inc/issues/commit/d6560b6fd5e0f683fa4540a74f33d79b5e26530a)) + + +### Bug Fixes + +* checkbox "empty projects" don't visible on project page ([b12c287](https://github.com/taskany-inc/issues/commit/b12c28706277ee4ba6b895cdfb63bd532d5e830d)) +* **ExternalTasks:** more safely determinate task status ([b3535f8](https://github.com/taskany-inc/issues/commit/b3535f85fc85fb9db9f0cc85647dd2b018e7eb5a)) +* **NotificationHub:** handler for ressponse and error ([11a3516](https://github.com/taskany-inc/issues/commit/11a3516195e41559b38543e183d8f680f74039c8)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 20cc05731..312d47533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.58.0](https://github.com/taskany-inc/issues/compare/v2.57.0...v2.58.0) (2024-09-27) + + +### Features + +* add option to sort projects ([eb99905](https://github.com/taskany-inc/issues/commit/eb99905a2e7d66b696b25a9d08abb02c286ccf40)) +* **GoalCriteria:** manual update state of linked Jira task ([2ceaf98](https://github.com/taskany-inc/issues/commit/2ceaf98aafd162894acc28acc62518655c0a8e54)) +* sticky layout ([d6560b6](https://github.com/taskany-inc/issues/commit/d6560b6fd5e0f683fa4540a74f33d79b5e26530a)) + + +### Bug Fixes + +* checkbox "empty projects" don't visible on project page ([b12c287](https://github.com/taskany-inc/issues/commit/b12c28706277ee4ba6b895cdfb63bd532d5e830d)) +* **ExternalTasks:** more safely determinate task status ([b3535f8](https://github.com/taskany-inc/issues/commit/b3535f85fc85fb9db9f0cc85647dd2b018e7eb5a)) +* **NotificationHub:** handler for ressponse and error ([11a3516](https://github.com/taskany-inc/issues/commit/11a3516195e41559b38543e183d8f680f74039c8)) + ## [2.57.0](https://github.com/taskany-inc/issues/compare/v2.56.1...v2.57.0) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index 6affe2bc5..223000d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.57.0", + "version": "2.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.57.0", + "version": "2.58.0", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 03f387b17..644763102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.57.0", + "version": "2.58.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index f2cc129e2..f0c70c306 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.57.0 \ No newline at end of file +2.58.0 \ No newline at end of file