From ea091c3c849115f9a6c32d68fce3e6d74505962f Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 12 Jun 2023 11:14:37 +0000 Subject: [PATCH] chore: release 1.8.0 --- .release_notes/1.8.0.md | 16 ++++++++++++++++ CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.8.0.md diff --git a/.release_notes/1.8.0.md b/.release_notes/1.8.0.md new file mode 100644 index 000000000..17a3558a0 --- /dev/null +++ b/.release_notes/1.8.0.md @@ -0,0 +1,16 @@ +## [1.8.0](https://github.com/taskany-inc/issues/compare/v1.7.0...v1.8.0) (2023-06-12) + + +### Features + +* **CommentForm:** form redesign ([5bad2f0](https://github.com/taskany-inc/issues/commit/5bad2f0b04597fb73589825576a6bf72aaf8264d)) +* **Goal:** create/edit forms redesign ([083b3a8](https://github.com/taskany-inc/issues/commit/083b3a809c011964fad4543f09938715ab47a7fa)) +* **ProjectCreateForm:** reorder form components ([8bb15f4](https://github.com/taskany-inc/issues/commit/8bb15f477149bdc666341b482ac85978ccfad7f4)) +* **State:** no hover if not clickable ([505457f](https://github.com/taskany-inc/issues/commit/505457ff8399f48f96335ceeea75197ea04a4568)) + + +### Bug Fixes + +* **HotkeysModal:** use ModalContent as container ([3814ac1](https://github.com/taskany-inc/issues/commit/3814ac19796f0aeaaecf36b02b3dac00502a6853)) +* **search:** limit results for 5 items ([0dbc2a9](https://github.com/taskany-inc/issues/commit/0dbc2a90339209c29258348d826171ae322d070c)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index e8dc2e771..f88d38baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.8.0](https://github.com/taskany-inc/issues/compare/v1.7.0...v1.8.0) (2023-06-12) + + +### Features + +* **CommentForm:** form redesign ([5bad2f0](https://github.com/taskany-inc/issues/commit/5bad2f0b04597fb73589825576a6bf72aaf8264d)) +* **Goal:** create/edit forms redesign ([083b3a8](https://github.com/taskany-inc/issues/commit/083b3a809c011964fad4543f09938715ab47a7fa)) +* **ProjectCreateForm:** reorder form components ([8bb15f4](https://github.com/taskany-inc/issues/commit/8bb15f477149bdc666341b482ac85978ccfad7f4)) +* **State:** no hover if not clickable ([505457f](https://github.com/taskany-inc/issues/commit/505457ff8399f48f96335ceeea75197ea04a4568)) + + +### Bug Fixes + +* **HotkeysModal:** use ModalContent as container ([3814ac1](https://github.com/taskany-inc/issues/commit/3814ac19796f0aeaaecf36b02b3dac00502a6853)) +* **search:** limit results for 5 items ([0dbc2a9](https://github.com/taskany-inc/issues/commit/0dbc2a90339209c29258348d826171ae322d070c)) + ## [1.7.0](https://github.com/taskany-inc/issues/compare/v1.6.0...v1.7.0) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 894adf1fd..0341eb9e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.7.0", + "version": "1.8.0", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.0", diff --git a/package.json b/package.json index e293ec2c7..c44eb989e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.7.0", + "version": "1.8.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 9dbb0c005..afa2b3515 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file