Skip to content

Commit 9ba04aa

Browse files
committed
chore: bump version to v1.10.3
1 parent ee33535 commit 9ba04aa

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.2
9+
**Vuestic-ui version:** 1.10.3
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.2",
3+
"version": "1.10.3",
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.2',
10+
'vuestic-ui': '^1.10.3',
1111
}
1212
},
1313
vueUse: [

0 commit comments

Comments
 (0)