@rango-dev/widget-embedded 0.41.1-next.5 → 0.41.2-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.
- package/CHANGELOG.md +13 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [0.41.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.41.0...widget-embedded@0.41.1) (2025-03-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* batching state updates for fetchBalances ([32f055f](https://github.com/rango-exchange/rango-client/commit/32f055f9e2fb7672f221ad52a9bc83bd1b0a25af))
|
|
7
|
+
* fix banner not showing on initial page load ([8683a60](https://github.com/rango-exchange/rango-client/commit/8683a607ec4cf3487c7ac674f0582dd57c01d7a0))
|
|
8
|
+
* fix swap-box banner overflow ([8a01c95](https://github.com/rango-exchange/rango-client/commit/8a01c95c701f65f28323c5ea7dc5b0c83dd0239b))
|
|
9
|
+
* resolve the issue with the custom tokens balance state ([86722e8](https://github.com/rango-exchange/rango-client/commit/86722e8dcb946196d5247c93b454b39733af0a4e))
|
|
10
|
+
* resolve wallet is possibly undefined error in useSubscribeToWidgetEvents ([6231d46](https://github.com/rango-exchange/rango-client/commit/6231d4610e9967840236e23ee45b9263adfa4c53))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
# [0.41.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.40.1...widget-embedded@0.41.0) (2025-03-11)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/widget-embedded",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.2-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@lingui/core": "4.2.1",
|
|
26
26
|
"@lingui/react": "4.2.1",
|
|
27
27
|
"@rango-dev/logging-core": "^0.8.0",
|
|
28
|
-
"@rango-dev/provider-all": "^0.44.0",
|
|
28
|
+
"@rango-dev/provider-all": "^0.44.1-next.0",
|
|
29
29
|
"@rango-dev/queue-manager-core": "^0.29.0",
|
|
30
|
-
"@rango-dev/queue-manager-rango-preset": "^0.44.0",
|
|
30
|
+
"@rango-dev/queue-manager-rango-preset": "^0.44.1-next.0",
|
|
31
31
|
"@rango-dev/queue-manager-react": "^0.29.0",
|
|
32
32
|
"@rango-dev/signer-solana": "^0.38.0",
|
|
33
|
-
"@rango-dev/ui": "^0.45.0",
|
|
34
|
-
"@rango-dev/wallets-core": "^0.42.0",
|
|
35
|
-
"@rango-dev/wallets-react": "^0.29.0",
|
|
36
|
-
"@rango-dev/wallets-shared": "^0.43.0",
|
|
33
|
+
"@rango-dev/ui": "^0.45.1-next.0",
|
|
34
|
+
"@rango-dev/wallets-core": "^0.42.1-next.0",
|
|
35
|
+
"@rango-dev/wallets-react": "^0.29.1-next.0",
|
|
36
|
+
"@rango-dev/wallets-shared": "^0.43.1-next.0",
|
|
37
37
|
"bignumber.js": "^9.1.1",
|
|
38
38
|
"copy-to-clipboard": "^3.3.3",
|
|
39
39
|
"dayjs": "^1.11.7",
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|