Skip to content

Commit

Permalink
chore: release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed May 30, 2023
1 parent 3679f04 commit fbc61f4
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .release_notes/1.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## [1.5.0](https://github.com/taskany-inc/issues/compare/v1.4.0...v1.5.0) (2023-05-30)


### Features

* **GoalListItem:** new GoalListItem design ([2ada2bb](https://github.com/taskany-inc/issues/commit/2ada2bba31aee1f8d79836f28cc0374653a8a692))
* **GoalListItem:** paddings smaller ([6afab2c](https://github.com/taskany-inc/issues/commit/6afab2ca607edae8deaed72a8f07e455a66222ea))
* **GoalListItem:** state component instead of DotState ([3679f04](https://github.com/taskany-inc/issues/commit/3679f04a5890fe35ad85e8caf22d719e803d64da))


### Bug Fixes

* autofocus now works ([2cd1539](https://github.com/taskany-inc/issues/commit/2cd1539a1292f644006c44c2684d71e3326190f8))
* **GoalEditForm:** estimate is optional ([0ca3291](https://github.com/taskany-inc/issues/commit/0ca329177a31d066e0b5a38525f0c7e5309b73cb))
* **GoalHistory:** use strict type for records ([86a7455](https://github.com/taskany-inc/issues/commit/86a745527dd7c4aa8e3d8f78e718c0ff8e9d673f))
* **goal:** move goal to new project in update ([241562b](https://github.com/taskany-inc/issues/commit/241562b1ec4c919ee983b1dc8b6ca733ac0e48b0))
* **GoalsGroup:** common table for Goals groups ([7d6a30c](https://github.com/taskany-inc/issues/commit/7d6a30c6693e6232e873fa9c2e7beefc3017e64f))
* **project:** pass only id to connect property ([774582b](https://github.com/taskany-inc/issues/commit/774582b1754d11fa04a411ec6072dd40633a3823))
* shrink text ([3e5654b](https://github.com/taskany-inc/issues/commit/3e5654b27e266025435a54433e99fb83ac979864))

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.5.0](https://github.com/taskany-inc/issues/compare/v1.4.0...v1.5.0) (2023-05-30)


### Features

* **GoalListItem:** new GoalListItem design ([2ada2bb](https://github.com/taskany-inc/issues/commit/2ada2bba31aee1f8d79836f28cc0374653a8a692))
* **GoalListItem:** paddings smaller ([6afab2c](https://github.com/taskany-inc/issues/commit/6afab2ca607edae8deaed72a8f07e455a66222ea))
* **GoalListItem:** state component instead of DotState ([3679f04](https://github.com/taskany-inc/issues/commit/3679f04a5890fe35ad85e8caf22d719e803d64da))


### Bug Fixes

* autofocus now works ([2cd1539](https://github.com/taskany-inc/issues/commit/2cd1539a1292f644006c44c2684d71e3326190f8))
* **GoalEditForm:** estimate is optional ([0ca3291](https://github.com/taskany-inc/issues/commit/0ca329177a31d066e0b5a38525f0c7e5309b73cb))
* **GoalHistory:** use strict type for records ([86a7455](https://github.com/taskany-inc/issues/commit/86a745527dd7c4aa8e3d8f78e718c0ff8e9d673f))
* **goal:** move goal to new project in update ([241562b](https://github.com/taskany-inc/issues/commit/241562b1ec4c919ee983b1dc8b6ca733ac0e48b0))
* **GoalsGroup:** common table for Goals groups ([7d6a30c](https://github.com/taskany-inc/issues/commit/7d6a30c6693e6232e873fa9c2e7beefc3017e64f))
* **project:** pass only id to connect property ([774582b](https://github.com/taskany-inc/issues/commit/774582b1754d11fa04a411ec6072dd40633a3823))
* shrink text ([3e5654b](https://github.com/taskany-inc/issues/commit/3e5654b27e266025435a54433e99fb83ac979864))

## [1.4.0](https://github.com/taskany-inc/issues/compare/v1.3.0...v1.4.0) (2023-05-29)


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.4.0",
"version": "1.5.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.4.0
1.5.0

0 comments on commit fbc61f4

Please sign in to comment.