diff --git a/.release_notes/2.66.0.md b/.release_notes/2.66.0.md new file mode 100644 index 000000000..5e040ecb4 --- /dev/null +++ b/.release_notes/2.66.0.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7a56cd3..c29f09f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index a147e670f..15623edfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.65.3", + "version": "2.66.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.65.3", + "version": "2.66.0", "dependencies": { "@aws-sdk/client-s3": "3.675.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 0f27ba7d8..99d78963b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.65.3", + "version": "2.66.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 964f0ce30..2a41298cb 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.65.3 \ No newline at end of file +2.66.0 \ No newline at end of file