@rango-dev/widget-embedded 0.58.1-next.8 → 0.59.1-next.0

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 +11 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ # [0.59.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.58.0...widget-embedded@0.59.0) (2026-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow users to enter text in the swap input and sanitize it into a valid number ([6a1850c](https://github.com/rango-exchange/rango-client/commit/6a1850c17346b2b4901400e9e69e03701d22fe7d))
7
+ * different chain providers balance update ([557a451](https://github.com/rango-exchange/rango-client/commit/557a451281eceb603d8417d1babad8f001641379))
8
+ * use the exact balance instead of the rounded value when the user clicks max balance ([aad83cc](https://github.com/rango-exchange/rango-client/commit/aad83cc829162584978202471a5bc27a29279d71))
9
+
10
+
11
+
1
12
  # [0.58.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.57.0...widget-embedded@0.58.0) (2025-12-30)
2
13
 
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.58.1-next.8",
3
+ "version": "0.59.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,23 +25,23 @@
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
27
  "@rango-dev/logging-core": "^0.12.1",
28
- "@rango-dev/provider-all": "^0.60.1-next.5",
28
+ "@rango-dev/provider-all": "^0.61.1-next.0",
29
29
  "@rango-dev/queue-manager-core": "^0.33.0",
30
- "@rango-dev/queue-manager-rango-preset": "^0.60.1-next.5",
30
+ "@rango-dev/queue-manager-rango-preset": "^0.61.1-next.0",
31
31
  "@rango-dev/queue-manager-react": "^0.33.0",
32
- "@rango-dev/signer-solana": "^0.46.2-next.0",
33
- "@rango-dev/ui": "^0.61.1-next.4",
34
- "@rango-dev/wallets-core": "^0.57.1-next.1",
35
- "@rango-dev/wallets-react": "^0.44.1-next.3",
36
- "@rango-dev/wallets-shared": "^0.58.1-next.3",
32
+ "@rango-dev/signer-solana": "^0.47.1-next.0",
33
+ "@rango-dev/ui": "^0.62.1-next.0",
34
+ "@rango-dev/wallets-core": "^0.58.1-next.0",
35
+ "@rango-dev/wallets-react": "^0.45.1-next.0",
36
+ "@rango-dev/wallets-shared": "^0.59.1-next.0",
37
37
  "bignumber.js": "^9.1.1",
38
38
  "copy-to-clipboard": "^3.3.3",
39
39
  "dayjs": "^1.11.7",
40
40
  "ethers": "^6.13.2",
41
41
  "immer": "^9.0.19",
42
42
  "mitt": "^3.0.0",
43
- "rango-sdk": "^0.1.74",
44
- "rango-types": "^0.1.95",
43
+ "rango-sdk": "^0.1.77",
44
+ "rango-types": "^0.1.98",
45
45
  "react-i18next": "^12.2.0",
46
46
  "react-router-dom": "^6.8.0",
47
47
  "values.js": "2.1.1",
@@ -54,4 +54,4 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  }
57
- }
57
+ }