chore: release v0.1.8
This commit is contained in:
parent
08fa517eb6
commit
b3786fcd89
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user