ui-thing 0.1.35 → 0.1.36
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 +21 -0
- package/dist/index.js +326 -56
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/comps.ts +32 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.36
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.35...v0.1.36)
|
|
6
|
+
|
|
7
|
+
### 🚀 Enhancements
|
|
8
|
+
|
|
9
|
+
- Add slider component from vueform ([8c192e8](https://github.com/BayBreezy/ui-thing-cli/commit/8c192e8))
|
|
10
|
+
|
|
11
|
+
### 🏡 Chore
|
|
12
|
+
|
|
13
|
+
- **deps-dev:** Bump typescript from 5.6.3 to 5.7.2 ([5220a36](https://github.com/BayBreezy/ui-thing-cli/commit/5220a36))
|
|
14
|
+
- **deps-dev:** Bump @types/node from 22.9.1 to 22.9.3 ([adc38a1](https://github.com/BayBreezy/ui-thing-cli/commit/adc38a1))
|
|
15
|
+
- **deps-dev:** Bump @types/node from 22.9.3 to 22.10.1 ([c045189](https://github.com/BayBreezy/ui-thing-cli/commit/c045189))
|
|
16
|
+
- **deps-dev:** Bump @vitest/coverage-v8 from 2.1.5 to 2.1.6 ([f775ac2](https://github.com/BayBreezy/ui-thing-cli/commit/f775ac2))
|
|
17
|
+
- **deps-dev:** Bump vitest from 2.1.5 to 2.1.6 ([c4dea4e](https://github.com/BayBreezy/ui-thing-cli/commit/c4dea4e))
|
|
18
|
+
- Bump deps ([0935284](https://github.com/BayBreezy/ui-thing-cli/commit/0935284))
|
|
19
|
+
|
|
20
|
+
### ❤️ Contributors
|
|
21
|
+
|
|
22
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
23
|
+
|
|
3
24
|
## v0.1.35
|
|
4
25
|
|
|
5
26
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.34...v0.1.35)
|