edge-currency-accountbased 4.85.3-beta.0 → 4.85.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.85.3 (2026-07-06)
6
+
5
7
  - fixed: (Monero) Incoming transactions no longer sort to the bottom of the history with a 1970 date when the backend reports no timestamp; they get a stable first-seen date until the real block time arrives.
6
8
  - fixed: (Monero) LWS wallets no longer briefly report as synced with a stale balance before their first server refresh completes.
7
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-currency-accountbased",
3
- "version": "4.85.3-beta.0",
3
+ "version": "4.85.3",
4
4
  "description": "Edge currency plugin for account based currencies",
5
5
  "homepage": "https://edge.app/",
6
6
  "repository": {
@@ -168,7 +168,7 @@
168
168
  "prettier": "^2.2.0",
169
169
  "process": "^0.11.10",
170
170
  "querystring": "^0.2.1",
171
- "react-native-monero": "0.4.0-beta.0",
171
+ "react-native-monero": "0.4.0",
172
172
  "react-native-piratechain": "0.5.0",
173
173
  "react-native-zano": "^0.2.7",
174
174
  "react-native-zcash": "0.10.1",