@rango-dev/provider-braavos 0.24.0 → 0.24.1-next.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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # [0.24.0](https://github.com/rango-exchange/rango-client/compare/provider-braavos@0.23.0...provider-braavos@0.24.0) (2024-04-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix the connection problem that happens when another wallet takes over the requested one ([42df212](https://github.com/rango-exchange/rango-client/commit/42df2120aadd84c95045b0bf76844c19305fb59a))
7
+
8
+
9
+
1
10
  # [0.23.0](https://github.com/rango-exchange/rango-client/compare/provider-braavos@0.22.0...provider-braavos@0.23.0) (2024-03-12)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-braavos",
3
- "version": "0.24.0",
3
+ "version": "0.24.1-next.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@rango-dev/signer-starknet": "^0.27.0",
25
- "@rango-dev/wallets-shared": "^0.30.0",
25
+ "@rango-dev/wallets-shared": "^0.30.1-next.1",
26
26
  "rango-types": "^0.1.59"
27
27
  },
28
28
  "publishConfig": {