@reown/appkit-cli 1.6.7-basic-test.8.0 → 1.6.7

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 +2 -2
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @reown/appkit-cli
2
2
 
3
- ## 1.6.7-basic-test.8.0
3
+ ## 1.6.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#3757](https://github.com/reown-com/appkit/pull/3757) [`4e3bf1c`](https://github.com/reown-com/appkit/commit/4e3bf1c9c485c553872f61ae9df249ce899f3603) Thanks [@tomiir](https://github.com/tomiir)! - Splits code into basic and regular appkit. Re-exports ui and scaffold components so they can be tree-shaken. Dynamically import appropiate chunks according to feature flags'
7
+ - [#3820](https://github.com/reown-com/appkit/pull/3820) [`cc8efe9`](https://github.com/reown-com/appkit/commit/cc8efe967fa449b83e899afc23483effcc8adaf6) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fixes an issue where the modal doesn't recognize a difference between modal and wallet active network which causes issues when doing wallet actions"
8
8
 
9
9
  ## 1.6.6
10
10
 
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.6.7-basic-test.8.0",
4
- "sideEffects": false,
3
+ "version": "1.6.7",
5
4
  "description": "Reown AppKit CLI",
6
5
  "main": "index.js",
7
6
  "type": "module",