Skip to content

Commit 2b33396

Browse files
chore: bump version to 1.0.3
1 parent c911e14 commit 2b33396

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
692692
- Blog (Sanity):
693693
- Fixed images not rendering on Vercel production
694694
- Improved image optimization across blog pages and components
695+
- SSR hydration mismatch in AchievementBadge (client/server state sync)
696+
- Header hardcoded locale issues
697+
- Notification rendering consistency
695698

696699
### Changed
697700

@@ -708,12 +711,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
708711
- Clickable profile stats with smooth scroll navigation
709712
- Improved avatar detection logic
710713

711-
### Fixed
712-
713-
- SSR hydration mismatch in AchievementBadge (client/server state sync)
714-
- Header hardcoded locale issues
715-
- Notification rendering consistency
716-
717714
### Performance & Stability
718715

719716
- Improved client-render guards using stable subscription pattern

frontend/lib/user-stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getUserLastAttemptPerQuiz, getUserQuizStats } from '@/db/queries/quizzes/quiz';
22
import { getUserProfile } from '@/db/queries/users';
3-
import { getAllSponsors,getSponsors } from '@/lib/about/github-sponsors';
3+
import { getAllSponsors, getSponsors } from '@/lib/about/github-sponsors';
44
import { type UserStats } from '@/lib/achievements';
55
import { checkHasStarredRepo, resolveGitHubLogin } from '@/lib/github-stars';
66

0 commit comments

Comments
 (0)