Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Mar 7, 2024
1 parent a02d16c commit 33003de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-vue",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
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.9.0",
"version": "0.10.0",
"description": "Add components to your apps.",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-nuxt",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"description": "Add shadcn-vue module to Nuxt",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 33003de

Please sign in to comment.