Skip to content

Commit d93746b

Browse files
committed
chore: release v2.1.0
1 parent 9cf3b48 commit d93746b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"files": [
66
"dist"
77
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-vue",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "MIT",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-vue",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Add components to your apps.",
66
"publishConfig": {
77
"access": "public"

packages/module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-nuxt",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Add shadcn-vue module to Nuxt",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)