From 046c4f03ef47e54ff7cfff5dcee4b05b9fa6191a Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 28 May 2024 08:56:35 -0700 Subject: [PATCH 1/3] chore: add network timeout (#748) Increase network timeout for yarn install because windows is failing to build --- frontend/.yarnrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/.yarnrc diff --git a/frontend/.yarnrc b/frontend/.yarnrc new file mode 100644 index 00000000..883ca025 --- /dev/null +++ b/frontend/.yarnrc @@ -0,0 +1 @@ +network-timeout 1000000000 From 330c02a4a3078f159e0b96fe13a56ebb68be488f Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 28 May 2024 17:05:14 +0100 Subject: [PATCH 2/3] chore: bump versions --- app/app.go | 2 +- frontend/package.json | 2 +- wails.develop.json | 2 +- wails.fairground.json | 2 +- wails.json | 2 +- wails.mainnet.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/app.go b/app/app.go index 2212a808..9b2727b2 100644 --- a/app/app.go +++ b/app/app.go @@ -12,7 +12,7 @@ var ( // Version specifies the version used to build the application. // See VERSION in Makefile for details. - Version = "v0.14.0" + Version = "v0.14.1" About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash) ) diff --git a/frontend/package.json b/frontend/package.json index 0b179d93..8a5eccef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "vegawallet", "author": "Gobalsky Labs Ltd.", - "version": "0.14.0", + "version": "0.14.1", "private": true, "engines": { "node": "^18.12.0" diff --git a/wails.develop.json b/wails.develop.json index 0c79d51e..c970e01d 100644 --- a/wails.develop.json +++ b/wails.develop.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet Dev", - "productVersion": "0.14.0", + "productVersion": "0.14.1", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on development networks." } diff --git a/wails.fairground.json b/wails.fairground.json index 58c8aeb1..88c26036 100644 --- a/wails.fairground.json +++ b/wails.fairground.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Fairground Wallet", - "productVersion": "0.14.0", + "productVersion": "0.14.1", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Fairground." } diff --git a/wails.json b/wails.json index 9db121ab..56586611 100644 --- a/wails.json +++ b/wails.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet", - "productVersion": "0.14.0", + "productVersion": "0.14.1", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Mainnet." } diff --git a/wails.mainnet.json b/wails.mainnet.json index 9db121ab..56586611 100644 --- a/wails.mainnet.json +++ b/wails.mainnet.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet", - "productVersion": "0.14.0", + "productVersion": "0.14.1", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Mainnet." } From e6dbd2a3537fe8aca93e31e4b7361360ddb21dc3 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 28 May 2024 17:06:14 +0100 Subject: [PATCH 3/3] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc5739e..6c1f8134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.1 + +Fix build for windows + ## 0.14.0 Support for vega v0.75.8