Skip to content

Commit

Permalink
chore: release 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed Jul 17, 2023
1 parent 168e1b0 commit fe0fee1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .release_notes/1.16.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [1.16.6](https://github.com/taskany-inc/issues/compare/v1.16.5...v1.16.6) (2023-07-17)


### Bug Fixes

* **CommentView:** remove duplicate component ([168e1b0](https://github.com/taskany-inc/issues/commit/168e1b083e8d4033fea49978f2144454595e9701))
* **GoalPreview:** pin latest state comment ([12c9155](https://github.com/taskany-inc/issues/commit/12c915506fa07880917c97715bd519ea8f6ff36c))
* **UserGroup:** user and counter tooltips ([7d859c4](https://github.com/taskany-inc/issues/commit/7d859c4e2263aa74145ee97166b6841976a7b9b1))

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.16.6](https://github.com/taskany-inc/issues/compare/v1.16.5...v1.16.6) (2023-07-17)


### Bug Fixes

* **CommentView:** remove duplicate component ([168e1b0](https://github.com/taskany-inc/issues/commit/168e1b083e8d4033fea49978f2144454595e9701))
* **GoalPreview:** pin latest state comment ([12c9155](https://github.com/taskany-inc/issues/commit/12c915506fa07880917c97715bd519ea8f6ff36c))
* **UserGroup:** user and counter tooltips ([7d859c4](https://github.com/taskany-inc/issues/commit/7d859c4e2263aa74145ee97166b6841976a7b9b1))

## [1.16.5](https://github.com/taskany-inc/issues/compare/v1.16.4...v1.16.5) (2023-07-14)


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.16.5",
"version": "1.16.6",
"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.16.5
1.16.6

0 comments on commit fe0fee1

Please sign in to comment.