diff --git a/package-lock.json b/package-lock.json index c654890..05d5c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-components", - "version": "0.0.1", + "version": "0.0.2-canary.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-components", - "version": "0.0.1", + "version": "0.0.2-canary.0", "dependencies": { "@tailwindcss/vite": "^4.1.12", "astro": "^5.13.0", diff --git a/package.json b/package.json index d987fd2..f807a7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wrnexus/astro", "type": "module", - "version": "0.0.1", + "version": "0.0.2-canary.0", "description": "A component library built for Astro", "homepage": "https://ui.wrnexus.com", "license": "MIT", @@ -77,4 +77,4 @@ "clsx": "^2.1.1", "tailwind-merge": "^3.3.1" } -} \ No newline at end of file +}