@rango-dev/provider-safe 0.14.1-next.8 → 0.15.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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # 0.15.0 (2023-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * display transaction url after refreshing ([c976bff](https://github.com/yeager-eren/rango-client/commit/c976bffd3827ee20de5dd0f21be6d430432fff28))
7
+ * fix HMR for widget and playground ([8524820](https://github.com/yeager-eren/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
8
+ * handle safe wallet in widget ([52fcca4](https://github.com/yeager-eren/rango-client/commit/52fcca49315f7e2edb4655ae7b9cd0792c2800d7))
9
+
10
+
11
+ ### Features
12
+
13
+ * don't show safe when not injected ([3e32420](https://github.com/yeager-eren/rango-client/commit/3e324208d9dcc8d11267a37bf6df84547975c1bf))
14
+ * support safe wallet ([d04cbcd](https://github.com/yeager-eren/rango-client/commit/d04cbcd2a612755563512d9dff6f2312088d8b4d))
15
+
16
+
17
+
1
18
  # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-safe@0.6.0...provider-safe@0.7.0) (2023-08-03)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-safe",
3
- "version": "0.14.1-next.8",
3
+ "version": "0.15.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@ethersproject/abstract-provider": "^5.7.0",
25
- "@rango-dev/signer-evm": "^0.21.1-next.2",
26
- "@rango-dev/wallets-shared": "^0.21.1-next.6",
25
+ "@rango-dev/signer-evm": "^0.22.0",
26
+ "@rango-dev/wallets-shared": "^0.22.0",
27
27
  "@safe-global/safe-apps-provider": "^0.17.0",
28
28
  "@safe-global/safe-apps-sdk": "^7.11.0",
29
29
  "rango-types": "^0.1.57"