ui-thing 0.1.11 → 0.1.13
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 +34 -3
- package/dist/index.js +1222 -1036
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/comps.ts +221 -181
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,48 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v0.1.
|
|
3
|
+
## v0.1.13
|
|
4
4
|
|
|
5
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.12...v0.1.13)
|
|
6
6
|
|
|
7
7
|
### 🏡 Chore
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Bump deps ([5418dff](https://github.com/BayBreezy/ui-thing-cli/commit/5418dff))
|
|
10
|
+
- **components:** Update comps ([f7e1643](https://github.com/BayBreezy/ui-thing-cli/commit/f7e1643))
|
|
10
11
|
|
|
11
12
|
### ❤️ Contributors
|
|
12
13
|
|
|
13
14
|
- Behon Baker <behon.baker@yahoo.com>
|
|
14
15
|
|
|
16
|
+
## v0.1.12
|
|
17
|
+
|
|
18
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.11...v0.1.12)
|
|
19
|
+
|
|
20
|
+
### 🚀 Enhancements
|
|
21
|
+
|
|
22
|
+
- Add toggle-group component ([c887563](https://github.com/BayBreezy/ui-thing-cli/commit/c887563))
|
|
23
|
+
|
|
24
|
+
### 🏡 Chore
|
|
25
|
+
|
|
26
|
+
- **release:** V0.1.11 ([df916e5](https://github.com/BayBreezy/ui-thing-cli/commit/df916e5))
|
|
27
|
+
- Update deps ([75f6473](https://github.com/BayBreezy/ui-thing-cli/commit/75f6473))
|
|
28
|
+
|
|
29
|
+
### ❤️ Contributors
|
|
30
|
+
|
|
31
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
32
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
33
|
+
|
|
34
|
+
## v0.1.11
|
|
35
|
+
|
|
36
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.10...v0.1.11)
|
|
37
|
+
|
|
38
|
+
### 🏡 Chore
|
|
39
|
+
|
|
40
|
+
- Update component array ([7e94f02](https://github.com/BayBreezy/ui-thing-cli/commit/7e94f02))
|
|
41
|
+
|
|
42
|
+
### ❤️ Contributors
|
|
43
|
+
|
|
44
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
45
|
+
|
|
15
46
|
## v0.1.10
|
|
16
47
|
|
|
17
48
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.9...v0.1.10)
|