diff --git a/package-lock.json b/package-lock.json index 83e989a..bd0bfbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rubriclab/ui", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rubriclab/ui", - "version": "3.0.0", + "version": "4.0.0", "license": "gonuts", "dependencies": { "@radix-ui/react-slot": "^1.0.2", diff --git a/package.json b/package.json index e359272..5776c2d 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,5 @@ }, "source": "src/index.ts", "type": "module", - "version": "3.0.0" + "version": "4.0.0" }