From f7ff24d99960192728cd887bebb6b1ef460de7c4 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 24 Jul 2023 11:14:02 +0000 Subject: [PATCH] chore: release 1.17.1 --- .release_notes/1.17.1.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.17.1.md diff --git a/.release_notes/1.17.1.md b/.release_notes/1.17.1.md new file mode 100644 index 000000000..c2afbb250 --- /dev/null +++ b/.release_notes/1.17.1.md @@ -0,0 +1,11 @@ +## [1.17.1](https://github.com/taskany-inc/issues/compare/v1.17.0...v1.17.1) (2023-07-24) + + +### Bug Fixes + +* **db:** fix search estimate with optional parameters q and date ([0e262f0](https://github.com/taskany-inc/issues/commit/0e262f0bf9f6f5904936f86829a0615441aaca45)) +* **db:** fix search estimate with optional parameters q and date ([7a2862a](https://github.com/taskany-inc/issues/commit/7a2862a983e8e0c10bc5fac9bc35fc4a00f53073)) +* **HistoryRecord:** spelling issue ([0bde05c](https://github.com/taskany-inc/issues/commit/0bde05c121acc51cd8486bc9a26163b9ea3a1c3d)) +* **hooks:** unconditional hook call in StateDropdown and StateSwitch ([fdef66a](https://github.com/taskany-inc/issues/commit/fdef66ad7f9ed7380bd6bd4ed68eb315fd68ea61)) +* **search:** don't search for archived goals ([3638d0b](https://github.com/taskany-inc/issues/commit/3638d0b618df5a83905dba9981b36ca2b3453d94)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dd27cf2..486398e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.17.1](https://github.com/taskany-inc/issues/compare/v1.17.0...v1.17.1) (2023-07-24) + + +### Bug Fixes + +* **db:** fix search estimate with optional parameters q and date ([0e262f0](https://github.com/taskany-inc/issues/commit/0e262f0bf9f6f5904936f86829a0615441aaca45)) +* **db:** fix search estimate with optional parameters q and date ([7a2862a](https://github.com/taskany-inc/issues/commit/7a2862a983e8e0c10bc5fac9bc35fc4a00f53073)) +* **HistoryRecord:** spelling issue ([0bde05c](https://github.com/taskany-inc/issues/commit/0bde05c121acc51cd8486bc9a26163b9ea3a1c3d)) +* **hooks:** unconditional hook call in StateDropdown and StateSwitch ([fdef66a](https://github.com/taskany-inc/issues/commit/fdef66ad7f9ed7380bd6bd4ed68eb315fd68ea61)) +* **search:** don't search for archived goals ([3638d0b](https://github.com/taskany-inc/issues/commit/3638d0b618df5a83905dba9981b36ca2b3453d94)) + ## [1.17.0](https://github.com/taskany-inc/issues/compare/v1.16.6...v1.17.0) (2023-07-20) diff --git a/package-lock.json b/package-lock.json index 302fd2888..19947d4a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.17.0", + "version": "1.17.1", "dependencies": { "@aws-sdk/client-s3": "3.347.1", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index 75bf7f6bf..16838e3cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.17.0", + "version": "1.17.1", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 73d74673c..507266ba0 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.17.0 \ No newline at end of file +1.17.1 \ No newline at end of file