@rango-dev/widget-embedded 0.46.0 → 0.46.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [0.46.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.46.0...widget-embedded@0.46.1) (2025-07-27)
2
+
3
+
4
+
5
+ # [0.46.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.45.0...widget-embedded@0.46.0) (2025-07-22)
6
+
7
+
8
+ ### Features
9
+
10
+ * add derivation path to swap wallets ([0728ac4](https://github.com/rango-exchange/rango-client/commit/0728ac40a67f648d254db2461627b7cd408a28c5))
11
+ * add disconnect wallet button to detached modal ([80303b1](https://github.com/rango-exchange/rango-client/commit/80303b1ecbdc0351198d30431d3bc081b6ad2d13))
12
+ * add status to textfield ([d9dcb23](https://github.com/rango-exchange/rango-client/commit/d9dcb237b46a12ffab5c965dd9d51de281c777e6))
13
+ * redesign swap details modal ([ef59df5](https://github.com/rango-exchange/rango-client/commit/ef59df5ade0f5f05f8415f6ccfbe4ded368bfd99))
14
+
15
+
16
+ ### Reverts
17
+
18
+ * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
19
+
20
+
21
+
1
22
  ## [0.44.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.44.0...widget-embedded@0.44.1) (2025-06-10)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.46.0",
3
+ "version": "0.46.2-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -24,16 +24,16 @@
24
24
  "dependencies": {
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
- "@rango-dev/logging-core": "^0.10.0",
28
- "@rango-dev/provider-all": "^0.49.0",
29
- "@rango-dev/queue-manager-core": "^0.31.0",
30
- "@rango-dev/queue-manager-rango-preset": "^0.48.0",
31
- "@rango-dev/queue-manager-react": "^0.31.0",
32
- "@rango-dev/signer-solana": "^0.42.0",
33
- "@rango-dev/ui": "^0.49.0",
34
- "@rango-dev/wallets-core": "^0.46.0",
35
- "@rango-dev/wallets-react": "^0.33.0",
36
- "@rango-dev/wallets-shared": "^0.47.0",
27
+ "@rango-dev/logging-core": "^0.10.1-next.0",
28
+ "@rango-dev/provider-all": "^0.49.1-next.0",
29
+ "@rango-dev/queue-manager-core": "^0.31.1-next.0",
30
+ "@rango-dev/queue-manager-rango-preset": "^0.48.2-next.0",
31
+ "@rango-dev/queue-manager-react": "^0.31.1-next.0",
32
+ "@rango-dev/signer-solana": "^0.42.1-next.0",
33
+ "@rango-dev/ui": "^0.49.1-next.0",
34
+ "@rango-dev/wallets-core": "^0.46.1-next.0",
35
+ "@rango-dev/wallets-react": "^0.33.1-next.0",
36
+ "@rango-dev/wallets-shared": "^0.47.1-next.0",
37
37
  "bignumber.js": "^9.1.1",
38
38
  "copy-to-clipboard": "^3.3.3",
39
39
  "dayjs": "^1.11.7",