@rango-dev/provider-walletconnect-2 0.14.1-next.7 → 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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # 0.15.0 (2023-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add zIndex for web3modal ([8041964](https://github.com/yeager-eren/rango-client/commit/804196430ac1f4e94d130d935947944af556e410))
7
+ * build error in alpha ([e2ef0e9](https://github.com/yeager-eren/rango-client/commit/e2ef0e919a84a818938089614e4bd97fd34c0d9c))
8
+ * clean evm transaction in wallet-connect signer ([f10175c](https://github.com/yeager-eren/rango-client/commit/f10175cdf03dfd70cd05570aa09b7d1f5634d109))
9
+ * fix HMR for widget and playground ([8524820](https://github.com/yeager-eren/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
10
+ * handle switch network flow for wallet-connect ([8c4a17b](https://github.com/yeager-eren/rango-client/commit/8c4a17b47b2919820a4e0726f6d1c48b8994abe3))
11
+ * if there is no cosmos chain passed to wc2, it will be removed from optional namespaces ([548c9ee](https://github.com/yeager-eren/rango-client/commit/548c9ee9f072b259fdd56b52f794c3d8d267baf9))
12
+
13
+
14
+ ### Features
15
+
16
+ * add project id as a external value ([0c80404](https://github.com/yeager-eren/rango-client/commit/0c80404a8cacb6c5b0338dea1e416b0b11db254b))
17
+ * Get Wallet Connect project id from config ([9fb30b4](https://github.com/yeager-eren/rango-client/commit/9fb30b4b1a83e2005bbf42553298f24b1e278e1c))
18
+ * Support for WalletConnect 2 ([faedef0](https://github.com/yeager-eren/rango-client/commit/faedef0b5e6fc3c5ef881cbbe4ec05334cc1c910))
19
+
20
+
21
+
1
22
  # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-walletconnect-2@0.6.0...provider-walletconnect-2@0.7.0) (2023-08-03)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-walletconnect-2",
3
- "version": "0.14.1-next.7",
3
+ "version": "0.15.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -24,10 +24,10 @@
24
24
  "@cosmjs/launchpad": "^0.27.1",
25
25
  "@keplr-wallet/cosmos": "^0.9.12",
26
26
  "@keplr-wallet/simple-fetch": "^0.12.14",
27
- "@rango-dev/signer-cosmos": "^0.21.1-next.1",
28
- "@rango-dev/signer-evm": "^0.21.1-next.1",
29
- "@rango-dev/signer-solana": "^0.21.1-next.1",
30
- "@rango-dev/wallets-shared": "^0.21.1-next.5",
27
+ "@rango-dev/signer-cosmos": "^0.22.0",
28
+ "@rango-dev/signer-evm": "^0.22.0",
29
+ "@rango-dev/signer-solana": "^0.22.0",
30
+ "@rango-dev/wallets-shared": "^0.22.0",
31
31
  "@solana/web3.js": "1.67.2",
32
32
  "@walletconnect/encoding": "1.0.2",
33
33
  "@walletconnect/modal": "2.6.1",
@@ -36,7 +36,7 @@
36
36
  "bs58": "^5.0.0",
37
37
  "caip": "^1.1.0",
38
38
  "cosmos-wallet": "^1.2.0",
39
- "rango-types": "^0.1.47"
39
+ "rango-types": "^0.1.57"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@walletconnect/types": "2.9.1"