@rango-dev/provider-bitget 0.55.0 → 0.55.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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [0.55.0](https://github.com/rango-exchange/rango-client/compare/provider-bitget@0.54.0...provider-bitget@0.55.0) (2025-12-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* more precise tron change account ([2515abf](https://github.com/rango-exchange/rango-client/commit/2515abf006653b3c40666a3a306c1c7cf5d50991))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add btc to bitget wallet ([fd7b544](https://github.com/rango-exchange/rango-client/commit/fd7b5440367ff14839c51e5975960d9347d69aad))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
1
15
|
# [0.54.0](https://github.com/rango-exchange/rango-client/compare/provider-bitget@0.53.0...provider-bitget@0.54.0) (2025-12-15)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-bitget",
|
|
3
|
-
"version": "0.55.0",
|
|
3
|
+
"version": "0.55.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/mod.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@rango-dev/signer-evm": "^0.40.0",
|
|
25
25
|
"@rango-dev/signer-tron": "^0.39.0",
|
|
26
26
|
"@rango-dev/wallets-core": "^0.57.0",
|
|
27
|
-
"@rango-dev/wallets-shared": "^0.58.0",
|
|
27
|
+
"@rango-dev/wallets-shared": "^0.58.1-next.0",
|
|
28
28
|
"rango-types": "^0.1.89"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|