Skip to content

Commit fa38489

Browse files
committed
chore(sync): backport version bumps from main to dev
2 parents 139e752 + 0dab70b commit fa38489

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"release-1780375502",
99
"release-1780447029",
1010
"release-1780454025",
11-
"release-1780456948"
11+
"release-1780456948",
12+
"release-1780458291",
13+
"release-1780535491"
1214
]
1315
}

CHANGELOG.md

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

3+
## 1.0.5-rc.3
4+
5+
### Patch Changes
6+
7+
- 7165f19: - release: switch 1.0.5-beta.2 from beta to rc
8+
- chore(root): remove obsolete files ansi.flf and portless.json
9+
- 7d1b787: - style(components): format theme-switcher.tsx
10+
- style(components): format TargetCursor.tsx
11+
- style(app): format gallery.tsx
12+
- refactor(gallery): restore original animated masonry grid layout
13+
- fix(image): resolve image aspect ratio mismatch and LCP preload warnings in console
14+
- feat(gallery): integrate StickyCard002 slider for page-scroll card-swipe captures
15+
- fix(cursor): resolve any casting and react-hooks lint errors in TargetCursor
16+
- feat(gallery): add touch-drag gallery carousel utilizing GSAP and react-medium-image-zoom
17+
- chore(deps): install @gsap/react and lenis dependencies
18+
- refactor(not-found): relocate not-found components and pages
19+
- feat(theme): integrate ThemeSwitcher component in SiteHeader
20+
- refactor(footer): relocate site footer to app-specific components directory
21+
322
## 1.0.5-beta.2
423

524
### 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.5-beta.2",
3+
"version": "1.0.5-rc.3",
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)