From ef40a2eb8e7bfd0535d492238c4a6e0ce3d0dc90 Mon Sep 17 00:00:00 2001 From: Balakrishna Prasad Ganne Date: Mon, 26 Oct 2020 13:13:04 +0530 Subject: [PATCH 1/3] Update Vuetify in package.json (#537) --- cmd/templates/vuetify2-basic/frontend/package.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/vuetify2-basic/frontend/package.json.template b/cmd/templates/vuetify2-basic/frontend/package.json.template index cb91ee864..0913c632d 100644 --- a/cmd/templates/vuetify2-basic/frontend/package.json.template +++ b/cmd/templates/vuetify2-basic/frontend/package.json.template @@ -11,7 +11,7 @@ "core-js": "^3.6.4", "regenerator-runtime": "^0.13.3", "vue": "^2.6.11", - "vuetify": "^2.2.15", + "vuetify": "^2.3.15", "@wailsapp/runtime": "^1.0.10" }, "devDependencies": { From c1acbed2c75e1727bfb524ad6d170f1bf07ef8dc Mon Sep 17 00:00:00 2001 From: Balakrishna Prasad Ganne Date: Mon, 26 Oct 2020 13:14:51 +0530 Subject: [PATCH 2/3] Replaced the old v-content tag with the new v-main (#536) --- cmd/templates/vuetify2-basic/frontend/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/templates/vuetify2-basic/frontend/src/App.vue b/cmd/templates/vuetify2-basic/frontend/src/App.vue index 2d4a34228..759c1fba4 100644 --- a/cmd/templates/vuetify2-basic/frontend/src/App.vue +++ b/cmd/templates/vuetify2-basic/frontend/src/App.vue @@ -24,13 +24,13 @@ Application - + - + © You @@ -57,4 +57,4 @@ .logo { width: 16em; } - \ No newline at end of file + From 6fb2489daebe617f5bd04f162191f44e3afe8a00 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 26 Oct 2020 19:55:55 +1100 Subject: [PATCH 3/3] v1.8.1-pre4 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index b4710a866..10bf28bef 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v1.8.1-pre1" +const Version = "v1.8.1-pre4"