ui-thing 0.1.28 → 0.1.30

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.
@@ -0,0 +1,12 @@
1
+ # Please see the documentation for all configuration options:
2
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+ version: 2
5
+ updates:
6
+ - package-ecosystem: "npm"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ day: "sunday"
11
+ time: "06:00"
12
+ timezone: "America/Jamaica"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.30
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.29...v0.1.30)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Update vee-input component ([302c4fd](https://github.com/BayBreezy/ui-thing-cli/commit/302c4fd))
10
+
11
+ ### 🏡 Chore
12
+
13
+ - Bump deps ([a4140b2](https://github.com/BayBreezy/ui-thing-cli/commit/a4140b2))
14
+ - Add dependabot config ([fae5b34](https://github.com/BayBreezy/ui-thing-cli/commit/fae5b34))
15
+
16
+ ### ❤️ Contributors
17
+
18
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
19
+
20
+ ## v0.1.29
21
+
22
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.28...v0.1.29)
23
+
24
+ ### 🚀 Enhancements
25
+
26
+ - **css:** Update font config for css file/themes ([a1c5bcc](https://github.com/BayBreezy/ui-thing-cli/commit/a1c5bcc))
27
+ - **shortcusts:** Update templates for shortcuts composable ([f527c26](https://github.com/BayBreezy/ui-thing-cli/commit/f527c26))
28
+
29
+ ### 🏡 Chore
30
+
31
+ - **release:** V0.1.28 ([b870037](https://github.com/BayBreezy/ui-thing-cli/commit/b870037))
32
+ - Bump deps ([b74b527](https://github.com/BayBreezy/ui-thing-cli/commit/b74b527))
33
+ - **config:** Add `nuxtVersion` to initial config ([843eff0](https://github.com/BayBreezy/ui-thing-cli/commit/843eff0))
34
+ - **tsconfig:** Add `resolveJsonModule` to tsconfig ([ed955f5](https://github.com/BayBreezy/ui-thing-cli/commit/ed955f5))
35
+ - **components:** Update components list ([25ba2bf](https://github.com/BayBreezy/ui-thing-cli/commit/25ba2bf))
36
+ - Import cli version from `package.json` ([401f902](https://github.com/BayBreezy/ui-thing-cli/commit/401f902))
37
+ - Update project types ([e5ae1f8](https://github.com/BayBreezy/ui-thing-cli/commit/e5ae1f8))
38
+ - **add command:** Remove unused imports & update `pdfMake` version ([8364dba](https://github.com/BayBreezy/ui-thing-cli/commit/8364dba))
39
+ - **init command:** Allo user to enter their nuxt version when initializing ([76624ad](https://github.com/BayBreezy/ui-thing-cli/commit/76624ad))
40
+ - **init command:** Allo user to enter their nuxt version when initializing ([564a910](https://github.com/BayBreezy/ui-thing-cli/commit/564a910))
41
+ - **prettier command:** Import package manager options from constant file ([6da2b44](https://github.com/BayBreezy/ui-thing-cli/commit/6da2b44))
42
+ - **shortcuts command:** Import package manager options from constant file ([aa7f00b](https://github.com/BayBreezy/ui-thing-cli/commit/aa7f00b))
43
+ - **tailwind template:** Update default tailwind configuration ([b81c493](https://github.com/BayBreezy/ui-thing-cli/commit/b81c493))
44
+ - **config files:** Adjust how paths are created and export package array constant ([e7ea1e2](https://github.com/BayBreezy/ui-thing-cli/commit/e7ea1e2))
45
+ - **config files:** Adjust config type ([3beb3ad](https://github.com/BayBreezy/ui-thing-cli/commit/3beb3ad))
46
+ - **config files:** Add default nuxt 4 configuration ([050d798](https://github.com/BayBreezy/ui-thing-cli/commit/050d798))
47
+ - **config files:** Export `promptForNuxtVersion` function ([67a1b5b](https://github.com/BayBreezy/ui-thing-cli/commit/67a1b5b))
48
+ - Bump node types dep ([5ded5d2](https://github.com/BayBreezy/ui-thing-cli/commit/5ded5d2))
49
+
50
+ ### ✅ Tests
51
+
52
+ - Update config test. added the `nuxtVersion` property ([557b181](https://github.com/BayBreezy/ui-thing-cli/commit/557b181))
53
+
54
+ ### ❤️ Contributors
55
+
56
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
57
+
3
58
  ## v0.1.28
4
59
 
5
60
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.27...v0.1.28)