chore: release v0.1.8
This commit is contained in:
parent
08fa517eb6
commit
b3786fcd89
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shadcn-vue",
|
"name": "shadcn-vue",
|
||||||
|
"version": "0.1.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@8.7.5",
|
"packageManager": "pnpm@8.7.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -17,12 +18,16 @@
|
||||||
"dev:cli": "pnpm --filter shadcn-vue dev",
|
"dev:cli": "pnpm --filter shadcn-vue dev",
|
||||||
"build:cli": "pnpm --filter shadcn-vue build",
|
"build:cli": "pnpm --filter shadcn-vue build",
|
||||||
"build:registry": "pnpm --filter=www build:registry",
|
"build:registry": "pnpm --filter=www build:registry",
|
||||||
|
"bumpp": "bumpp package.json packages/*/package.json",
|
||||||
"pub:beta": "cd packages/cli && pnpm pub:beta",
|
"pub:beta": "cd packages/cli && pnpm pub:beta",
|
||||||
"pub:release": "cd packages/cli && pnpm pub:release",
|
"pub:release": "cd packages/cli && pnpm pub:release",
|
||||||
"test": "pnpm --filter shadcn-vue test",
|
"test": "pnpm --filter shadcn-vue test",
|
||||||
"taze": "taze major -frI --ignore-paths ./packages/cli/test/** --exclude typescript,/@iconify/",
|
"taze": "taze major -frI --ignore-paths ./packages/cli/test/** --exclude typescript,/@iconify/",
|
||||||
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
|
"taze:minor": "taze minor -fwri --ignore-paths ./packages/cli/test/** --exclude /@iconify/"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bumpp": "^9.2.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.41.3",
|
"@antfu/eslint-config": "^0.41.3",
|
||||||
"@commitlint/cli": "^17.7.1",
|
"@commitlint/cli": "^17.7.1",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shadcn-vue",
|
"name": "shadcn-vue",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"description": "Add components to your apps.",
|
"description": "Add components to your apps.",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user