Skip to content

Commit d01542b

Browse files
committed
chore(release): publish
- project: @kaijudo/react-avatar 0.1.0
1 parent c77d97f commit d01542b

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

.nx/version-plans/react-avatar-0.1.0.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/react-avatar/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.1.0 (2025-12-28)
2+
3+
### 🚀 Features
4+
5+
- Initial release of Avatar component package. ([c77d97f](https://github.com/vreddi/kaijudo/commit/c77d97f))
6+
7+
- Added Avatar, AvatarImage, and AvatarFallback components
8+
- Built on Radix UI Avatar primitive with shadcn/ui styling
9+
- Added comprehensive Storybook stories and documentation
10+
- Configured for publishing with proper dependencies and peer dependencies
11+
12+
### ❤️ Thank You
13+
14+
- Vishrut Reddi @vreddi
15+
116
# Changelog
217

318
All notable changes to this project will be documented in this file.

packages/react-avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kaijudo/react-avatar",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)