@electroplix/components 0.5.0-alpha.4 → 0.5.0-alpha.6

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 CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.5.0-alpha.6 (2026-06-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add React.ComponentPropsWithoutRef extends to 13 components + extend e2e coverage ([110e217](https://github.com/electroplix/Design-System/commit/110e217))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Adnan
10
+
11
+ ## 0.5.0-alpha.5 (2026-06-06)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update CLI entry point configuration in Design System package ([0fd2db3](https://github.com/electroplix/Design-System/commit/0fd2db3))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Adnan
20
+
1
21
  ## 0.5.0-alpha.4 (2026-06-06)
2
22
 
3
23
  ### 🩹 Fixes
package/cli.cjs CHANGED
@@ -477,7 +477,6 @@ function list() {
477
477
  const _namePrefix = isLastName ? B.last : B.branch;
478
478
  }
479
479
 
480
- if (!isLastCat)
481
480
  }
482
481
  }
483
482