From 1afa7f1c9d907f05a1e7a3a363477e6576d6231b Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 20 Jun 2023 14:29:04 +0000 Subject: [PATCH] chore: release 1.10.0 --- .release_notes/1.10.0.md | 13 +++++++++++++ CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.10.0.md diff --git a/.release_notes/1.10.0.md b/.release_notes/1.10.0.md new file mode 100644 index 000000000..d7375b15e --- /dev/null +++ b/.release_notes/1.10.0.md @@ -0,0 +1,13 @@ +## [1.10.0](https://github.com/taskany-inc/issues/compare/v1.9.0...v1.10.0) (2023-06-20) + + +### Features + +* **GoalCreateForm:** goal button improvements ([e550f89](https://github.com/taskany-inc/issues/commit/e550f89393a97089426d80c24f8e47abccdca959)) + + +### Bug Fixes + +* **goal:** use max operator for new goal scopeId ([69975d1](https://github.com/taskany-inc/issues/commit/69975d1387b37b27933324d7a2634086c7b0cbdc)) +* **PriorityDropdown:** use value not text ([c73e738](https://github.com/taskany-inc/issues/commit/c73e7383261f873318d3023ab8078b2d678cbfdd)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b21b2b8..d01f3d4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.10.0](https://github.com/taskany-inc/issues/compare/v1.9.0...v1.10.0) (2023-06-20) + + +### Features + +* **GoalCreateForm:** goal button improvements ([e550f89](https://github.com/taskany-inc/issues/commit/e550f89393a97089426d80c24f8e47abccdca959)) + + +### Bug Fixes + +* **goal:** use max operator for new goal scopeId ([69975d1](https://github.com/taskany-inc/issues/commit/69975d1387b37b27933324d7a2634086c7b0cbdc)) +* **PriorityDropdown:** use value not text ([c73e738](https://github.com/taskany-inc/issues/commit/c73e7383261f873318d3023ab8078b2d678cbfdd)) + ## [1.9.0](https://github.com/taskany-inc/issues/compare/v1.8.0...v1.9.0) (2023-06-19) diff --git a/package-lock.json b/package-lock.json index 44d851235..4dec2ef74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.9.0", + "version": "1.10.0", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index d9ea24f27..bc0412d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.9.0", + "version": "1.10.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index abb165823..ed21137ee 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.10.0 \ No newline at end of file