Skip to content

Commit d173f74

Browse files
committed
chore(sync): backport version bumps from main to dev
2 parents 03487a0 + f89458f commit d173f74

3 files changed

Lines changed: 71 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"initialVersions": {
55
"portfolio": "1.0.4"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"release-1780375502",
9+
"release-1780447029",
10+
"release-1780454025"
11+
]
812
}

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# portfolio
22

3+
## 1.0.5-beta.1
4+
5+
### Patch Changes
6+
7+
- ea1880f: - release: switch 1.0.4 from alpha to beta
8+
- chore: remove old file of changeset
9+
- chore(config): adjust allowed dev origins and remote patterns in next.config.ts
10+
- feat(config): support explicit id fields for social link redirects
11+
- chore(config): remove legacy redirects from next.config.ts
12+
- chore(config): dynamically generate redirects for social links
13+
- chore(portfolio): configure experiences, sponsors, social links, and tech stack
14+
- ui(tech-stack): re-order entries and add linux, bash, and antigravity
15+
- ui(tech-stack): fetch technology logos dynamically from GitHub repos
16+
- ui(projects): fallback to github avatar for projects and update OG assets
17+
18+
## 1.0.5-alpha.0
19+
20+
### Patch Changes
21+
22+
- 9a5d65e: - chore(deps): remove unused dependencies and clean up boilerplate form component
23+
- feat(seo): optimize dynamic sitemap routes and allow explicit robots indexing
24+
- ui(footer): elevate and polish site footer layout and typography
25+
- style(projects): format imports according to project conventions
26+
- ui(projects): replace collapsible with link redirecting to projects page on home
27+
- feat(projects): add github repository links to list and case study pages
28+
- refactor(llm): optimize routing and format split for llms endpoints
29+
- chore: formatting and metadata improvements across blog and gallery pages
30+
- docs(projects): add mdx case studies for newly integrated projects
31+
- ui(projects): restore collapsible list with sorted chronological categories and simple framed cover
32+
- ui(mdx): integrate iphone device mockup component and mdx showcase utility
33+
- ui(gallery): create dynamic gallery route with animated masonry grid
34+
- fix(routing): set dynamicParams to true for dynamic documents loading
35+
- docs(blog): add 10 advanced tailwind and shadcn ui libraries post
36+
- ui(social): configure whatsapp link with E.164 phone number and predefined message
37+
- add works and projects images and assets
38+
- style(style): format github-contributions.ts
39+
- style(components): format avatar-lights.tsx
40+
- style(app): format profile-header.tsx
41+
- style(app): format profile-cover.tsx
42+
- style(app): format index.tsx
43+
- fix(profile): nest flip sentences children correctly to resolve eslint error
44+
- ui(experiences): add local company logo image files
45+
- ui(experiences): link local image logos for unity link and devia technologies
46+
- ui(experiences): add work experiences for unity link and devia technologies
47+
- fix(github): improve contribution graph colors and data fetching robustness
48+
- ui(social): add reddit and bluesky with local svg icons
49+
- ui(profile): integrate flip sentences into header metadata box
50+
- ui(profile): remove bio description and use premium square contact button
51+
- ui(cover): remove central logo and integrate minimal cyber-premium status badges
52+
- refactor(profile): simplify Overview component to render occupations exclusively
53+
- ui(profile): redesign ProfileHeader into premium X-style profile layout
54+
- ui(avatar): support square shape variants with rounded corners
55+
- style(style): format vendure-headless-commerce.mdx
56+
- style(style): format shoperzz-open-source-commerce-engine.mdx
57+
- style(style): format magicui-inspiration.mdx
58+
- docs(blog): remove legacy template blog posts
59+
- docs(blog): add magicui inspiration blog post
60+
- docs(blog): add vendure headless commerce blog post
61+
- docs(blog): add shoperzz open source commerce engine blog post
62+
- ui(blog): render cover image using FramedImage under description
63+
- feat(release): generate cumulative stable release notes since last stable tag
64+
- f7c01dc: - release: switch 1.0.4 from Stable to alpha
65+
- style(style): format release-1780375502.md
66+
- release: 1.0.4
67+
368
## 1.0.4
469

570
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portfolio",
3-
"version": "1.0.4",
3+
"version": "1.0.5-beta.1",
44
"description": "My personal hub, portfolio & blog. A place to document my projects, technical notes, and web development journey. ",
55
"homepage": "https://wistant.me",
66
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)