Skip to content

Commit 60bfda2

Browse files
authored
Merge pull request #137 from amel-tech/release-please--branches--main--components--landing-web
chore(landing-web): release 1.0.0
2 parents fd264b7 + aa4b8af commit 60bfda2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"apps/tedris": "1.6.0",
33
"apps/keycloak-theme": "1.3.1",
44
"apps/nizam": "0.1.8",
5-
"apps/nazir": "0.1.5"
5+
"apps/nazir": "0.1.5",
6+
"apps/landing": "1.0.0"
67
}

apps/landing/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.0.0 (2026-02-18)
4+
5+
6+
### Features
7+
8+
* **landing:** creating landing page app ([cb2048d](https://github.com/amel-tech/madrasah-frontend/commit/cb2048d2e2befc484f7b133e058e9710fd76610e))
9+
* **landing:** PR review fixes - env, tailwind, nav, placeholder images, copyright, package name ([9ccdf33](https://github.com/amel-tech/madrasah-frontend/commit/9ccdf339c742b5713aba3e0095ad28158ad22b7a))
10+
* **landing:** setup landing page app ([540bbc4](https://github.com/amel-tech/madrasah-frontend/commit/540bbc4eba1158ac048c0eb9611e3894d88b66a6))
11+
* organize icons into page-specific folders and create brand logo component ([bf40467](https://github.com/amel-tech/madrasah-frontend/commit/bf40467a76864cc0c689de52f73fb3c419c09904))
12+
13+
14+
### Bug Fixes
15+
16+
* **landing:** make NEXT_PUBLIC_TEDRIS_APP_URL optional ([c75a023](https://github.com/amel-tech/madrasah-frontend/commit/c75a02316542f2f8b4965ff94cfbc27949bab0a1))
17+
* **landing:** update build command in Dockerfile to filter by package name ([e4819a5](https://github.com/amel-tech/madrasah-frontend/commit/e4819a50533cdd88baab7ca4f75701d639adb5b8))
18+
319
## [0.1.4](https://github.com/amel-tech/madrasah-frontend/compare/nazir-web-v0.1.3...nazir-web-v0.1.4) (2025-12-06)
420

521

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landing-web",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)