Skip to content

Commit

Permalink
chore: release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed Jun 13, 2023
1 parent 0dbc2a9 commit ea091c3
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .release_notes/1.8.0.md
Original file line number Diff line number Diff line change
@@ -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))

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run worker\" \"next dev\"",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0

0 comments on commit ea091c3

Please sign in to comment.