ui-thing 0.1.35 → 0.1.37

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,40 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.37
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.36...v0.1.37)
6
+
7
+ ### 🏡 Chore
8
+
9
+ - **deps-dev:** Bump @vitest/coverage-v8 from 2.1.6 to 2.1.8 ([4707300](https://github.com/BayBreezy/ui-thing-cli/commit/4707300))
10
+ - Bump deps ([1359f5a](https://github.com/BayBreezy/ui-thing-cli/commit/1359f5a))
11
+ - Move some initial packages to dependencies list instead of devDeps ([676c0fa](https://github.com/BayBreezy/ui-thing-cli/commit/676c0fa))
12
+
13
+ ### ❤️ Contributors
14
+
15
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
16
+
17
+ ## v0.1.36
18
+
19
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.35...v0.1.36)
20
+
21
+ ### 🚀 Enhancements
22
+
23
+ - Add slider component from vueform ([8c192e8](https://github.com/BayBreezy/ui-thing-cli/commit/8c192e8))
24
+
25
+ ### 🏡 Chore
26
+
27
+ - **deps-dev:** Bump typescript from 5.6.3 to 5.7.2 ([5220a36](https://github.com/BayBreezy/ui-thing-cli/commit/5220a36))
28
+ - **deps-dev:** Bump @types/node from 22.9.1 to 22.9.3 ([adc38a1](https://github.com/BayBreezy/ui-thing-cli/commit/adc38a1))
29
+ - **deps-dev:** Bump @types/node from 22.9.3 to 22.10.1 ([c045189](https://github.com/BayBreezy/ui-thing-cli/commit/c045189))
30
+ - **deps-dev:** Bump @vitest/coverage-v8 from 2.1.5 to 2.1.6 ([f775ac2](https://github.com/BayBreezy/ui-thing-cli/commit/f775ac2))
31
+ - **deps-dev:** Bump vitest from 2.1.5 to 2.1.6 ([c4dea4e](https://github.com/BayBreezy/ui-thing-cli/commit/c4dea4e))
32
+ - Bump deps ([0935284](https://github.com/BayBreezy/ui-thing-cli/commit/0935284))
33
+
34
+ ### ❤️ Contributors
35
+
36
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
37
+
3
38
  ## v0.1.35
4
39
 
5
40
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.34...v0.1.35)