ui-thing 0.2.0 → 0.2.2

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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.2.2
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.2.1...v0.2.2)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **init:** Prevent css from being added to config more than once ([9723898](https://github.com/BayBreezy/ui-thing-cli/commit/9723898))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Behon Baker ([@BayBreezy](https://github.com/BayBreezy))
14
+
15
+ ## v0.2.1
16
+
17
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.2.0...v0.2.1)
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Make magicast a dependency instead of a devDep ([a62cdf4](https://github.com/BayBreezy/ui-thing-cli/commit/a62cdf4))
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Behon Baker ([@BayBreezy](https://github.com/BayBreezy))
26
+
3
27
  ## v0.2.0
4
28
 
5
29
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.56...v0.2.0)