Skip to content

Commit c43a110

Browse files
authored
Merge pull request #332 from aliansoftwareteam/release-please--branches--main
chore: release main
2 parents f6efb9a + 5d08d53 commit c43a110

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "14.7.0"
2+
".": "14.8.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,32 @@ from [Conventional Commits](https://www.conventionalcommits.org/) on `main`.
1616
1717
---
1818

19+
## [14.8.0](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/compare/v14.7.0...v14.8.0) (2026-07-03)
20+
21+
22+
### 🚀 Features
23+
24+
* **dashboard:** add Project Progress cards (AHE-3789) ([49b8f5c](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/49b8f5cb0ebb4d84e83081b0b0e2069994c00a06))
25+
* **dashboard:** add resource-utilization cards ([9156045](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/9156045a5089be347220aabf45c530857df15369))
26+
* **dashboard:** on-leave card, project drill-downs, global date range ([e945234](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/e945234e05ba2b545842b511c38204fabc0ff65f))
27+
* **dashboard:** tracker logged columns and on-leave ticket links ([afc32cc](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/afc32cc8ca8ecb48187bf5c3429007bba3863730))
28+
* **settings:** distinct nav icons for security and integration menus ([d50aca7](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/d50aca7e9139fd2b67a904b2e91a988bab34db17))
29+
30+
31+
### 🐛 Bug Fixes
32+
33+
* **dashboard:** resolve CodeRabbit PR [#328](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/issues/328) findings ([d8c888a](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/d8c888a46abc34b5668c81f039f8f71b0e8dd39f))
34+
* force lf line endings on husky hooks via gitattributes ([e7568d1](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/e7568d15346c09e99be78ad0cd48fad5c29b798d))
35+
* **mail:** harden Nodemailer transport + accurate errors (CodeRabbit [#328](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/issues/328)) ([7d8b44e](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/7d8b44e75be6bce2022bf6a90d84343e8db91f41))
36+
* rename LiveWorkTableCard to ActiveWorkTableCard to avoid key collision ([4ba6297](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/4ba62978a1fe1a733cd024664c4b6f86dde9715d))
37+
* skip husky setup when devDependencies are omitted ([52c184f](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/52c184f1e9001ff4356b27ef7b9fe0a511923880))
38+
* use npx to resolve frontend eslint in lint-staged on windows ([fda8faf](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/fda8fafa71b100201180f4a89c0783e242c8af1e))
39+
40+
41+
### ♻️ Refactors
42+
43+
* **service:** use nodemailer SMTP transport in service.js ([a34c55b](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/commit/a34c55b03da9386e251189a25920ffcae9121a5e))
44+
1945
## [14.7.0](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/compare/v14.6.1...v14.7.0) (2026-07-01)
2046

2147

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": "alian-hub-v3",
3-
"version": "14.7.0",
3+
"version": "14.8.0",
44
"description": "AlianHub — the open-source, self-hosted project management system. Multi-tenant, real-time, customizable. An open-source alternative to Jira, Asana, Monday, Linear, and ClickUp.",
55
"keywords": [
66
"project-management",

0 commit comments

Comments
 (0)