@rango-dev/widget-embedded 0.63.1-next.9 → 0.64.1

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 +19 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [0.64.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.64.0...widget-embedded@0.64.1) (2026-09-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ship dist and changelog when publishing with npm ([0a8bd5d](https://github.com/rango-exchange/rango-client/commit/0a8bd5d779bd652b6ca7195cda4ce465ba196f0e))
7
+ # [0.64.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.63.0...widget-embedded@0.64.0) (2026-09-15)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * use wallet type instead of wallet name for the wallet detected event ([144dc65](https://github.com/rango-exchange/rango-client/commit/144dc65841e3cf960052f3db101f9c65cb7c23e8))
13
+ * **widget:** use unique keys for token list skeleton items ([9198b6f](https://github.com/rango-exchange/rango-client/commit/9198b6f15744a3b3f62c92dea7ceecf53bdeacbe))
14
+
15
+
16
+ ### Features
17
+
18
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
19
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
1
20
  # [0.63.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.62.1...widget-embedded@0.63.0) (2026-08-18)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.63.1-next.9",
3
+ "version": "0.64.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -8,7 +8,8 @@
8
8
  "typings": "dist/index.d.ts",
9
9
  "files": [
10
10
  "dist",
11
- "src"
11
+ "src",
12
+ "CHANGELOG.md"
12
13
  ],
13
14
  "browserslist": "> 0.5%, last 2 versions, not dead",
14
15
  "scripts": {
@@ -26,15 +27,15 @@
26
27
  "@hub3js/namespaces": "^0.5.1",
27
28
  "@lingui/core": "4.2.1",
28
29
  "@lingui/react": "4.2.1",
29
- "@rango-dev/internal-blockchains": "^0.1.1-next.3",
30
- "@rango-dev/logging-core": "^0.14.0",
31
- "@rango-dev/provider-all": "^0.65.1-next.7",
32
- "@rango-dev/queue-manager-core": "^0.34.0",
33
- "@rango-dev/queue-manager-rango-preset": "^0.64.1-next.6",
34
- "@rango-dev/queue-manager-react": "^0.34.0",
35
- "@rango-dev/signer-solana": "^0.49.0",
36
- "@rango-dev/ui": "^0.65.1-next.6",
37
- "@rango-dev/wallets-react": "^0.48.1-next.6",
30
+ "@rango-dev/internal-blockchains": "^0.2.1",
31
+ "@rango-dev/logging-core": "^0.15.0",
32
+ "@rango-dev/provider-all": "^0.66.1",
33
+ "@rango-dev/queue-manager-core": "^0.35.0",
34
+ "@rango-dev/queue-manager-rango-preset": "^0.65.1",
35
+ "@rango-dev/queue-manager-react": "^0.35.0",
36
+ "@rango-dev/signer-solana": "^0.50.0",
37
+ "@rango-dev/ui": "^0.66.1",
38
+ "@rango-dev/wallets-react": "^0.49.1",
38
39
  "bignumber.js": "^9.1.1",
39
40
  "copy-to-clipboard": "^3.3.3",
40
41
  "crypto-browserify": "^3.12.1",