From 09d6647ce553c6de2b14c40d4e7ac7c5a52f4d4d Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 25 May 2023 10:17:08 +0000 Subject: [PATCH] chore: release 1.3.0 --- .release_notes/1.3.0.md | 14 ++++++++++++++ CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.3.0.md diff --git a/.release_notes/1.3.0.md b/.release_notes/1.3.0.md new file mode 100644 index 000000000..da05bf2c7 --- /dev/null +++ b/.release_notes/1.3.0.md @@ -0,0 +1,14 @@ +## [1.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25) + + +### Features + +* **FiltersPanel:** support sort filter ([6e0dd45](https://github.com/taskany-inc/issues/commit/6e0dd453da093dd4295dac51a4b01535d3bbceb6)) +* **Goal:** sort by updatedAt by default ([fbfd6a6](https://github.com/taskany-inc/issues/commit/fbfd6a6e43339cb7158ba9e50355a7b3837cd51b)) + + +### Bug Fixes + +* **Goal:** use shortId to confirm deleting ([f58a01a](https://github.com/taskany-inc/issues/commit/f58a01a0c6194c30db0b85b7e0c4d989f005cfc6)) +* **IssueDependenciesForm:** scopedId in input field ([6bfb74e](https://github.com/taskany-inc/issues/commit/6bfb74e44f28c36d856ca692b46922df4fe68142)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index b67ca0491..c1f510361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25) + + +### Features + +* **FiltersPanel:** support sort filter ([6e0dd45](https://github.com/taskany-inc/issues/commit/6e0dd453da093dd4295dac51a4b01535d3bbceb6)) +* **Goal:** sort by updatedAt by default ([fbfd6a6](https://github.com/taskany-inc/issues/commit/fbfd6a6e43339cb7158ba9e50355a7b3837cd51b)) + + +### Bug Fixes + +* **Goal:** use shortId to confirm deleting ([f58a01a](https://github.com/taskany-inc/issues/commit/f58a01a0c6194c30db0b85b7e0c4d989f005cfc6)) +* **IssueDependenciesForm:** scopedId in input field ([6bfb74e](https://github.com/taskany-inc/issues/commit/6bfb74e44f28c36d856ca692b46922df4fe68142)) + ## [1.2.0](https://github.com/taskany-inc/issues/compare/v1.1.0...v1.2.0) (2023-05-23) diff --git a/package-lock.json b/package-lock.json index 841791c9c..aaab5612a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@aws-sdk/client-s3": "3.312.0", "@hookform/resolvers": "3.1.0", diff --git a/package.json b/package.json index 105c133a4..bae189825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 867e52437..589268e6f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0 \ No newline at end of file