Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed May 17, 2022
1 parent 8924a79 commit 226c0dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.5
**Vuestic-ui version:** 1.4.0

**Steps to reproduce**

Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nuxt",
"vue"
],
"version": "0.0.1-alpha4",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -29,7 +29,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"vuestic-ui": "next"
"vuestic-ui": "latest"
},
"devDependencies": {
"@nuxt/kit": "^3.0.0-rc.1",
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.4.0-alpha6",
"version": "1.4.0",
"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 @@ -5,7 +5,7 @@ module.exports = {
],
extendPackage: {
dependencies: {
'vuestic-ui': '^1.3.1',
'vuestic-ui': '^1.4.0',
}
},
vueUse: [
Expand Down

0 comments on commit 226c0dd

Please sign in to comment.