@reown/appkit-cli 1.8.14-wallet-button-fix.0 → 1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.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 +9 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # @reown/appkit-cli
2
2
 
3
- ## 1.8.14-wallet-button-fix.0
3
+ ## 1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#5296](https://github.com/reown-com/appkit/pull/5296) [`bc4a961`](https://github.com/reown-com/appkit/commit/bc4a961b448cedd0a8485a2188549b413b4e6512) Thanks [@magiziz](https://github.com/magiziz)! - Improved wallet search to filter out non-walletconnect and walletconnect wallets based on platform and SDK type
7
+ - [#5378](https://github.com/reown-com/appkit/pull/5378) [`2867bfd`](https://github.com/reown-com/appkit/commit/2867bfd3f06394e559b918d46dc379dd498d1abf) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where profile wallets tabs were shown in the wrong order
8
+
9
+ - [#5364](https://github.com/reown-com/appkit/pull/5364) [`d186212`](https://github.com/reown-com/appkit/commit/d1862126d3b7da93b52b99a4d709656311926c34) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where wallet buttons were not working in the in-app wallet browser
10
+
11
+ ## 1.8.14
8
12
 
9
- - [#5364](https://github.com/reown-com/appkit/pull/5364) [`9d2f78b`](https://github.com/reown-com/appkit/commit/9d2f78bf5a47b9af1753ad457b2feea0e8c65fb2) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where wallet buttons were not working in the in-app wallet browser
13
+ ### Patch Changes
14
+
15
+ - [#5296](https://github.com/reown-com/appkit/pull/5296) [`bc4a961`](https://github.com/reown-com/appkit/commit/bc4a961b448cedd0a8485a2188549b413b4e6512) Thanks [@magiziz](https://github.com/magiziz)! - Improved wallet search to filter out non-walletconnect and walletconnect wallets based on platform and SDK type
10
16
 
11
17
  ## 1.8.13
12
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.8.14-wallet-button-fix.0",
3
+ "version": "1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.0",
4
4
  "sideEffects": false,
5
5
  "description": "Reown AppKit CLI",
6
6
  "main": "index.js",