|
1 | 1 | { |
2 | 2 | "name": "saqibbedar-portfolio", |
3 | | - "displayName": "Saqib Bedar Portfolio", |
4 | | - "version": "1.0.3", |
| 3 | + "displayName": "Saqib Bedar Portfolio", |
| 4 | + "version": "1.1.0", |
5 | 5 | "description": "Content-driven developer portfolio built with Vite + React frontend and Express + Nodemailer backend.", |
6 | 6 | "homepage": "https://saqibbedar.github.io", |
7 | 7 | "repository": { |
|
26 | 26 | "visibility": "public", |
27 | 27 | "started": "2023", |
28 | 28 | "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"] |
45 | 32 | }, |
46 | 33 | "deployment": { |
47 | 34 | "frontend": "GitHub Pages", |
48 | 35 | "backend": "Vercel" |
49 | 36 | } |
50 | 37 | }, |
51 | 38 | "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." |
55 | 42 | }, |
56 | 43 | "releaseHistory": [ |
57 | 44 | { |
58 | 45 | "version": "1.0.0", |
59 | 46 | "date": "2026-04-15", |
60 | | - "tag": "v1.0.0", |
61 | 47 | "summary": "Initial Release", |
62 | 48 | "status": "previous" |
63 | 49 | }, |
|
68 | 54 | "summary": "Release Automation and Deployment Fixes", |
69 | 55 | "status": "previous" |
70 | 56 | }, |
| 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 | + }, |
71 | 64 | { |
72 | 65 | "version": "1.0.3", |
73 | 66 | "date": "2026-04-18", |
74 | 67 | "tag": "v1.0.3", |
75 | 68 | "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", |
76 | 76 | "status": "current" |
77 | 77 | } |
78 | 78 | ], |
|
0 commit comments