@rango-dev/wallets-shared 0.21.1-next.6 → 0.22.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 +33 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
# 0.22.0 (2023-12-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add suggest and connect to wallet for experimental chain ([0002e69](https://github.com/yeager-eren/rango-client/commit/0002e69da90c58a00cbd50ca8ad601a12ed0e77a))
|
|
7
|
+
* check and version promise should be called ([c9317b5](https://github.com/yeager-eren/rango-client/commit/c9317b5f5b177216f64314aa00208a382ef2829f))
|
|
8
|
+
* fix bug of duplicate modals for wallet connect ([efb5482](https://github.com/yeager-eren/rango-client/commit/efb54827fd51e6c6c8f42c6abf33c3d7610755e8))
|
|
9
|
+
* fix can switch network for wallet connect ([e3cdeac](https://github.com/yeager-eren/rango-client/commit/e3cdeacd836e254ea2d5384aab4b624a3e7259eb))
|
|
10
|
+
* fix HMR for widget and playground ([8524820](https://github.com/yeager-eren/rango-client/commit/8524820f10cf0b8921f3db0c4f620ff98daa4103))
|
|
11
|
+
* handle safe wallet in widget ([52fcca4](https://github.com/yeager-eren/rango-client/commit/52fcca49315f7e2edb4655ae7b9cd0792c2800d7))
|
|
12
|
+
* handle switch network flow for wallet-connect ([8c4a17b](https://github.com/yeager-eren/rango-client/commit/8c4a17b47b2919820a4e0726f6d1c48b8994abe3))
|
|
13
|
+
* refactor station wallet ([580a2af](https://github.com/yeager-eren/rango-client/commit/580a2af692f63a85921d69152464143551b3f748))
|
|
14
|
+
* update rango-types and fix notification bugs ([993f185](https://github.com/yeager-eren/rango-client/commit/993f185e0b8c5e5e15a2c65ba2d85d1f9c8daa90))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add bitkeep wallet ([c02c3df](https://github.com/yeager-eren/rango-client/commit/c02c3dfd236070295eada74aeb97514f8dacd0ed))
|
|
20
|
+
* add project id as a external value ([0c80404](https://github.com/yeager-eren/rango-client/commit/0c80404a8cacb6c5b0338dea1e416b0b11db254b))
|
|
21
|
+
* don't show safe when not injected ([3e32420](https://github.com/yeager-eren/rango-client/commit/3e324208d9dcc8d11267a37bf6df84547975c1bf))
|
|
22
|
+
* support braavos wallet ([fb38ebe](https://github.com/yeager-eren/rango-client/commit/fb38ebef00a33b92cabf506c88ef83d8c77cce84))
|
|
23
|
+
* Support for WalletConnect 2 ([faedef0](https://github.com/yeager-eren/rango-client/commit/faedef0b5e6fc3c5ef881cbbe4ec05334cc1c910))
|
|
24
|
+
* support safe wallet ([d04cbcd](https://github.com/yeager-eren/rango-client/commit/d04cbcd2a612755563512d9dff6f2312088d8b4d))
|
|
25
|
+
* update confirm swap and confirm wallets components ([08c0f62](https://github.com/yeager-eren/rango-client/commit/08c0f622d0e691868848084d46a8df110bc9fc37))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Reverts
|
|
29
|
+
|
|
30
|
+
* Revert "support for rango-types cjs format" ([ed4e050](https://github.com/yeager-eren/rango-client/commit/ed4e050bfc0dcde7aeffa6b0d73b02080a5721eb))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
1
34
|
# [0.14.0](https://github.com/rango-exchange/rango-client/compare/wallets-shared@0.13.0...wallets-shared@0.14.0) (2023-08-03)
|
|
2
35
|
|
|
3
36
|
|