Skip to content

Commit 54c9505

Browse files
committed
v1.1.9
1 parent df00c2d commit 54c9505

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ const supportedComponents = {
452452
})()
453453

454454
program
455-
.version('1.1.8')
455+
.version('1.1.9')
456456
.description('CLI to generate Vue Data UI component boilerplates')
457457
.action(async () => {
458458
const answers = await inquirer.prompt([

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-data-ui-cli",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"private": false,
55
"description": "A CLI tool to generate Vue Data UI chart component boilerplates",
66
"main": "index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"prettier": "^3.4.2",
37-
"vue-data-ui": "^2.6.0",
37+
"vue-data-ui": "^2.6.1",
3838
"vue": "^3.5.13"
3939
}
4040
}

0 commit comments

Comments
 (0)