From b89d7d3ce55f3d4027541897a8791051b1afd974 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 6 Sep 2023 13:06:58 +0800 Subject: [PATCH] chore: bump version --- packages/cli/README.md | 2 +- packages/cli/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 79284cfb..4a02c2a4 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -36,7 +36,7 @@ npx shadcn-vue add ## Documentation -Visit http://ui.shadcn.com/docs to view the documentation. +Visit http://shadcn-vue.com to view the documentation. ## License diff --git a/packages/cli/package.json b/packages/cli/package.json index 48b535d4..e740509d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-vue", "type": "module", - "version": "0.0.1", + "version": "0.0.3", "description": "Add components to your apps.", "publishConfig": { "access": "public" @@ -57,12 +57,15 @@ "fs-extra": "^11.1.1", "https-proxy-agent": "^7.0.1", "lodash.template": "^4.5.0", + "magic-string": "^0.30.3", "node-fetch": "^3.3.2", "ora": "^7.0.1", "prompts": "^2.4.2", "recast": "^0.23.4", + "rimraf": "^5.0.1", "ts-morph": "^19.0.0", "tsconfig-paths": "^4.2.0", + "vite-tsconfig-paths": "^4.2.0", "zod": "^3.22.2" }, "devDependencies": { @@ -72,11 +75,8 @@ "@types/lodash.template": "^4.5.1", "@types/prompts": "^2.4.4", "@vitest/ui": "^0.34.3", - "magic-string": "^0.30.3", - "rimraf": "^5.0.1", "tsup": "^7.2.0", "type-fest": "^4.3.0", - "typescript": "^5.2.2", - "vite-tsconfig-paths": "^4.2.0" + "typescript": "^5.2.2" } }