Skip to content

Commit

Permalink
chore: release 2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and 9teen90nine committed Sep 27, 2024
1 parent 2ceaf98 commit ed20151
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .release_notes/2.58.0.md
Original file line number Diff line number Diff line change
@@ -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))

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskany/issues",
"version": "2.57.0",
"version": "2.58.0",
"private": true,
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.57.0
2.58.0

0 comments on commit ed20151

Please sign in to comment.