ui-thing 0.1.25 → 0.1.27
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 +28 -0
- package/dist/index.js +1104 -80
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
- package/src/comps.ts +73 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.27
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.26...v0.1.27)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- Bump deps & pass slots from some radix components ([5caf188](https://github.com/BayBreezy/ui-thing-cli/commit/5caf188))
|
|
10
|
+
|
|
11
|
+
### ❤️ Contributors
|
|
12
|
+
|
|
13
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
14
|
+
|
|
15
|
+
## v0.1.26
|
|
16
|
+
|
|
17
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.25...v0.1.26)
|
|
18
|
+
|
|
19
|
+
### 🚀 Enhancements
|
|
20
|
+
|
|
21
|
+
- Add `chart` component ([e153dcf](https://github.com/BayBreezy/ui-thing-cli/commit/e153dcf))
|
|
22
|
+
|
|
23
|
+
### 🏡 Chore
|
|
24
|
+
|
|
25
|
+
- Bump deps ([7bba4d8](https://github.com/BayBreezy/ui-thing-cli/commit/7bba4d8))
|
|
26
|
+
|
|
27
|
+
### ❤️ Contributors
|
|
28
|
+
|
|
29
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
30
|
+
|
|
3
31
|
## v0.1.25
|
|
4
32
|
|
|
5
33
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.24...v0.1.25)
|