From b191af15a24a1a61b9b5e4f81a619d6220752100 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 20 Jun 2024 12:02:59 +0000 Subject: [PATCH] chore: release 2.43.0 --- .release_notes/2.43.0.md | 15 +++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.43.0.md diff --git a/.release_notes/2.43.0.md b/.release_notes/2.43.0.md new file mode 100644 index 000000000..837d6eb82 --- /dev/null +++ b/.release_notes/2.43.0.md @@ -0,0 +1,15 @@ +## [2.43.0](https://github.com/taskany-inc/issues/compare/v2.42.0...v2.43.0) (2024-06-20) + + +### Features + +* **Dashboard:** apply sorting rules ([aa69c45](https://github.com/taskany-inc/issues/commit/aa69c4546060017d768b937158b7fd6b5a202e35)) +* **Dashboard:** rewrite query for kysely usage ([0d673a5](https://github.com/taskany-inc/issues/commit/0d673a5ed8224ff1bcddea4f55e32aeb5391cf31)) +* monaco user autocomplete ([5c6effa](https://github.com/taskany-inc/issues/commit/5c6effa773780f5cfbd10019aa3f765dd671765b)) + + +### Bug Fixes + +* **Dashboard:** filter by strict date ([d948bbd](https://github.com/taskany-inc/issues/commit/d948bbd838689e9da5b31589f066e4d9915a77d6)) +* **Dashboard:** goals counter ([6098aab](https://github.com/taskany-inc/issues/commit/6098aab81b7ccbe86a55d855c5772706d679cd1b)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5d22298..c4048df70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [2.43.0](https://github.com/taskany-inc/issues/compare/v2.42.0...v2.43.0) (2024-06-20) + + +### Features + +* **Dashboard:** apply sorting rules ([aa69c45](https://github.com/taskany-inc/issues/commit/aa69c4546060017d768b937158b7fd6b5a202e35)) +* **Dashboard:** rewrite query for kysely usage ([0d673a5](https://github.com/taskany-inc/issues/commit/0d673a5ed8224ff1bcddea4f55e32aeb5391cf31)) +* monaco user autocomplete ([5c6effa](https://github.com/taskany-inc/issues/commit/5c6effa773780f5cfbd10019aa3f765dd671765b)) + + +### Bug Fixes + +* **Dashboard:** filter by strict date ([d948bbd](https://github.com/taskany-inc/issues/commit/d948bbd838689e9da5b31589f066e4d9915a77d6)) +* **Dashboard:** goals counter ([6098aab](https://github.com/taskany-inc/issues/commit/6098aab81b7ccbe86a55d855c5772706d679cd1b)) + ## [2.42.0](https://github.com/taskany-inc/issues/compare/v2.41.0...v2.42.0) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index e82a69da4..a86c127dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.42.0", + "version": "2.43.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.42.0", + "version": "2.43.0", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 5dc9d74f6..a3a98ad17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.42.0", + "version": "2.43.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 9e65258aa..c7fe14191 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.42.0 \ No newline at end of file +2.43.0 \ No newline at end of file