Skip to content

Commit

Permalink
chore: bump version to v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Jun 9, 2023
1 parent 9a31fde commit 55b35fa
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.6.5
**Vuestic-ui version:** 1.6.6

**Steps to reproduce**

Expand Down
4 changes: 2 additions & 2 deletions packages/deploy/release-script/release-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
gitTag: gitTagFromVersion(version),
distTag: 'latest',
shouldCommit: true,
allowSkipTests: false,
allowUncommitted: false,
allowSkipTests: true,
allowUncommitted: true,
requiredBranch: 'develop',
showSleepCheck: true,
todoList: [
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.6.5",
"version": "1.6.6",
"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.6.5',
'vuestic-ui': '^1.6.6',
}
},
vueUse: [
Expand Down

0 comments on commit 55b35fa

Please sign in to comment.