@rango-dev/provider-gemwallet 0.5.1-next.4 → 0.6.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 +13 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [0.6.1](https://github.com/rango-exchange/rango-client/compare/provider-gemwallet@0.6.0...provider-gemwallet@0.6.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.6.0](https://github.com/rango-exchange/rango-client/compare/provider-gemwallet@0.5.0...provider-gemwallet@0.6.0) (2026-09-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
13
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
1
14
  # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-gemwallet@0.4.0...provider-gemwallet@0.5.0) (2026-08-18)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-gemwallet",
3
- "version": "0.5.1-next.4",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -11,7 +11,8 @@
11
11
  "typings": "dist/mod.d.ts",
12
12
  "files": [
13
13
  "dist",
14
- "src"
14
+ "src",
15
+ "CHANGELOG.md"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "yarn run rangutopia library build",