@hanzo/ui 4.9.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "4.9.0",
3
+ "version": "5.0.0",
4
4
  "description": "Modern React component library built on shadcn/ui v4 with Hanzo branding, featuring 50+ accessible components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -131,7 +131,7 @@
131
131
  "prepublishOnly": "pnpm run lint && pnpm run type-check && pnpm run build",
132
132
  "publish:npm": "npm publish --access public",
133
133
  "publish:next": "npm publish --access public --tag next",
134
- "postpublish": "echo 'Successfully published @hanzo/ui 🎉'"
134
+ "postpublish": "echo 'Successfully published @hanzo/ui v5.0.0 🎉'"
135
135
  },
136
136
  "peerDependencies": {
137
137
  "react": "^18.0.0",