Skip to content

Commit e00d387

Browse files
committed
Update demo to use published @milkie/react package
Change demo dependency from workspace reference to published version to fix Vercel builds. Add CHANGELOG link to package README.
1 parent 649b2e9 commit e00d387

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"@milkie/react": "*",
12+
"@milkie/react": "^0.1.0",
1313
"@neondatabase/serverless": "^1.0.2",
1414
"@radix-ui/react-slot": "^1.2.3",
1515
"@radix-ui/react-tooltip": "^1.2.8",

packages/react/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ The components use CSS variables for theming (compatible with shadcn/ui):
510510
## Documentation
511511

512512
- **[GitHub Repository](https://github.com/akcho/milkie)** - Full source code
513+
- **[CHANGELOG](https://github.com/akcho/milkie/blob/main/packages/react/CHANGELOG.md)** - Version history
513514
- **[Live Demo](https://milkie.dev)** - Interactive examples
514515
- **[Backend Setup](https://github.com/akcho/milkie/blob/main/docs/BACKEND_SETUP.md)** - Database & API routes
515516
- **[Auth Integration](https://github.com/akcho/milkie/blob/main/docs/AUTH_INTEGRATION.md)** - Works with any auth

0 commit comments

Comments
 (0)