Skip to content

Commit

Permalink
chore: release 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and LamaEats committed Mar 27, 2024
1 parent 37f0db5 commit 2ddcdcb
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .release_notes/2.29.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [2.29.0](https://github.com/taskany-inc/issues/compare/v2.28.0...v2.29.0) (2024-03-27)


### Features

* add stars and watched pages ([a7f71c2](https://github.com/taskany-inc/issues/commit/a7f71c2605257cc269b86b94d8d56b6544aff195))
* **emails:** new components for emails ([cca936e](https://github.com/taskany-inc/issues/commit/cca936e231c4b0fc7c992d56624d976a6c358ee2))
* my projects in sidebar ([8ed7819](https://github.com/taskany-inc/issues/commit/8ed781963a92ee87e267c41dbba2c8ebe6add5e5))
* **NewGoalCriteria:** use harmony components for similar view in popup and goal preview ([92e5b1e](https://github.com/taskany-inc/issues/commit/92e5b1ecf96d38f8f45061edf62eae2cc8c0e4cd))


### Bug Fixes

* get user email from database ([9a25bd9](https://github.com/taskany-inc/issues/commit/9a25bd93d246321432c7704736a41ccf644667d2))
* **OfflineBanner:** infinity requests ([37f0db5](https://github.com/taskany-inc/issues/commit/37f0db5410bfa5b2c1c6bc382d33a3722d3e21ec))

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

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.29.0](https://github.com/taskany-inc/issues/compare/v2.28.0...v2.29.0) (2024-03-27)


### Features

* add stars and watched pages ([a7f71c2](https://github.com/taskany-inc/issues/commit/a7f71c2605257cc269b86b94d8d56b6544aff195))
* **emails:** new components for emails ([cca936e](https://github.com/taskany-inc/issues/commit/cca936e231c4b0fc7c992d56624d976a6c358ee2))
* my projects in sidebar ([8ed7819](https://github.com/taskany-inc/issues/commit/8ed781963a92ee87e267c41dbba2c8ebe6add5e5))
* **NewGoalCriteria:** use harmony components for similar view in popup and goal preview ([92e5b1e](https://github.com/taskany-inc/issues/commit/92e5b1ecf96d38f8f45061edf62eae2cc8c0e4cd))


### Bug Fixes

* get user email from database ([9a25bd9](https://github.com/taskany-inc/issues/commit/9a25bd93d246321432c7704736a41ccf644667d2))
* **OfflineBanner:** infinity requests ([37f0db5](https://github.com/taskany-inc/issues/commit/37f0db5410bfa5b2c1c6bc382d33a3722d3e21ec))

## [2.28.0](https://github.com/taskany-inc/issues/compare/v2.27.0...v2.28.0) (2024-03-25)


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.28.0",
"version": "2.29.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.28.0
2.29.0

0 comments on commit 2ddcdcb

Please sign in to comment.