Skip to content

Commit

Permalink
Release/v4.98.00 (#6341)
Browse files Browse the repository at this point in the history
* Release/v4.98.2 (#6280)

* chore(refactor): refactor bank picker (#6263)

* fix(withdraw): reset amount if bank changes (#6273)

* Cleanup withdrawal (#6275)

* chore(refactor): cleanup withdraw confirm & methods

* chore(withdraw): refactor on hold, model, confirm

* chore(settigs): do not rerender if pairing flag does not change (#6276)

* Withdraw - do not have ACH bank selected by default (#6277)

* chore(withdraw): use dispatch in EnterAmount

* feat(withdraw): do not allow selection of ach for withdraw

* feat(quiz): send event on quiz start (#6279)

* chore(Release): v4.98.2

---------

Co-authored-by: TheLeoB <TheLeoB@users.noreply.github.com>

* feat(chart-finprom): added finprom text under the chart for UK folks

* feat(chart-finprom): changed mesg ids

* chore(Release): v4.98.3

* chore(Release): v4.98.4

* Release/v4.98.5 (#6305)

* fix(withdraw): put correct code after merge (#6304)

* chore(Release): v4.98.5

* Release/v4.98.6 (#6315)

* feat(update-finprom-approver-text): updated finprom approval text from being form Helford to Englebert and updated the date, also update finprom text on prices page

* chore(Release): v4.98.6

---------

Co-authored-by: John Hagerman <jhagerman@blockchain.com>

* Release/v4.98.7 (#6320)

* feat(update-finprom-apy-text): updated text on earn, fixed btc anf gyp page date

* chore(Release): v4.98.7

---------

Co-authored-by: John Hagerman <jhagerman@blockchain.com>

* Release/v4.98.8 (#6323)

* fix(balances): show balances when they are 0 (#6306)

* chore(form): use error returned form BE if available (#6313)

* chore(Release): v4.98.8

* Release/v4.98.9 (#6325)

* Release/v4.98.00 (#6321)

* Release/v4.98.2 (#6280)

* chore(refactor): refactor bank picker (#6263)

* fix(withdraw): reset amount if bank changes (#6273)

* Cleanup withdrawal (#6275)

* chore(refactor): cleanup withdraw confirm & methods

* chore(withdraw): refactor on hold, model, confirm

* chore(settigs): do not rerender if pairing flag does not change (#6276)

* Withdraw - do not have ACH bank selected by default (#6277)

* chore(withdraw): use dispatch in EnterAmount

* feat(withdraw): do not allow selection of ach for withdraw

* feat(quiz): send event on quiz start (#6279)

* chore(Release): v4.98.2

---------

Co-authored-by: TheLeoB <TheLeoB@users.noreply.github.com>

* feat(chart-finprom): added finprom text under the chart for UK folks

* feat(chart-finprom): changed mesg ids

* chore(Release): v4.98.3

* chore(Release): v4.98.4

* Release/v4.98.5 (#6305)

* fix(withdraw): put correct code after merge (#6304)

* chore(Release): v4.98.5

* Release/v4.98.6 (#6315)

* feat(update-finprom-approver-text): updated finprom approval text from being form Helford to Englebert and updated the date, also update finprom text on prices page

* chore(Release): v4.98.6

---------

Co-authored-by: John Hagerman <jhagerman@blockchain.com>

* Release/v4.98.7 (#6320)

* feat(update-finprom-apy-text): updated text on earn, fixed btc anf gyp page date

* chore(Release): v4.98.7

---------

Co-authored-by: John Hagerman <jhagerman@blockchain.com>

---------

Co-authored-by: TheLeoB <TheLeoB@users.noreply.github.com>
Co-authored-by: John Hagerman <jhagerman@blockchain.com>
Co-authored-by: Leora Brody <leora@blockchain.com>

* fix(balances): show balances when they are 0 (#6306)

* chore(form): use error returned form BE if available (#6313)

* fix(verify): show verify email when it should (#6324)

* chore(Release): v4.98.8

* chore(Release): v4.98.9

---------

Co-authored-by: TheLeoB <TheLeoB@users.noreply.github.com>
Co-authored-by: John Hagerman <jhagerman@blockchain.com>
Co-authored-by: Leora Brody <leora@blockchain.com>

---------

Co-authored-by: TheLeoB <TheLeoB@users.noreply.github.com>
Co-authored-by: John Hagerman <jhagerman@blockchain.com>
Co-authored-by: Leora Brody <leora@blockchain.com>
  • Loading branch information
4 people committed Mar 11, 2024
1 parent d4b0b07 commit cf80a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.98.7",
"version": "4.98.9",
"license": "AGPL-3.0-or-later",
"private": true,
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@
"modals.mobilenumberchange.mobile": "Mobile number:",
"modals.mobilenumberchange.update": "Update",
"modals.mobilenumberverify.change": "change mobile number",
"modals.mobilenumberverify.explain": "We have sent an SMS message with a verification code to {number}.",
"modals.mobilenumberverify.explain": "We have sent an SMS message with a verification code to {mobileNumber}.",
"modals.mobilenumberverify.explain2": "Enter code:",
"modals.mobilenumberverify.getcode1": "Didn't get the code?",
"modals.mobilenumberverify.getcode2": "or",
Expand Down

0 comments on commit cf80a0b

Please sign in to comment.