ui-thing 0.0.23 → 0.0.25

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,38 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.25
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - BayBreezy <behon.baker@yahoo.com>
14
+
15
+ ## v0.0.24
16
+
17
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
22
+
23
+ ### 🏡 Chore
24
+
25
+ - Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
26
+ - Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
27
+
28
+ ### 🎨 Styles
29
+
30
+ - Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
31
+
32
+ ### ❤️ Contributors
33
+
34
+ - BayBreezy <behon.baker@yahoo.com>
35
+
3
36
  ## v0.0.23
4
37
 
5
38
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)