Skip to content

Commit 17b6532

Browse files
committed
chore: bump version to v1.9.8
1 parent 20eff42 commit 17b6532

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ assignees: ''
66

77
---
88

9-
**Vuestic-ui version:** 1.9.7
9+
**Vuestic-ui version:** 1.9.8
1010

1111
### Description
1212

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuestic-ui",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
44
"description": "Vue 3 UI Framework",
55
"license": "MIT",
66
"homepage": "https://vuestic.dev",
@@ -167,4 +167,4 @@
167167
]
168168
}
169169
}
170-
}
170+
}

packages/vue-cli-plugin/generator/configs/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
],
88
extendPackage: {
99
dependencies: {
10-
'vuestic-ui': '^1.9.7',
10+
'vuestic-ui': '^1.9.8',
1111
}
1212
},
1313
vueUse: [

0 commit comments

Comments
 (0)