chore: release v0.1.8

This commit is contained in:
zernonia 2023-09-20 17:01:04 +08:00
parent 08fa517eb6
commit f4701c3642
2 changed files with 6 additions and 1 deletions

View File

@ -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",

View File

@ -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"