Skip to content

Commit e3c5d18

Browse files
taskany-sheepLamaEats
authored andcommitted
chore: release 2.47.0
1 parent 48503d8 commit e3c5d18

File tree

5 files changed

+36
-4
lines changed

5 files changed

+36
-4
lines changed

.release_notes/2.47.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## [2.47.0](https://github.com/taskany-inc/issues/compare/v2.46.3...v2.47.0) (2024-07-23)
2+
3+
4+
### Features
5+
6+
* add partnership goals to project ([229cf8f](https://github.com/taskany-inc/issues/commit/229cf8f1a9b0097333e12cd4937c56d8bbfd8ea6))
7+
* add starred projects tab ([c066096](https://github.com/taskany-inc/issues/commit/c0660965959a4843f87bdcae5e7ed8480f16485d))
8+
* **Goal:** new activity feed ([16df578](https://github.com/taskany-inc/issues/commit/16df578894058c2c2a0bbda7de1cc821f921d88f))
9+
10+
11+
### Bug Fixes
12+
13+
* **GoalActivity:** get last state comment ([6d19c0a](https://github.com/taskany-inc/issues/commit/6d19c0a4937aa1f41abf1891d4e489933eb9f3f7))
14+
* **GoalActivity:** safe last comment ([48503d8](https://github.com/taskany-inc/issues/commit/48503d82d935860806a770a6b23ea279ae43b3c0))
15+
* **Goal:** calculate last state comment ([7729cf1](https://github.com/taskany-inc/issues/commit/7729cf155f7df7211d1460c4b5dff6c828f954d7))
16+

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [2.47.0](https://github.com/taskany-inc/issues/compare/v2.46.3...v2.47.0) (2024-07-23)
6+
7+
8+
### Features
9+
10+
* add partnership goals to project ([229cf8f](https://github.com/taskany-inc/issues/commit/229cf8f1a9b0097333e12cd4937c56d8bbfd8ea6))
11+
* add starred projects tab ([c066096](https://github.com/taskany-inc/issues/commit/c0660965959a4843f87bdcae5e7ed8480f16485d))
12+
* **Goal:** new activity feed ([16df578](https://github.com/taskany-inc/issues/commit/16df578894058c2c2a0bbda7de1cc821f921d88f))
13+
14+
15+
### Bug Fixes
16+
17+
* **GoalActivity:** get last state comment ([6d19c0a](https://github.com/taskany-inc/issues/commit/6d19c0a4937aa1f41abf1891d4e489933eb9f3f7))
18+
* **GoalActivity:** safe last comment ([48503d8](https://github.com/taskany-inc/issues/commit/48503d82d935860806a770a6b23ea279ae43b3c0))
19+
* **Goal:** calculate last state comment ([7729cf1](https://github.com/taskany-inc/issues/commit/7729cf155f7df7211d1460c4b5dff6c828f954d7))
20+
521
## [2.46.3](https://github.com/taskany-inc/issues/compare/v2.46.2...v2.46.3) (2024-07-18)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskany/issues",
3-
"version": "2.46.3",
3+
"version": "2.47.0",
44
"private": true,
55
"scripts": {
66
"prepare": "husky install",

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.46.3
1+
2.47.0

0 commit comments

Comments
 (0)