ui-lab-registry 0.3.47 → 0.3.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-lab-registry",
3
- "version": "0.3.47",
3
+ "version": "0.3.48",
4
4
  "description": "Component registry and metadata management for ui-lab-components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -104,7 +104,7 @@
104
104
  "dependencies": {
105
105
  "lucide-react": "^0.562.0",
106
106
  "react-icons": "^5.5.0",
107
- "ui-lab-components": "0.3.47"
107
+ "ui-lab-components": "0.3.48"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@tailwindcss/postcss": "^4.1.11",
@@ -5322,5 +5322,5 @@ export const generatedCorePeerDependencies = [
5322
5322
  ];
5323
5323
 
5324
5324
  export const packageMetadata: PackageMetadata = {
5325
- "version": "0.3.47"
5325
+ "version": "0.3.48"
5326
5326
  };