Skip to content

Commit

Permalink
chore: bump version to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Jul 1, 2022
1 parent 7b2b673 commit f00bf5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4.4
**Vuestic-ui version:** 1.4.5

**Steps to reproduce**

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuestic-ui",
"version": "1.4.4",
"version": "1.4.5",
"description": "Vue 3 UI Framework",
"license": "MIT",
"homepage": "https://vuestic.dev",
Expand Down Expand Up @@ -163,4 +163,4 @@
"./css": "./dist/vuestic-ui.css",
"./dist/": "./dist/"
}
}
}
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 @@ -5,7 +5,7 @@ module.exports = {
],
extendPackage: {
dependencies: {
'vuestic-ui': '^1.4.4',
'vuestic-ui': '^1.4.5',
}
},
vueUse: [
Expand Down

0 comments on commit f00bf5b

Please sign in to comment.