From 7d71d66181ba5423a858a47b4daabda00d7eac38 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 5 Jun 2023 17:31:47 +0000 Subject: [PATCH] chore: release 1.6.0 --- .release_notes/1.6.0.md | 34 ++++++++++++++++++++++++++++++++++ CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.6.0.md diff --git a/.release_notes/1.6.0.md b/.release_notes/1.6.0.md new file mode 100644 index 000000000..9208685f0 --- /dev/null +++ b/.release_notes/1.6.0.md @@ -0,0 +1,34 @@ +## [1.6.0](https://github.com/taskany-inc/issues/compare/v1.5.1...v1.6.0) (2023-06-05) + + +### Features + +* **Estimate:** change relation between `Goal` and `Estimate` ([b531f61](https://github.com/taskany-inc/issues/commit/b531f6143e5c3c6de8342ac628fdcada3d26f3be)) +* **FiltersPanel:** add Issuer filter, [#1019](https://github.com/taskany-inc/issues/issues/1019) ([d596d9b](https://github.com/taskany-inc/issues/commit/d596d9b50682ba775d64ebe72d7aadbbd1e05956)) +* **FiltersPanel:** add Participant filter, [#1020](https://github.com/taskany-inc/issues/issues/1020) ([0154ef6](https://github.com/taskany-inc/issues/commit/0154ef6678db265fef524301d44822acab06a3b7)) +* **FiltersPanel:** add Starred and Watching filters ([f0093d0](https://github.com/taskany-inc/issues/commit/f0093d084981fe709fd33582aff593c226dd14e1)) +* **FiltersPanelApplied:** show applied sort props ([197c4c8](https://github.com/taskany-inc/issues/commit/197c4c8cdbd383a68258a397f90dca2f182fb79d)) +* **Goal:** comment with push state ([daa9ce5](https://github.com/taskany-inc/issues/commit/daa9ce51f616a40910c04ea2eb92f16da5402936)) +* **GoalCreateForm:** added Dropdown near the button ([d6d28e3](https://github.com/taskany-inc/issues/commit/d6d28e38bb704ad1309f1d1c0cbeb28361091d99)) +* **GoalListItem:** show starred and watching status ([124f3da](https://github.com/taskany-inc/issues/commit/124f3da7324fc149cafe98eba2bccc2ca250b12e)) +* **GoalsGroup:** css grids ([88e202d](https://github.com/taskany-inc/issues/commit/88e202db3ae77b47cafb7f6e532c3bf6b19d49ac)) +* **PageTitle:** show preset author ([2f2ed41](https://github.com/taskany-inc/issues/commit/2f2ed41e1093869c7c65812a69489d55e27476f7)) +* **ProjectCreateForm:** added the ability to enter vowels in the project key ([832587d](https://github.com/taskany-inc/issues/commit/832587d788acc803ee893b81c2c3762cd58b852b)) +* **ProjectListItem:** add new makup and fields ([c47696c](https://github.com/taskany-inc/issues/commit/c47696c8f2995bb07de8fd07b6fcc6d7efacf7a1)) +* **ProjectListItem:** add new ProjectListItem to goals page ([7214d3c](https://github.com/taskany-inc/issues/commit/7214d3c6158da759c6137e10595da6eb071a12ae)) +* **ProjectListItem:** fix types error ([d6370bb](https://github.com/taskany-inc/issues/commit/d6370bbd2a9eb819c3fdc90b1fd539139b3c9408)) +* **RelativeTime:** added switching of date display type ([34e2dc6](https://github.com/taskany-inc/issues/commit/34e2dc6efe8a911e6861b1c114b987d8c685fdb4)) +* **trpc:** provide starred and watching filters data ([dcf58dc](https://github.com/taskany-inc/issues/commit/dcf58dcae52440195344cfedd6043470ac8f11b2)) +* **UserFilter:** current user is always first ([9778b98](https://github.com/taskany-inc/issues/commit/9778b98938fdcbe8ba6973a0caa8bd6ff36a5a82)) + + +### Bug Fixes + +* **CommentView:** date type does not change when clicking on child elements ([6217103](https://github.com/taskany-inc/issues/commit/6217103457eefc631b0b15b63e168b9f834f55e7)) +* **Estimate:** change field name `createadAt` -> `createdAt` ([c34b895](https://github.com/taskany-inc/issues/commit/c34b895fad109a5888f8ff7f7b761859c4c4b21e)) +* **FiltersPanelApplied:** do not show sort if no values ([4cff2ab](https://github.com/taskany-inc/issues/commit/4cff2abf60207dec081df80e12e533608f839a81)) +* **GoalCreateForm:** use outline button in all cases ([23284b1](https://github.com/taskany-inc/issues/commit/23284b168d561431cdebac7e671810d0a886c55e)) +* **GoalListItem:** remove unused keyset ([bd77251](https://github.com/taskany-inc/issues/commit/bd77251f07e2503fe630d0397f9ce74c261d744b)) +* **GoalsPage:** view preset author if you are not author of it ([42936b9](https://github.com/taskany-inc/issues/commit/42936b9d7325f6afd8c237ad670d3f5ca044c929)) +* **useUrlFilterParams:** reset preset w/o empty param, [#804](https://github.com/taskany-inc/issues/issues/804) ([d24463f](https://github.com/taskany-inc/issues/commit/d24463f2d1ed99bb0df1448501fd94ab20353f5e)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 126881b1f..6ca401a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ 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.6.0](https://github.com/taskany-inc/issues/compare/v1.5.1...v1.6.0) (2023-06-05) + + +### Features + +* **Estimate:** change relation between `Goal` and `Estimate` ([b531f61](https://github.com/taskany-inc/issues/commit/b531f6143e5c3c6de8342ac628fdcada3d26f3be)) +* **FiltersPanel:** add Issuer filter, [#1019](https://github.com/taskany-inc/issues/issues/1019) ([d596d9b](https://github.com/taskany-inc/issues/commit/d596d9b50682ba775d64ebe72d7aadbbd1e05956)) +* **FiltersPanel:** add Participant filter, [#1020](https://github.com/taskany-inc/issues/issues/1020) ([0154ef6](https://github.com/taskany-inc/issues/commit/0154ef6678db265fef524301d44822acab06a3b7)) +* **FiltersPanel:** add Starred and Watching filters ([f0093d0](https://github.com/taskany-inc/issues/commit/f0093d084981fe709fd33582aff593c226dd14e1)) +* **FiltersPanelApplied:** show applied sort props ([197c4c8](https://github.com/taskany-inc/issues/commit/197c4c8cdbd383a68258a397f90dca2f182fb79d)) +* **Goal:** comment with push state ([daa9ce5](https://github.com/taskany-inc/issues/commit/daa9ce51f616a40910c04ea2eb92f16da5402936)) +* **GoalCreateForm:** added Dropdown near the button ([d6d28e3](https://github.com/taskany-inc/issues/commit/d6d28e38bb704ad1309f1d1c0cbeb28361091d99)) +* **GoalListItem:** show starred and watching status ([124f3da](https://github.com/taskany-inc/issues/commit/124f3da7324fc149cafe98eba2bccc2ca250b12e)) +* **GoalsGroup:** css grids ([88e202d](https://github.com/taskany-inc/issues/commit/88e202db3ae77b47cafb7f6e532c3bf6b19d49ac)) +* **PageTitle:** show preset author ([2f2ed41](https://github.com/taskany-inc/issues/commit/2f2ed41e1093869c7c65812a69489d55e27476f7)) +* **ProjectCreateForm:** added the ability to enter vowels in the project key ([832587d](https://github.com/taskany-inc/issues/commit/832587d788acc803ee893b81c2c3762cd58b852b)) +* **ProjectListItem:** add new makup and fields ([c47696c](https://github.com/taskany-inc/issues/commit/c47696c8f2995bb07de8fd07b6fcc6d7efacf7a1)) +* **ProjectListItem:** add new ProjectListItem to goals page ([7214d3c](https://github.com/taskany-inc/issues/commit/7214d3c6158da759c6137e10595da6eb071a12ae)) +* **ProjectListItem:** fix types error ([d6370bb](https://github.com/taskany-inc/issues/commit/d6370bbd2a9eb819c3fdc90b1fd539139b3c9408)) +* **RelativeTime:** added switching of date display type ([34e2dc6](https://github.com/taskany-inc/issues/commit/34e2dc6efe8a911e6861b1c114b987d8c685fdb4)) +* **trpc:** provide starred and watching filters data ([dcf58dc](https://github.com/taskany-inc/issues/commit/dcf58dcae52440195344cfedd6043470ac8f11b2)) +* **UserFilter:** current user is always first ([9778b98](https://github.com/taskany-inc/issues/commit/9778b98938fdcbe8ba6973a0caa8bd6ff36a5a82)) + + +### Bug Fixes + +* **CommentView:** date type does not change when clicking on child elements ([6217103](https://github.com/taskany-inc/issues/commit/6217103457eefc631b0b15b63e168b9f834f55e7)) +* **Estimate:** change field name `createadAt` -> `createdAt` ([c34b895](https://github.com/taskany-inc/issues/commit/c34b895fad109a5888f8ff7f7b761859c4c4b21e)) +* **FiltersPanelApplied:** do not show sort if no values ([4cff2ab](https://github.com/taskany-inc/issues/commit/4cff2abf60207dec081df80e12e533608f839a81)) +* **GoalCreateForm:** use outline button in all cases ([23284b1](https://github.com/taskany-inc/issues/commit/23284b168d561431cdebac7e671810d0a886c55e)) +* **GoalListItem:** remove unused keyset ([bd77251](https://github.com/taskany-inc/issues/commit/bd77251f07e2503fe630d0397f9ce74c261d744b)) +* **GoalsPage:** view preset author if you are not author of it ([42936b9](https://github.com/taskany-inc/issues/commit/42936b9d7325f6afd8c237ad670d3f5ca044c929)) +* **useUrlFilterParams:** reset preset w/o empty param, [#804](https://github.com/taskany-inc/issues/issues/804) ([d24463f](https://github.com/taskany-inc/issues/commit/d24463f2d1ed99bb0df1448501fd94ab20353f5e)) + ## [1.5.1](https://github.com/taskany-inc/issues/compare/v1.5.0...v1.5.1) (2023-05-30) diff --git a/package-lock.json b/package-lock.json index 776813eb9..89fc01397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.5.1", + "version": "1.6.0", "dependencies": { "@aws-sdk/client-s3": "3.341.0", "@hookform/resolvers": "3.1.0", diff --git a/package.json b/package.json index 689e29746..ed17afc43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.5.1", + "version": "1.6.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 8e03717dc..ce6a70b9d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6.0 \ No newline at end of file