Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Feb 5, 2024
2 parents 3e94758 + 80a34a7 commit a481fd9
Show file tree
Hide file tree
Showing 17 changed files with 10,630 additions and 6,599 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

- changed: Reword of the CrashScene to help users to force close (not uninstall) Edge
- changed: Upgrade to Android NDK version 26.1.10909125.

## 4.0.1

- fixed: Missing background blurred dots on most scenes
- fixed: Missing promo cards when multiple are on info server
- fixed: Hidden Next button on Change PIN scene
- fixed: Disable auto-capitalization of username when creating account

## 4.0.0

- added: `minerTip` to `feeRateUsed` processing
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PODS:
- React-Core
- edge-exchange-plugins (2.0.2):
- React-Core
- edge-login-ui-rn (3.2.4):
- edge-login-ui-rn (3.2.5):
- React-Core
- EXApplication (5.1.1):
- ExpoModulesCore
Expand Down Expand Up @@ -1279,7 +1279,7 @@ SPEC CHECKSUMS:
edge-core-js: 53102fb1a760ad57dc526f38951bf8c3883e99fe
edge-currency-accountbased: 970abefcf3bffd3e16a1096d283b3d61e3a9635b
edge-exchange-plugins: 4871921ac514b98ccd24c5d49b4bf86b6bdba477
edge-login-ui-rn: d8963b2d885723d52a1216d06623009ae9249654
edge-login-ui-rn: 2ea88067150b9dfd7ec3d0389024ced1bb8cf15a
EXApplication: d8f53a7eee90a870a75656280e8d4b85726ea903
EXConstants: f348da07e21b23d2b085e270d7b74f282df1a7d9
EXFileSystem: 844e86ca9b5375486ecc4ef06d3838d5597d895d
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-react-gui",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"description": "Edge Wallet React GUI",
"homepage": "https://edge.app",
Expand Down Expand Up @@ -147,7 +147,7 @@
"edge-currency-plugins": "^2.5.4",
"edge-exchange-plugins": "^2.0.2",
"edge-info-server": "^1.4.0",
"edge-login-ui-rn": "^3.2.4",
"edge-login-ui-rn": "^3.2.5",
"ethers": "^5.7.2",
"expo": "^48.0.0",
"paraswap": "^5.2.0",
Expand Down
Loading

0 comments on commit a481fd9

Please sign in to comment.