Skip to content

Commit fd9b89b

Browse files
committed
feat(@hanzo/ui): add navigation/hanzo-shell build entry
Add separate tsup entry point for navigation/hanzo-shell so the wildcard package export ./navigation/* resolves to a real dist file. Bumps version to 5.3.40.
1 parent beb2e57 commit fd9b89b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hanzo/ui",
3-
"version": "5.3.39",
3+
"version": "5.3.40",
44
"description": "Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

pkg/ui/tsup.config.minimal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default defineConfig({
152152

153153
// Navigation components
154154
'navigation/index': 'src/navigation/index.ts',
155+
'navigation/hanzo-shell': 'src/navigation/hanzo-shell/index.ts',
155156

156157
// Form components
157158
'form/index': 'src/form/index.ts',

0 commit comments

Comments
 (0)