From 7beef833385a550f1c05fb33c93f27cd395086f3 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 3 Oct 2024 16:05:56 +0000 Subject: [PATCH] chore: release 2.58.2 --- .release_notes/2.58.2.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.58.2.md diff --git a/.release_notes/2.58.2.md b/.release_notes/2.58.2.md new file mode 100644 index 000000000..dbe009417 --- /dev/null +++ b/.release_notes/2.58.2.md @@ -0,0 +1,8 @@ +## [2.58.2](https://github.com/taskany-inc/issues/compare/v2.58.1...v2.58.2) (2024-10-03) + + +### Bug Fixes + +* add new goal to current page ([919e207](https://github.com/taskany-inc/issues/commit/919e20713798e4e8d3147f5b02da4d78af7ed455)) +* what's new modal is disappearing after page load ([47872d1](https://github.com/taskany-inc/issues/commit/47872d10fb1874497eaf71a08b547a96c53e1804)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 269fbf3a3..b729cad12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.58.2](https://github.com/taskany-inc/issues/compare/v2.58.1...v2.58.2) (2024-10-03) + + +### Bug Fixes + +* add new goal to current page ([919e207](https://github.com/taskany-inc/issues/commit/919e20713798e4e8d3147f5b02da4d78af7ed455)) +* what's new modal is disappearing after page load ([47872d1](https://github.com/taskany-inc/issues/commit/47872d10fb1874497eaf71a08b547a96c53e1804)) + ## [2.58.1](https://github.com/taskany-inc/issues/compare/v2.58.0...v2.58.1) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index 27cfb1c5b..5c4ef96af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.58.1", + "version": "2.58.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.58.1", + "version": "2.58.2", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index a95437be9..494ea8fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.58.1", + "version": "2.58.2", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index c6d07f654..73b01c307 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.58.1 \ No newline at end of file +2.58.2 \ No newline at end of file