@reown/appkit-cli 1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.0 → 1.8.15-viem-upgrade.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 +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # @reown/appkit-cli
2
2
 
3
- ## 1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.0
3
+ ## 1.8.15-viem-upgrade.0
4
4
 
5
5
  ### Patch Changes
6
6
 
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
7
+ - [#5378](https://github.com/reown-com/appkit/pull/5378) [`2867bfd`](https://github.com/reown-com/appkit/commit/2867bfd3f06394e559b918d46dc379dd498d1abf) Thanks [@0xmkh](https://github.com/0xmkh)! - Fixed an issue where profile wallets tabs were shown in the wrong order
8
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
9
+ - [#5364](https://github.com/reown-com/appkit/pull/5364) [`d186212`](https://github.com/reown-com/appkit/commit/d1862126d3b7da93b52b99a4d709656311926c34) Thanks [@0xmkh](https://github.com/0xmkh)! - Fixed an issue where wallet buttons were not working in the in-app wallet browser
10
+
11
+ - [#5405](https://github.com/reown-com/appkit/pull/5405) [`c1954be`](https://github.com/reown-com/appkit/commit/c1954befd87a53fda56e9d93b82d31ccb5074aff) Thanks [@0xmkh](https://github.com/0xmkh)! - Fixed an issue where selecting Base Account incorrectly triggered the Coinbase Wallet extension connection instead of the Base Account SDK connection
10
12
 
11
13
  ## 1.8.14
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.8.15-e95f0d61c614677233e13ea9f055d3f75fcdba81.0",
3
+ "version": "1.8.15-viem-upgrade.0",
4
4
  "sideEffects": false,
5
5
  "description": "Reown AppKit CLI",
6
6
  "main": "index.js",