From 9135e270b2187302025916377fd5c64ddcaf5c52 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Tue, 23 Jul 2024 13:29:54 +0000 Subject: [PATCH] chore: release 2.47.1 --- .release_notes/2.47.1.md | 7 +++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.47.1.md diff --git a/.release_notes/2.47.1.md b/.release_notes/2.47.1.md new file mode 100644 index 000000000..47b13a2fd --- /dev/null +++ b/.release_notes/2.47.1.md @@ -0,0 +1,7 @@ +## [2.47.1](https://github.com/taskany-inc/issues/compare/v2.47.0...v2.47.1) (2024-07-23) + + +### Bug Fixes + +* **Dashboard:** filter by partnershipProjects now is correct ([02eaf52](https://github.com/taskany-inc/issues/commit/02eaf52433860681c75523e66e8d1c2c8b0ef781)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index e05d049e6..d59bde52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.47.1](https://github.com/taskany-inc/issues/compare/v2.47.0...v2.47.1) (2024-07-23) + + +### Bug Fixes + +* **Dashboard:** filter by partnershipProjects now is correct ([02eaf52](https://github.com/taskany-inc/issues/commit/02eaf52433860681c75523e66e8d1c2c8b0ef781)) + ## [2.47.0](https://github.com/taskany-inc/issues/compare/v2.46.3...v2.47.0) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 0a9598a51..c3f3649f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.47.0", + "version": "2.47.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.47.0", + "version": "2.47.1", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index c50b06e09..e4aaaad54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.47.0", + "version": "2.47.1", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 928f62345..9fbb6a843 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.47.0 \ No newline at end of file +2.47.1 \ No newline at end of file