ui-thing 0.1.27 → 0.1.29

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,55 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.29
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.28...v0.1.29)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - **css:** Update font config for css file/themes ([a1c5bcc](https://github.com/BayBreezy/ui-thing-cli/commit/a1c5bcc))
10
+ - **shortcusts:** Update templates for shortcuts composable ([f527c26](https://github.com/BayBreezy/ui-thing-cli/commit/f527c26))
11
+
12
+ ### 🏡 Chore
13
+
14
+ - **release:** V0.1.28 ([b870037](https://github.com/BayBreezy/ui-thing-cli/commit/b870037))
15
+ - Bump deps ([b74b527](https://github.com/BayBreezy/ui-thing-cli/commit/b74b527))
16
+ - **config:** Add `nuxtVersion` to initial config ([843eff0](https://github.com/BayBreezy/ui-thing-cli/commit/843eff0))
17
+ - **tsconfig:** Add `resolveJsonModule` to tsconfig ([ed955f5](https://github.com/BayBreezy/ui-thing-cli/commit/ed955f5))
18
+ - **components:** Update components list ([25ba2bf](https://github.com/BayBreezy/ui-thing-cli/commit/25ba2bf))
19
+ - Import cli version from `package.json` ([401f902](https://github.com/BayBreezy/ui-thing-cli/commit/401f902))
20
+ - Update project types ([e5ae1f8](https://github.com/BayBreezy/ui-thing-cli/commit/e5ae1f8))
21
+ - **add command:** Remove unused imports & update `pdfMake` version ([8364dba](https://github.com/BayBreezy/ui-thing-cli/commit/8364dba))
22
+ - **init command:** Allo user to enter their nuxt version when initializing ([76624ad](https://github.com/BayBreezy/ui-thing-cli/commit/76624ad))
23
+ - **init command:** Allo user to enter their nuxt version when initializing ([564a910](https://github.com/BayBreezy/ui-thing-cli/commit/564a910))
24
+ - **prettier command:** Import package manager options from constant file ([6da2b44](https://github.com/BayBreezy/ui-thing-cli/commit/6da2b44))
25
+ - **shortcuts command:** Import package manager options from constant file ([aa7f00b](https://github.com/BayBreezy/ui-thing-cli/commit/aa7f00b))
26
+ - **tailwind template:** Update default tailwind configuration ([b81c493](https://github.com/BayBreezy/ui-thing-cli/commit/b81c493))
27
+ - **config files:** Adjust how paths are created and export package array constant ([e7ea1e2](https://github.com/BayBreezy/ui-thing-cli/commit/e7ea1e2))
28
+ - **config files:** Adjust config type ([3beb3ad](https://github.com/BayBreezy/ui-thing-cli/commit/3beb3ad))
29
+ - **config files:** Add default nuxt 4 configuration ([050d798](https://github.com/BayBreezy/ui-thing-cli/commit/050d798))
30
+ - **config files:** Export `promptForNuxtVersion` function ([67a1b5b](https://github.com/BayBreezy/ui-thing-cli/commit/67a1b5b))
31
+ - Bump node types dep ([5ded5d2](https://github.com/BayBreezy/ui-thing-cli/commit/5ded5d2))
32
+
33
+ ### ✅ Tests
34
+
35
+ - Update config test. added the `nuxtVersion` property ([557b181](https://github.com/BayBreezy/ui-thing-cli/commit/557b181))
36
+
37
+ ### ❤️ Contributors
38
+
39
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
40
+
41
+ ## v0.1.28
42
+
43
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.27...v0.1.28)
44
+
45
+ ### 🏡 Chore
46
+
47
+ - Add updated dialog content close button styles ([3583a9d](https://github.com/BayBreezy/ui-thing-cli/commit/3583a9d))
48
+
49
+ ### ❤️ Contributors
50
+
51
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
52
+
3
53
  ## v0.1.27
4
54
 
5
55
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.26...v0.1.27)