From fbc61f41f6feb4c553dc5c1266bfffea1bb52984 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 30 May 2023 13:57:25 +0000 Subject: [PATCH] chore: release 1.5.0 --- .release_notes/1.5.0.md | 20 ++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.5.0.md diff --git a/.release_notes/1.5.0.md b/.release_notes/1.5.0.md new file mode 100644 index 000000000..8df213a45 --- /dev/null +++ b/.release_notes/1.5.0.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d20f7f5..fa69f3192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 79f3fcac4..9713f52ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.4.0", + "version": "1.5.0", "dependencies": { "@aws-sdk/client-s3": "3.341.0", "@hookform/resolvers": "3.1.0", diff --git a/package.json b/package.json index 279136dc2..913c28891 100644 --- a/package.json +++ b/package.json @@ -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\"", diff --git a/version b/version index e21e727f9..3e1ad720b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.5.0 \ No newline at end of file