Skip to content

Commit 1be7a73

Browse files
committed
chore(release): v1.1.0
1 parent 1b9cb28 commit 1be7a73

2 files changed

Lines changed: 39 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [v1.1.0] 2026-04-18
6+
7+
Summary: UX loading skeleton system, blog priority sorting, and content/SEO updates
8+
9+
- Added a structured skeleton animation system under `frontend/src/components/ui/skeleton/`.
10+
- Implemented loading skeleton states across critical data-driven sections, views, and pages to prevent broken/empty first-render layout while context data hydrates.
11+
- Added search-page skeleton loading state and wired it into `SearchInput` until content context is ready.
12+
- Updated blog data structure usage with `priority` support and wired priority-based sorting in homepage featured blogs and featured blog view behavior.
13+
- Added new blog post.
14+
- Updated sitemap to reflect latest blog route/content updates.
15+
- Improved SEO and social preview metadata signals (including image/meta refinements).
16+
517
## [v1.0.3] 2026-04-18
618

719
Summary: SEO Optimization, documentation, & UI bug fixes
@@ -28,14 +40,14 @@ Summary: Release Automation and Deployment Fixes
2840
- Improved GitHub Pages deployment flow.
2941
- Fixed compatibility issues in frontend build and config.
3042

31-
## [v1.0.0] 2026-04-15
43+
## v1.0.0 2026-04-15
3244

3345
Summary: Initial Release
3446

3547
- Initial release of the portfolio website.
3648
- Core frontend and backend setup with contact integration.
3749

38-
39-
[0.0.3]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v0.0.3
40-
[0.0.2]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v0.0.2
41-
[0.0.1]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v0.0.1
50+
[v1.1.0]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v1.1.0
51+
[v1.0.3]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v1.0.3
52+
[v1.0.2]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v1.0.2
53+
[v1.0.1]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v1.0.1

project-metadata.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "saqibbedar-portfolio",
3-
"displayName": "Saqib Bedar Portfolio",
4-
"version": "1.0.3",
3+
"displayName": "Saqib Bedar Portfolio",
4+
"version": "1.1.0",
55
"description": "Content-driven developer portfolio built with Vite + React frontend and Express + Nodemailer backend.",
66
"homepage": "https://saqibbedar.github.io",
77
"repository": {
@@ -26,38 +26,24 @@
2626
"visibility": "public",
2727
"started": "2023",
2828
"stack": {
29-
"frontend": [
30-
"Vite",
31-
"React",
32-
"React Router",
33-
"Tailwind CSS"
34-
],
35-
"backend": [
36-
"Express",
37-
"Nodemailer",
38-
"CORS",
39-
"dotenv"
40-
],
41-
"content": [
42-
"JSON",
43-
"Markdown"
44-
]
29+
"frontend": ["Vite", "React", "React Router", "Tailwind CSS"],
30+
"backend": ["Express", "Nodemailer", "CORS", "dotenv"],
31+
"content": ["JSON", "Markdown"]
4532
},
4633
"deployment": {
4734
"frontend": "GitHub Pages",
4835
"backend": "Vercel"
4936
}
5037
},
5138
"release": {
52-
"current": "1.0.3",
53-
"title": "SEO Optimization, documentation, & UI bug fixes",
54-
"description": "This release focuses on improving SEO metadata for better search engine indexing, enhancing Open Graph and Twitter sharing metadata for richer link previews, and fixing UI issues such as text overflow in the homepage's cover section and projects section, as well as adjusting navbar text sizes for better readability. Additionally, a CHANGELOG.md file has been added to document release notes, and the deployment workflow has been updated to refer to this file for future releases."
39+
"current": "1.1.0",
40+
"title": "Skeleton UX, blog priority sorting, and SEO/content updates",
41+
"description": "This release introduces a structured skeleton loading system across key data-driven sections, detail views, search, and document pages for smoother first-load UX. It also wires blog priority-based sorting behavior, adds a new blog post, updates sitemap entries, and includes additional SEO/social preview metadata refinements."
5542
},
5643
"releaseHistory": [
5744
{
5845
"version": "1.0.0",
5946
"date": "2026-04-15",
60-
"tag": "v1.0.0",
6147
"summary": "Initial Release",
6248
"status": "previous"
6349
},
@@ -68,11 +54,25 @@
6854
"summary": "Release Automation and Deployment Fixes",
6955
"status": "previous"
7056
},
57+
{
58+
"version": "1.0.2",
59+
"date": "2026-04-15",
60+
"tag": "v1.0.2",
61+
"summary": "Release Automation and Deployment Fixes",
62+
"status": "previous"
63+
},
7164
{
7265
"version": "1.0.3",
7366
"date": "2026-04-18",
7467
"tag": "v1.0.3",
7568
"summary": "SEO Optimization, documentation, & UI bug fixes",
69+
"status": "previous"
70+
},
71+
{
72+
"version": "1.1.0",
73+
"date": "2026-04-18",
74+
"tag": "v1.1.0",
75+
"summary": "Skeleton UX, blog priority sorting, and SEO/content updates",
7676
"status": "current"
7777
}
7878
],

0 commit comments

Comments
 (0)