From 23e24262541a1acd6065337da32f8170c465cc9b Mon Sep 17 00:00:00 2001 From: Techadmin Date: Wed, 9 Oct 2024 14:38:28 +0000 Subject: [PATCH] chore: release qa version 2.47.1-0 [skip build] --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78f0165ff..1cf4e673a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,38 @@ 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.47.1-0](https://github.com/GoodDollar/GoodDAPP/compare/v2.47.3...v2.47.1-0) + +- re-verification screen [`#4303`](https://github.com/GoodDollar/GoodDAPP/pull/4303) +- New Crowdin updates [`#4277`](https://github.com/GoodDollar/GoodDAPP/pull/4277) +- 4254 goodid onboardflow [`#4264`](https://github.com/GoodDollar/GoodDAPP/pull/4264) +- wip: dont show mainnet stats [`#4301`](https://github.com/GoodDollar/GoodDAPP/pull/4301) +- chore: lingui [`973123c`](https://github.com/GoodDollar/GoodDAPP/commit/973123cd193c711f4c165fb2e1da72778c6ab3f6) +- fixes: remove wallet-chat, wip: goodid android fixes [`7449093`](https://github.com/GoodDollar/GoodDAPP/commit/7449093431297f1180ed58ad2c8e73955e420308) +- gatherStats stuck on infinite loop if no lastUbiEvent [`0645420`](https://github.com/GoodDollar/GoodDAPP/commit/0645420233932e237b3a0baaf04b0b64480d3003) + +#### [v2.47.3](https://github.com/GoodDollar/GoodDAPP/compare/v2.47.2...v2.47.3) + +> 20 September 2024 + +- fix: remove old dontShowOffer item, fix: fire event for migration_denied [`a181add`](https://github.com/GoodDollar/GoodDAPP/commit/a181addbd845bcea75e7c4ac3aa6d7d16ddace3e) + +#### [v2.47.2](https://github.com/GoodDollar/GoodDAPP/compare/v2.47.1...v2.47.2) + +> 20 September 2024 + +- fix: wrong import [`925156e`](https://github.com/GoodDollar/GoodDAPP/commit/925156e2b6a3af20e99c789e272a513dfeeefea5) + +#### [v2.47.1](https://github.com/GoodDollar/GoodDAPP/compare/v2.47.0...v2.47.1) + +> 19 September 2024 + +- gatherStats stuck on infinite loop if no lastUbiEvent [`dbb6f99`](https://github.com/GoodDollar/GoodDAPP/commit/dbb6f9911eeccd02ac6fbe9856f25f9e02813869) + #### [v2.47.0](https://github.com/GoodDollar/GoodDAPP/compare/v2.46.3...v2.47.0) +> 18 September 2024 + - add deprecation modal [`#4296`](https://github.com/GoodDollar/GoodDAPP/pull/4296) - Commit notes: [`f6e86d2`](https://github.com/GoodDollar/GoodDAPP/commit/f6e86d2e285e9a7536e69903b27a53ced42906d7) - hotfix-merge: deprecation modal [`e4425ae`](https://github.com/GoodDollar/GoodDAPP/commit/e4425ae2e0b28d4f73b212fa7ee0c341ffd09b7a) diff --git a/package.json b/package.json index b29589d4f9..88fc86d880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gooddollar/gooddapp", - "version": "2.47.0", + "version": "2.47.1-0", "engines": { "node": "18.x", "npm": "9.x"