ui-thing 0.0.9 → 0.0.11

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,50 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.11
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
10
+
11
+ ### 💅 Refactors
12
+
13
+ - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
14
+
15
+ ### 🏡 Chore
16
+
17
+ - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
18
+ - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
19
+
20
+ ### ❤️ Contributors
21
+
22
+ - Behon Baker <behon.baker@yahoo.com>
23
+
24
+ ## v0.0.10
25
+
26
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
27
+
28
+ ### 🚀 Enhancements
29
+
30
+ - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
31
+
32
+ ### 📖 Documentation
33
+
34
+ - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
35
+
36
+ ### 📦 Build
37
+
38
+ - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
39
+
40
+ ### 🏡 Chore
41
+
42
+ - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
43
+
44
+ ### ❤️ Contributors
45
+
46
+ - Behon Baker <behon.baker@yahoo.com>
47
+
3
48
  ## v0.0.9
4
49
 
5
50
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
package/README.md CHANGED
@@ -67,3 +67,11 @@ npx ui-thing@latest prettier
67
67
  ```
68
68
 
69
69
  This command will add the prettier configuration to your project.
70
+
71
+ ### `shortcuts`
72
+
73
+ ```bash
74
+ npx ui-thing@latest shortcuts
75
+ ```
76
+
77
+ This command will add the `defineShortcuts` & `useShortcuts` composables to your project.