Skip to content

Commit ffde1cb

Browse files
committed
chore(release): publish
- project: @kaijudo/react-profile-dropdown 0.1.0 - project: @kaijudo/react-dropdown-menu 0.1.0
1 parent f89df61 commit ffde1cb

7 files changed

Lines changed: 317 additions & 35 deletions

File tree

.nx/version-plans/react-dropdown-menu-0.1.0.md

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

.nx/version-plans/react-profile-dropdown-0.1.0.md

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

packages/react-dropdown-menu/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.1.0 (2025-12-28)
2+
3+
### 🚀 Features
4+
5+
- Initial public release of DropdownMenu component package. ([f89df61](https://github.com/vreddi/kaijudo/commit/f89df61))
6+
7+
## Features
8+
9+
- Complete dropdown menu implementation built on Radix UI DropdownMenu primitive with shadcn/ui styling
10+
- Comprehensive Storybook stories and documentation with 10+ examples
11+
- Basic dropdown menus
12+
- Menus with separators and labels
13+
- Keyboard shortcuts support
14+
- Checkbox and radio group variants
15+
- Submenu support
16+
- Inset items and disabled states
17+
- Full TypeScript support with proper type definitions
18+
- All dropdown menu components: DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, DropdownMenuRadioGroup
19+
20+
### ❤️ Thank You
21+
22+
- Vishrut Reddi @vreddi
23+
124
# Changelog
225

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

packages/react-dropdown-menu/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-dropdown-menu",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": false,
55
"type": "module",
66
"main": "./dist/index.js",

packages/react-profile-dropdown/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.1.0 (2025-12-28)
2+
3+
### 🚀 Features
4+
5+
- Initial public release of ProfileDropdown component package. ([f89df61](https://github.com/vreddi/kaijudo/commit/f89df61))
6+
7+
## Features
8+
9+
- Profile dropdown menu component with user avatar and action buttons
10+
- Built on top of `@kaijudo/react-dropdown-menu` and `@kaijudo/react-avatar` components
11+
- Comprehensive Storybook stories and documentation
12+
- Full TypeScript support with proper type definitions
13+
- Icon support via lucide-react
14+
15+
### 🧱 Updated Dependencies
16+
17+
- Updated @kaijudo/react-dropdown-menu to 0.1.0
18+
19+
### ❤️ Thank You
20+
21+
- Vishrut Reddi @vreddi
22+
123
# Changelog
224

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

packages/react-profile-dropdown/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-profile-dropdown",
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)