@reown/appkit-cli 1.6.6-rc.3.0 → 1.6.7-basic-test.7.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 +7 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# @reown/appkit-cli
|
|
2
2
|
|
|
3
|
-
## 1.6.
|
|
3
|
+
## 1.6.7-basic-test.7.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
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'
|
|
8
|
+
|
|
9
|
+
## 1.6.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|