Skip to content

Commit db2644d

Browse files
committed
chore: bump version to v1.10.2
1 parent cdf8654 commit db2644d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.10.1
9+
**Vuestic-ui version:** 1.10.2
1010

1111
### Description
1212

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuestic-ui",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Vue 3 UI Framework",
55
"license": "MIT",
66
"homepage": "https://vuestic.dev",

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.10.1',
10+
'vuestic-ui': '^1.10.2',
1111
}
1212
},
1313
vueUse: [

0 commit comments

Comments
 (0)