Skip to content

Commit 1bf46ef

Browse files
committed
Bump vue-data-ui from 2.6.30 to 2.6.31
1 parent 9b0b9cf commit 1bf46ef

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.37')
455+
.version('1.1.38')
456456
.description('CLI to generate Vue Data UI component boilerplates')
457457
.action(async () => {
458458
const answers = await inquirer.prompt([

package-lock.json

+6-6
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.37",
3+
"version": "1.1.38",
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.30",
37+
"vue-data-ui": "^2.6.31",
3838
"vue": "^3.5.13"
3939
}
4040
}

0 commit comments

Comments
 (0)