Skip to content

Commit

Permalink
chore: release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Sep 20, 2023
1 parent 08fa517 commit f4701c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "shadcn-vue",
"version": "0.1.8",
"private": true,
"packageManager": "pnpm@8.7.5",
"license": "MIT",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f4701c3

Please sign in to comment.