Skip to content

Commit

Permalink
chore: release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed Jun 20, 2023
1 parent 69975d1 commit 1afa7f1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .release_notes/1.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.10.0](https://github.com/taskany-inc/issues/compare/v1.9.0...v1.10.0) (2023-06-20)


### Features

* **GoalCreateForm:** goal button improvements ([e550f89](https://github.com/taskany-inc/issues/commit/e550f89393a97089426d80c24f8e47abccdca959))


### Bug Fixes

* **goal:** use max operator for new goal scopeId ([69975d1](https://github.com/taskany-inc/issues/commit/69975d1387b37b27933324d7a2634086c7b0cbdc))
* **PriorityDropdown:** use value not text ([c73e738](https://github.com/taskany-inc/issues/commit/c73e7383261f873318d3023ab8078b2d678cbfdd))

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

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


### Features

* **GoalCreateForm:** goal button improvements ([e550f89](https://github.com/taskany-inc/issues/commit/e550f89393a97089426d80c24f8e47abccdca959))


### Bug Fixes

* **goal:** use max operator for new goal scopeId ([69975d1](https://github.com/taskany-inc/issues/commit/69975d1387b37b27933324d7a2634086c7b0cbdc))
* **PriorityDropdown:** use value not text ([c73e738](https://github.com/taskany-inc/issues/commit/c73e7383261f873318d3023ab8078b2d678cbfdd))

## [1.9.0](https://github.com/taskany-inc/issues/compare/v1.8.0...v1.9.0) (2023-06-19)


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.9.0",
"version": "1.10.0",
"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.9.0
1.10.0

0 comments on commit 1afa7f1

Please sign in to comment.