Skip to content

Commit

Permalink
chore: release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Nov 28, 2023
1 parent e490298 commit a4a0f40
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .release_notes/2.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [2.10.0](https://github.com/taskany-inc/issues/compare/v2.9.0...v2.10.0) (2023-11-27)


### Features

* create ParticipantDeleteError modal ([92c9c63](https://github.com/taskany-inc/issues/commit/92c9c6365877259f068cc42bd10cf92fb7f7e5f5))
* participants project settings ([3934f72](https://github.com/taskany-inc/issues/commit/3934f7238caca7d385b8f98930ee30ed43cb26ac))


### Bug Fixes

* **GoalCriteria:** fetch suggestion goals by versa criteria ([ed16b8d](https://github.com/taskany-inc/issues/commit/ed16b8d919b79fd1a682ec64ece34fc2fc549aee))
* move access list to separate type ([e3130c8](https://github.com/taskany-inc/issues/commit/e3130c8fe5fcfeafceaf401a920c19645d27914c))

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

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.10.0](https://github.com/taskany-inc/issues/compare/v2.9.0...v2.10.0) (2023-11-27)


### Features

* create ParticipantDeleteError modal ([92c9c63](https://github.com/taskany-inc/issues/commit/92c9c6365877259f068cc42bd10cf92fb7f7e5f5))
* participants project settings ([3934f72](https://github.com/taskany-inc/issues/commit/3934f7238caca7d385b8f98930ee30ed43cb26ac))


### Bug Fixes

* **GoalCriteria:** fetch suggestion goals by versa criteria ([ed16b8d](https://github.com/taskany-inc/issues/commit/ed16b8d919b79fd1a682ec64ece34fc2fc549aee))
* move access list to separate type ([e3130c8](https://github.com/taskany-inc/issues/commit/e3130c8fe5fcfeafceaf401a920c19645d27914c))

## [2.9.0](https://github.com/taskany-inc/issues/compare/v2.8.1...v2.9.0) (2023-11-24)


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": "2.9.0",
"version": "2.10.0",
"private": true,
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0
2.10.0

0 comments on commit a4a0f40

Please sign in to comment.