Skip to content

Commit

Permalink
chore: release 2.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and asabotovich committed Jan 16, 2025
1 parent e5fb900 commit fa7b816
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .release_notes/2.66.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [2.66.0](https://github.com/taskany-inc/issues/compare/v2.65.3...v2.66.0) (2025-01-16)


### Features

* **INTERNAL-1057:** drag and drop list invalidation ([e5fb900](https://github.com/taskany-inc/issues/commit/e5fb900ae0a1af91603719885d02d9ac643fcce2))
* **INTERNAL-1057:** goal table ranking ([5d847ea](https://github.com/taskany-inc/issues/commit/5d847eac91ea52b6420f5a99c4f60875ea8d3d2f))


### Bug Fixes

* **GroupedGoalList:** return project childs ([29abd22](https://github.com/taskany-inc/issues/commit/29abd220a9d548129b04c6fc80b05035c2c63e27))
* **ProjectAccess:** correct access check ([35eef64](https://github.com/taskany-inc/issues/commit/35eef645a2fb5797e9efd319ced8a38ebdca44c3))
* **ProjectCreateForm:** real validation for project key ([1130dc8](https://github.com/taskany-inc/issues/commit/1130dc8b56500c51a7b3054f3ed4d80b51d3f06b))

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.66.0](https://github.com/taskany-inc/issues/compare/v2.65.3...v2.66.0) (2025-01-16)


### Features

* **INTERNAL-1057:** drag and drop list invalidation ([e5fb900](https://github.com/taskany-inc/issues/commit/e5fb900ae0a1af91603719885d02d9ac643fcce2))
* **INTERNAL-1057:** goal table ranking ([5d847ea](https://github.com/taskany-inc/issues/commit/5d847eac91ea52b6420f5a99c4f60875ea8d3d2f))


### Bug Fixes

* **GroupedGoalList:** return project childs ([29abd22](https://github.com/taskany-inc/issues/commit/29abd220a9d548129b04c6fc80b05035c2c63e27))
* **ProjectAccess:** correct access check ([35eef64](https://github.com/taskany-inc/issues/commit/35eef645a2fb5797e9efd319ced8a38ebdca44c3))
* **ProjectCreateForm:** real validation for project key ([1130dc8](https://github.com/taskany-inc/issues/commit/1130dc8b56500c51a7b3054f3ed4d80b51d3f06b))

## [2.65.3](https://github.com/taskany-inc/issues/compare/v2.65.2...v2.65.3) (2024-12-16)


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.65.3",
"version": "2.66.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.65.3
2.66.0

0 comments on commit fa7b816

Please sign in to comment.