diff --git a/.release_notes/1.20.6.md b/.release_notes/1.20.6.md new file mode 100644 index 000000000..c84c40830 --- /dev/null +++ b/.release_notes/1.20.6.md @@ -0,0 +1,7 @@ +## [1.20.6](https://github.com/taskany-inc/issues/compare/v1.20.5...v1.20.6) (2023-08-08) + + +### Bug Fixes + +* **ProjectListItemConnected:** subproject count visible before open collapsed ([b53dd17](https://github.com/taskany-inc/issues/commit/b53dd171864bb825277cd5569eb558fdc11c529a)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 103611a1b..2060642e4 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. +## [1.20.6](https://github.com/taskany-inc/issues/compare/v1.20.5...v1.20.6) (2023-08-08) + + +### Bug Fixes + +* **ProjectListItemConnected:** subproject count visible before open collapsed ([b53dd17](https://github.com/taskany-inc/issues/commit/b53dd171864bb825277cd5569eb558fdc11c529a)) + ## [1.20.5](https://github.com/taskany-inc/issues/compare/v1.20.4...v1.20.5) (2023-08-08) diff --git a/package-lock.json b/package-lock.json index e08e95101..b552481b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.20.5", + "version": "1.20.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.20.5", + "version": "1.20.6", "dependencies": { "@aws-sdk/client-s3": "3.374.0", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 7ed5bf083..5d5b9f388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.20.5", + "version": "1.20.6", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index ae45fe86f..7ad32779d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.20.5 \ No newline at end of file +1.20.6 \ No newline at end of file