Skip to content

Commit

Permalink
chore: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed May 25, 2023
1 parent 6bfb74e commit 09d6647
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .release_notes/1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [1.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25)


### Features

* **FiltersPanel:** support sort filter ([6e0dd45](https://github.com/taskany-inc/issues/commit/6e0dd453da093dd4295dac51a4b01535d3bbceb6))
* **Goal:** sort by updatedAt by default ([fbfd6a6](https://github.com/taskany-inc/issues/commit/fbfd6a6e43339cb7158ba9e50355a7b3837cd51b))


### Bug Fixes

* **Goal:** use shortId to confirm deleting ([f58a01a](https://github.com/taskany-inc/issues/commit/f58a01a0c6194c30db0b85b7e0c4d989f005cfc6))
* **IssueDependenciesForm:** scopedId in input field ([6bfb74e](https://github.com/taskany-inc/issues/commit/6bfb74e44f28c36d856ca692b46922df4fe68142))

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.

## [1.3.0](https://github.com/taskany-inc/issues/compare/v1.2.0...v1.3.0) (2023-05-25)


### Features

* **FiltersPanel:** support sort filter ([6e0dd45](https://github.com/taskany-inc/issues/commit/6e0dd453da093dd4295dac51a4b01535d3bbceb6))
* **Goal:** sort by updatedAt by default ([fbfd6a6](https://github.com/taskany-inc/issues/commit/fbfd6a6e43339cb7158ba9e50355a7b3837cd51b))


### Bug Fixes

* **Goal:** use shortId to confirm deleting ([f58a01a](https://github.com/taskany-inc/issues/commit/f58a01a0c6194c30db0b85b7e0c4d989f005cfc6))
* **IssueDependenciesForm:** scopedId in input field ([6bfb74e](https://github.com/taskany-inc/issues/commit/6bfb74e44f28c36d856ca692b46922df4fe68142))

## [1.2.0](https://github.com/taskany-inc/issues/compare/v1.1.0...v1.2.0) (2023-05-23)


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.2.0",
"version": "1.3.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.2.0
1.3.0

0 comments on commit 09d6647

Please sign in to comment.