ui-thing 0.1.19 → 0.1.21

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,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.21
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.20...v0.1.21)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Add stepper component ([00d02fa](https://github.com/BayBreezy/ui-thing-cli/commit/00d02fa))
10
+
11
+ ### 🏡 Chore
12
+
13
+ - Update deps ([0f0f58b](https://github.com/BayBreezy/ui-thing-cli/commit/0f0f58b))
14
+
15
+ ### ❤️ Contributors
16
+
17
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
18
+
19
+ ## v0.1.20
20
+
21
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.19...v0.1.20)
22
+
23
+ ### 🚀 Enhancements
24
+
25
+ - Add tree component ([5cd5671](https://github.com/BayBreezy/ui-thing-cli/commit/5cd5671))
26
+
27
+ ### 🏡 Chore
28
+
29
+ - Update deps ([c24ec88](https://github.com/BayBreezy/ui-thing-cli/commit/c24ec88))
30
+ - Add plugins location to the list of questions ([722d589](https://github.com/BayBreezy/ui-thing-cli/commit/722d589))
31
+ - Use plugin location when adding components ([7da57de](https://github.com/BayBreezy/ui-thing-cli/commit/7da57de))
32
+
33
+ ### ❤️ Contributors
34
+
35
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
36
+
3
37
  ## v0.1.19
4
38
 
5
39
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.18...v0.1.19)