Skip to content

Commit

Permalink
chore: release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep committed Jul 24, 2023
1 parent 0bde05c commit f7ff24d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .release_notes/1.17.1.md
Original file line number Diff line number Diff line change
@@ -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))

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.17.1

0 comments on commit f7ff24d

Please sign in to comment.