diff --git a/package.json b/package.json index 5ee006d67..2119aea3a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "shadcn-vue", + "version": "0.1.8", "private": true, "packageManager": "pnpm@8.7.5", "license": "MIT", @@ -17,12 +18,16 @@ "dev:cli": "pnpm --filter shadcn-vue dev", "build:cli": "pnpm --filter shadcn-vue build", "build:registry": "pnpm --filter=www build:registry", + "bumpp": "bumpp package.json packages/*/package.json", "pub:beta": "cd packages/cli && pnpm pub:beta", "pub:release": "cd packages/cli && pnpm pub:release", "test": "pnpm --filter shadcn-vue test", "taze": "taze major -frI --ignore-paths ./packages/cli/test/** --exclude typescript,/@iconify/", "taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/" }, + "dependencies": { + "bumpp": "^9.2.0" + }, "devDependencies": { "@antfu/eslint-config": "^0.41.3", "@commitlint/cli": "^17.7.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 729ef3398..e5e919eb2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-vue", "type": "module", - "version": "0.1.7", + "version": "0.1.8", "description": "Add components to your apps.", "publishConfig": { "access": "public"