Skip to content

Commit

Permalink
chore: bump version to v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Mar 7, 2024
1 parent ef64b4d commit f882ca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ assignees: ''

---

**Vuestic-ui version:** 1.9.3
**Vuestic-ui version:** 1.9.4

### Description

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuestic-ui",
"version": "1.9.3",
"version": "1.9.4",
"description": "Vue 3 UI Framework",
"license": "MIT",
"homepage": "https://vuestic.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin/generator/configs/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
],
extendPackage: {
dependencies: {
'vuestic-ui': '^1.9.3',
'vuestic-ui': '^1.9.4',
}
},
vueUse: [
Expand Down

0 comments on commit f882ca5

Please sign in to comment.