Skip to content

Commit 54683c9

Browse files
committed
chore: bump version to v1.7.1
1 parent 475f59d commit 54683c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ assignees: ''
66

77
---
88

9-
**Vuestic-ui version:** 1.7.0
9+
**Vuestic-ui version:** 1.7.1
1010

1111
**Steps to reproduce**
1212

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuestic-ui",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Vue 3 UI Framework",
55
"license": "MIT",
66
"homepage": "https://vuestic.dev",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
],
88
extendPackage: {
99
dependencies: {
10-
'vuestic-ui': '^1.7.0',
10+
'vuestic-ui': '^1.7.1',
1111
}
1212
},
1313
vueUse: [

0 commit comments

Comments
 (0)