From a72bd61380f64f66d758749799de6e3bf347d4c7 Mon Sep 17 00:00:00 2001 From: Techadmin Date: Thu, 28 Mar 2024 12:54:51 +0000 Subject: [PATCH] chore: release qa version 2.35.1-1 [skip build] --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c4b5d8a..5f1716bd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v2.35.1-0](https://github.com/GoodDollar/GoodDAPP/compare/v2.35.5...v2.35.1-0) +#### [v2.35.1-1](https://github.com/GoodDollar/GoodDAPP/compare/v2.35.5...v2.35.1-1) +- refactor: use fetch so we can override origin [`#4241`](https://github.com/GoodDollar/GoodDAPP/pull/4241) - fix: app crash on svg elements [`#4237`](https://github.com/GoodDollar/GoodDAPP/pull/4237) - Vite node 18 [`#4190`](https://github.com/GoodDollar/GoodDAPP/pull/4190) - 4227 rpc issues [`#4228`](https://github.com/GoodDollar/GoodDAPP/pull/4228) +- fix: buggy walletconnect 1.10.3 [`9b6d392`](https://github.com/GoodDollar/GoodDAPP/commit/9b6d39277bf44365f68a0cc19e761528a4a7a561) - hotfix merge: invite rewards, fv survey [`d20c235`](https://github.com/GoodDollar/GoodDAPP/commit/d20c2355987a179d74188016692135d993b6c05e) - fix: refactor invite fixes [`d4272eb`](https://github.com/GoodDollar/GoodDAPP/commit/d4272eb9c83cb0448a8b119acd6977c08ea5a84d) -- Hotfix Merge: [`cc366f9`](https://github.com/GoodDollar/GoodDAPP/commit/cc366f980550917fe92d0d2eb14142512565ee27) #### [v2.35.5](https://github.com/GoodDollar/GoodDAPP/compare/v2.35.4...v2.35.5) diff --git a/package.json b/package.json index 5b10f1f9df..b442257aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gooddollar/gooddapp", - "version": "2.35.1-0", + "version": "2.35.1-1", "engines": { "node": "18.x", "npm": "9.x"