From 573825f74b98d9a70c8276ab10f3cb38329b4bf1 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 20 Jul 2023 10:23:37 +0000 Subject: [PATCH] chore: release 1.17.0 --- .release_notes/1.17.0.md | 25 +++++++++++++++++++++++++ CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.17.0.md diff --git a/.release_notes/1.17.0.md b/.release_notes/1.17.0.md new file mode 100644 index 000000000..9069fe3f7 --- /dev/null +++ b/.release_notes/1.17.0.md @@ -0,0 +1,25 @@ +## [1.17.0](https://github.com/taskany-inc/issues/compare/v1.16.6...v1.17.0) (2023-07-20) + + +### Features + +* **GoalCriteria:** converting simple criteria to a goal ([a6017c0](https://github.com/taskany-inc/issues/commit/a6017c0ba8e052147542775b054f4d59dea00f20)) +* **GoalCriteria:** show criteria progess onto goals lists ([01396db](https://github.com/taskany-inc/issues/commit/01396db79afba9115a46cd525db2b76496d779f8)) +* **GoalHistory:** recording changes about criterias ([1103386](https://github.com/taskany-inc/issues/commit/11033867a43cd3d768a333587768456da3f5141b)) +* **HistoryRecord:** added the ability to hide/show description ([bf3ea92](https://github.com/taskany-inc/issues/commit/bf3ea9254a1c44a3ac57b18e9013206e5742da48)) +* **Page:** added link in a footer to a pop-up with feedback ([08eee4b](https://github.com/taskany-inc/issues/commit/08eee4b0112828e273a4c9ac6286dd57d2fac35b)) +* **ProjectListItem:** average project score ([54cd60b](https://github.com/taskany-inc/issues/commit/54cd60b555fada458e75235cd08c392c64ae73a9)) + + +### Bug Fixes + +* **CommentForm:** comment form doesnt close correctly on click outside ([0827d8b](https://github.com/taskany-inc/issues/commit/0827d8b191aeddd3edbb75a331a5f6276d846eab)) +* **commentForm:** goalId out of sync ([3685dbf](https://github.com/taskany-inc/issues/commit/3685dbf7fdbb01f011bcf6d83692f7c70e5c3572)) +* fix priority sorting ([6286e3b](https://github.com/taskany-inc/issues/commit/6286e3bed33e24ad303c7e468bf116f6373c4e00)) +* **GoalCriteria:** calc achieve progress through all criteria ([a347a57](https://github.com/taskany-inc/issues/commit/a347a57fa9ed52c63a4c0e6dc4345f0c5ac1c5ae)) +* **GoalCriteria:** hide action dropdown ([b5e00cc](https://github.com/taskany-inc/issues/commit/b5e00cc97ca5cfa1116d8eac8487b19139447995)) +* **GoalDependencies:** drop `cuid` validatation check ([f5d53a7](https://github.com/taskany-inc/issues/commit/f5d53a76c91f767196d0efcc5b801487a77a7ab9)) +* **prisma:** resolve migrations ([b636afa](https://github.com/taskany-inc/issues/commit/b636afa8bfff88b803c4f85f79006db1bff11bb7)) +* return changes over task ([c1190ab](https://github.com/taskany-inc/issues/commit/c1190abf67fdd2df4a8751dadaa6fc61cb1ce98c)) +* set priority to optional field ([dcbd0ce](https://github.com/taskany-inc/issues/commit/dcbd0ce3daded06df39cd1d3134d41b5d62ba43c)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba74fc85..12dd27cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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. +## [1.17.0](https://github.com/taskany-inc/issues/compare/v1.16.6...v1.17.0) (2023-07-20) + + +### Features + +* **GoalCriteria:** converting simple criteria to a goal ([a6017c0](https://github.com/taskany-inc/issues/commit/a6017c0ba8e052147542775b054f4d59dea00f20)) +* **GoalCriteria:** show criteria progess onto goals lists ([01396db](https://github.com/taskany-inc/issues/commit/01396db79afba9115a46cd525db2b76496d779f8)) +* **GoalHistory:** recording changes about criterias ([1103386](https://github.com/taskany-inc/issues/commit/11033867a43cd3d768a333587768456da3f5141b)) +* **HistoryRecord:** added the ability to hide/show description ([bf3ea92](https://github.com/taskany-inc/issues/commit/bf3ea9254a1c44a3ac57b18e9013206e5742da48)) +* **Page:** added link in a footer to a pop-up with feedback ([08eee4b](https://github.com/taskany-inc/issues/commit/08eee4b0112828e273a4c9ac6286dd57d2fac35b)) +* **ProjectListItem:** average project score ([54cd60b](https://github.com/taskany-inc/issues/commit/54cd60b555fada458e75235cd08c392c64ae73a9)) + + +### Bug Fixes + +* **CommentForm:** comment form doesnt close correctly on click outside ([0827d8b](https://github.com/taskany-inc/issues/commit/0827d8b191aeddd3edbb75a331a5f6276d846eab)) +* **commentForm:** goalId out of sync ([3685dbf](https://github.com/taskany-inc/issues/commit/3685dbf7fdbb01f011bcf6d83692f7c70e5c3572)) +* fix priority sorting ([6286e3b](https://github.com/taskany-inc/issues/commit/6286e3bed33e24ad303c7e468bf116f6373c4e00)) +* **GoalCriteria:** calc achieve progress through all criteria ([a347a57](https://github.com/taskany-inc/issues/commit/a347a57fa9ed52c63a4c0e6dc4345f0c5ac1c5ae)) +* **GoalCriteria:** hide action dropdown ([b5e00cc](https://github.com/taskany-inc/issues/commit/b5e00cc97ca5cfa1116d8eac8487b19139447995)) +* **GoalDependencies:** drop `cuid` validatation check ([f5d53a7](https://github.com/taskany-inc/issues/commit/f5d53a76c91f767196d0efcc5b801487a77a7ab9)) +* **prisma:** resolve migrations ([b636afa](https://github.com/taskany-inc/issues/commit/b636afa8bfff88b803c4f85f79006db1bff11bb7)) +* return changes over task ([c1190ab](https://github.com/taskany-inc/issues/commit/c1190abf67fdd2df4a8751dadaa6fc61cb1ce98c)) +* set priority to optional field ([dcbd0ce](https://github.com/taskany-inc/issues/commit/dcbd0ce3daded06df39cd1d3134d41b5d62ba43c)) + ## [1.16.6](https://github.com/taskany-inc/issues/compare/v1.16.5...v1.16.6) (2023-07-17) diff --git a/package-lock.json b/package-lock.json index 7a4b7d082..302fd2888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.16.6", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.16.6", + "version": "1.17.0", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 56e2609c6..75bf7f6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.16.6", + "version": "1.17.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 278b85f97..73d74673c 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.16.6 \ No newline at end of file +1.17.0 \ No newline at end of file