Skip to content

Commit

Permalink
chore: release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Mar 15, 2024
1 parent 8e58b6e commit 874ee64
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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"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.10.1",
"version": "0.10.2",
"description": "Add shadcn-vue module to Nuxt",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 874ee64

Please sign in to comment.