ui-thing 0.0.30 → 0.1.2

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,399 +1,427 @@
1
- # Changelog
1
+ # Changelog
2
+
3
+ ## v0.1.2
2
4
 
3
- ## v0.0.30
4
-
5
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
6
-
7
- ### 🚀 Enhancements
8
-
9
- - **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
10
- - **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab))
11
-
12
- ### ❤️ Contributors
13
-
14
- - BayBreezy <behon.baker@yahoo.com>
15
-
16
- ## v0.0.29
17
-
18
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
19
-
20
- ### 🚀 Enhancements
21
-
22
- - Add drawer component ([1c07ebd](https://github.com/BayBreezy/ui-thing-cli/commit/1c07ebd))
23
-
24
- ### ❤️ Contributors
25
-
26
- - BayBreezy <behon.baker@yahoo.com>
27
-
28
- ## v0.0.28
29
-
30
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
31
-
32
- ### 🩹 Fixes
33
-
34
- - Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
35
-
36
- ### ❤️ Contributors
37
-
38
- - Behon Baker <behon.baker@yahoo.com>
39
-
40
- ## v0.0.27
41
-
42
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
43
-
44
- ### 🩹 Fixes
45
-
46
- - **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
47
-
48
- ### ❤️ Contributors
49
-
50
- - Behon Baker <behon.baker@yahoo.com>
51
-
52
- ## v0.0.26
53
-
54
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
55
-
56
- ### 🩹 Fixes
57
-
58
- - **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
59
-
60
- ### 🏡 Chore
61
-
62
- - Update deps ([e1d6110](https://github.com/BayBreezy/ui-thing-cli/commit/e1d6110))
63
-
64
- ### ❤️ Contributors
65
-
66
- - BayBreezy <behon.baker@yahoo.com>
67
-
68
- ## v0.0.25
69
-
70
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
71
-
72
- ### 🩹 Fixes
73
-
74
- - Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
75
-
76
- ### ❤️ Contributors
77
-
78
- - BayBreezy <behon.baker@yahoo.com>
79
-
80
- ## v0.0.24
81
-
82
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
83
-
84
- ### 🩹 Fixes
85
-
86
- - Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
87
-
88
- ### 🏡 Chore
89
-
90
- - Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
91
- - Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
92
-
93
- ### 🎨 Styles
94
-
95
- - Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
96
-
97
- ### ❤️ Contributors
98
-
99
- - BayBreezy <behon.baker@yahoo.com>
100
-
101
- ## v0.0.23
102
-
103
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
104
-
105
- ### 🏡 Chore
106
-
107
- - Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
108
- - **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
109
-
110
- ### ❤️ Contributors
111
-
112
- - BayBreezy <behon.baker@yahoo.com>
113
-
114
- ## v0.0.22
115
-
116
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
117
-
118
- ### 🏡 Chore
119
-
120
- - Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
121
-
122
- ### ❤️ Contributors
123
-
124
- - Behon Baker <behon.baker@yahoo.com>
125
-
126
- ## v0.0.21
127
-
128
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
129
-
130
- ### 🏡 Chore
131
-
132
- - Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
133
-
134
- ### ❤️ Contributors
135
-
136
- - Behon Baker <behon.baker@yahoo.com>
137
-
138
- ## v0.0.20
139
-
140
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
141
-
142
- ### 🏡 Chore
143
-
144
- - **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
145
-
146
- ### ❤️ Contributors
147
-
148
- - Behon Baker <behon.baker@yahoo.com>
149
-
150
- ## v0.0.19
151
-
152
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
153
-
154
- ### 🏡 Chore
155
-
156
- - **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
157
- - Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
158
-
159
- ### ❤️ Contributors
160
-
161
- - Behon Baker <behon.baker@yahoo.com>
162
-
163
- ## v0.0.18
164
-
165
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
166
-
167
- ### 🏡 Chore
168
-
169
- - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
170
-
171
- ### ❤️ Contributors
172
-
173
- - BayBreezy <behon.baker@yahoo.com>
174
-
175
- ## v0.0.17
176
-
177
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
178
-
179
- ### 🏡 Chore
180
-
181
- - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
182
-
183
- ### ❤️ Contributors
184
-
185
- - Behon Baker <behon.baker@yahoo.com>
186
-
187
- ## v0.0.16
188
-
189
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
190
-
191
- ### 🚀 Enhancements
192
-
193
- - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
194
-
195
- ### ❤️ Contributors
196
-
197
- - Behon Baker <behon.baker@yahoo.com>
198
-
199
- ## v0.0.15
200
-
201
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
202
-
203
- ### 🚀 Enhancements
204
-
205
- - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
206
-
207
- ### 🏡 Chore
208
-
209
- - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
210
-
211
- ### ❤️ Contributors
212
-
213
- - Behon Baker <behon.baker@yahoo.com>
214
-
215
- ## v0.0.14
216
-
217
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
218
-
219
- ### 🏡 Chore
220
-
221
- - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
222
-
223
- ### ❤️ Contributors
224
-
225
- - Behon Baker <behon.baker@yahoo.com>
226
-
227
- ## v0.0.13
228
-
229
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
230
-
231
- ### 🏡 Chore
232
-
233
- - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
234
- - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
235
-
236
- ### ❤️ Contributors
237
-
238
- - Behon Baker <behon.baker@yahoo.com>
239
-
240
- ## v0.0.12
241
-
242
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
243
-
244
- ### 🏡 Chore
245
-
246
- - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
247
- - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
248
-
249
- ### ❤️ Contributors
250
-
251
- - Behon Baker <behon.baker@yahoo.com>
252
-
253
- ## v0.0.11
254
-
255
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
256
-
257
- ### 🚀 Enhancements
258
-
259
- - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
260
-
261
- ### 💅 Refactors
262
-
263
- - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
264
-
265
- ### 🏡 Chore
266
-
267
- - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
268
- - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
269
-
270
- ### ❤️ Contributors
271
-
272
- - Behon Baker <behon.baker@yahoo.com>
273
-
274
- ## v0.0.10
275
-
276
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
277
-
278
- ### 🚀 Enhancements
279
-
280
- - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
281
-
282
- ### 📖 Documentation
283
-
284
- - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
285
-
286
- ### 📦 Build
287
-
288
- - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.1...v0.1.2)
289
6
 
290
7
  ### 🏡 Chore
291
8
 
292
- - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
9
+ - Update drawer component ([90e2518](https://github.com/BayBreezy/ui-thing-cli/commit/90e2518))
293
10
 
294
11
  ### ❤️ Contributors
295
12
 
296
13
  - Behon Baker <behon.baker@yahoo.com>
297
14
 
298
- ## v0.0.9
299
-
300
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
301
-
302
- ### 🩹 Fixes
303
-
304
- - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
305
-
306
- ### ❤️ Contributors
307
-
308
- - Behon Baker <behon.baker@yahoo.com>
15
+ ## v0.1.1
309
16
 
310
- ## v0.0.8
311
-
312
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
17
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.30...v0.1.1)
313
18
 
314
19
  ### 🚀 Enhancements
315
20
 
316
- - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
317
-
318
- ### ✅ Tests
319
-
320
- - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
321
- - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
322
-
323
- ### ❤️ Contributors
324
-
325
- - Behon Baker <behon.baker@yahoo.com>
326
-
327
- ## v0.0.7
328
-
329
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
21
+ - Add splitpanes ([417ac8c](https://github.com/BayBreezy/ui-thing-cli/commit/417ac8c))
330
22
 
331
23
  ### 🏡 Chore
332
24
 
333
- - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
334
- - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
335
- - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
336
-
337
- ### ❤️ Contributors
338
-
339
- - BayBreezy <behon.baker@yahoo.com>
340
-
341
- ## v0.0.6
342
-
343
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
344
-
345
- ### 🚀 Enhancements
346
-
347
- - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
348
- - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
349
-
350
- ### 🏡 Chore
351
-
352
- - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
353
- - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
354
- - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
355
- - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
356
-
357
- ### ❤️ Contributors
358
-
359
- - Behon Baker <behon.baker@yahoo.com>
360
-
361
- ## v0.0.5
362
-
363
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
364
-
365
- ### 🏡 Chore
366
-
367
- - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
368
- - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
369
- - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
370
- - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
371
-
372
- ### ❤️ Contributors
373
-
374
- - Behon Baker <behon.baker@yahoo.com>
375
-
376
- ## v0.0.3
377
-
378
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
379
-
380
- ### 🏡 Chore
381
-
382
- - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
383
- - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
384
- - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
25
+ - Update deps ([f5a735e](https://github.com/BayBreezy/ui-thing-cli/commit/f5a735e))
385
26
 
386
27
  ### ❤️ Contributors
387
28
 
388
29
  - Behon Baker <behon.baker@yahoo.com>
389
30
 
390
- ## v0.0.2
391
-
392
- ### 🏡 Chore
393
-
394
- - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
395
- - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
396
-
397
- ### ❤️ Contributors
398
-
399
- - Behon Baker <behon.baker@yahoo.com>
31
+ ## v0.0.30
32
+
33
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
34
+
35
+ ### 🚀 Enhancements
36
+
37
+ - **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
38
+ - **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab))
39
+
40
+ ### ❤️ Contributors
41
+
42
+ - BayBreezy <behon.baker@yahoo.com>
43
+
44
+ ## v0.0.29
45
+
46
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
47
+
48
+ ### 🚀 Enhancements
49
+
50
+ - Add drawer component ([1c07ebd](https://github.com/BayBreezy/ui-thing-cli/commit/1c07ebd))
51
+
52
+ ### ❤️ Contributors
53
+
54
+ - BayBreezy <behon.baker@yahoo.com>
55
+
56
+ ## v0.0.28
57
+
58
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
59
+
60
+ ### 🩹 Fixes
61
+
62
+ - Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
63
+
64
+ ### ❤️ Contributors
65
+
66
+ - Behon Baker <behon.baker@yahoo.com>
67
+
68
+ ## v0.0.27
69
+
70
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
71
+
72
+ ### 🩹 Fixes
73
+
74
+ - **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
75
+
76
+ ### ❤️ Contributors
77
+
78
+ - Behon Baker <behon.baker@yahoo.com>
79
+
80
+ ## v0.0.26
81
+
82
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
83
+
84
+ ### 🩹 Fixes
85
+
86
+ - **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
87
+
88
+ ### 🏡 Chore
89
+
90
+ - Update deps ([e1d6110](https://github.com/BayBreezy/ui-thing-cli/commit/e1d6110))
91
+
92
+ ### ❤️ Contributors
93
+
94
+ - BayBreezy <behon.baker@yahoo.com>
95
+
96
+ ## v0.0.25
97
+
98
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
99
+
100
+ ### 🩹 Fixes
101
+
102
+ - Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
103
+
104
+ ### ❤️ Contributors
105
+
106
+ - BayBreezy <behon.baker@yahoo.com>
107
+
108
+ ## v0.0.24
109
+
110
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
111
+
112
+ ### 🩹 Fixes
113
+
114
+ - Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
115
+
116
+ ### 🏡 Chore
117
+
118
+ - Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
119
+ - Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
120
+
121
+ ### 🎨 Styles
122
+
123
+ - Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
124
+
125
+ ### ❤️ Contributors
126
+
127
+ - BayBreezy <behon.baker@yahoo.com>
128
+
129
+ ## v0.0.23
130
+
131
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
132
+
133
+ ### 🏡 Chore
134
+
135
+ - Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
136
+ - **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
137
+
138
+ ### ❤️ Contributors
139
+
140
+ - BayBreezy <behon.baker@yahoo.com>
141
+
142
+ ## v0.0.22
143
+
144
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
145
+
146
+ ### 🏡 Chore
147
+
148
+ - Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
149
+
150
+ ### ❤️ Contributors
151
+
152
+ - Behon Baker <behon.baker@yahoo.com>
153
+
154
+ ## v0.0.21
155
+
156
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
157
+
158
+ ### 🏡 Chore
159
+
160
+ - Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
161
+
162
+ ### ❤️ Contributors
163
+
164
+ - Behon Baker <behon.baker@yahoo.com>
165
+
166
+ ## v0.0.20
167
+
168
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
169
+
170
+ ### 🏡 Chore
171
+
172
+ - **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
173
+
174
+ ### ❤️ Contributors
175
+
176
+ - Behon Baker <behon.baker@yahoo.com>
177
+
178
+ ## v0.0.19
179
+
180
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
181
+
182
+ ### 🏡 Chore
183
+
184
+ - **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
185
+ - Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
186
+
187
+ ### ❤️ Contributors
188
+
189
+ - Behon Baker <behon.baker@yahoo.com>
190
+
191
+ ## v0.0.18
192
+
193
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
194
+
195
+ ### 🏡 Chore
196
+
197
+ - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
198
+
199
+ ### ❤️ Contributors
200
+
201
+ - BayBreezy <behon.baker@yahoo.com>
202
+
203
+ ## v0.0.17
204
+
205
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
206
+
207
+ ### 🏡 Chore
208
+
209
+ - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
210
+
211
+ ### ❤️ Contributors
212
+
213
+ - Behon Baker <behon.baker@yahoo.com>
214
+
215
+ ## v0.0.16
216
+
217
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
218
+
219
+ ### 🚀 Enhancements
220
+
221
+ - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
222
+
223
+ ### ❤️ Contributors
224
+
225
+ - Behon Baker <behon.baker@yahoo.com>
226
+
227
+ ## v0.0.15
228
+
229
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
230
+
231
+ ### 🚀 Enhancements
232
+
233
+ - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
234
+
235
+ ### 🏡 Chore
236
+
237
+ - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
238
+
239
+ ### ❤️ Contributors
240
+
241
+ - Behon Baker <behon.baker@yahoo.com>
242
+
243
+ ## v0.0.14
244
+
245
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
246
+
247
+ ### 🏡 Chore
248
+
249
+ - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
250
+
251
+ ### ❤️ Contributors
252
+
253
+ - Behon Baker <behon.baker@yahoo.com>
254
+
255
+ ## v0.0.13
256
+
257
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
258
+
259
+ ### 🏡 Chore
260
+
261
+ - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
262
+ - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
263
+
264
+ ### ❤️ Contributors
265
+
266
+ - Behon Baker <behon.baker@yahoo.com>
267
+
268
+ ## v0.0.12
269
+
270
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
271
+
272
+ ### 🏡 Chore
273
+
274
+ - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
275
+ - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
276
+
277
+ ### ❤️ Contributors
278
+
279
+ - Behon Baker <behon.baker@yahoo.com>
280
+
281
+ ## v0.0.11
282
+
283
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
284
+
285
+ ### 🚀 Enhancements
286
+
287
+ - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
288
+
289
+ ### 💅 Refactors
290
+
291
+ - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
292
+
293
+ ### 🏡 Chore
294
+
295
+ - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
296
+ - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
297
+
298
+ ### ❤️ Contributors
299
+
300
+ - Behon Baker <behon.baker@yahoo.com>
301
+
302
+ ## v0.0.10
303
+
304
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
305
+
306
+ ### 🚀 Enhancements
307
+
308
+ - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
309
+
310
+ ### 📖 Documentation
311
+
312
+ - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
313
+
314
+ ### 📦 Build
315
+
316
+ - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
317
+
318
+ ### 🏡 Chore
319
+
320
+ - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
321
+
322
+ ### ❤️ Contributors
323
+
324
+ - Behon Baker <behon.baker@yahoo.com>
325
+
326
+ ## v0.0.9
327
+
328
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
329
+
330
+ ### 🩹 Fixes
331
+
332
+ - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
333
+
334
+ ### ❤️ Contributors
335
+
336
+ - Behon Baker <behon.baker@yahoo.com>
337
+
338
+ ## v0.0.8
339
+
340
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
341
+
342
+ ### 🚀 Enhancements
343
+
344
+ - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
345
+
346
+ ### ✅ Tests
347
+
348
+ - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
349
+ - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
350
+
351
+ ### ❤️ Contributors
352
+
353
+ - Behon Baker <behon.baker@yahoo.com>
354
+
355
+ ## v0.0.7
356
+
357
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
358
+
359
+ ### 🏡 Chore
360
+
361
+ - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
362
+ - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
363
+ - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
364
+
365
+ ### ❤️ Contributors
366
+
367
+ - BayBreezy <behon.baker@yahoo.com>
368
+
369
+ ## v0.0.6
370
+
371
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
372
+
373
+ ### 🚀 Enhancements
374
+
375
+ - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
376
+ - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
377
+
378
+ ### 🏡 Chore
379
+
380
+ - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
381
+ - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
382
+ - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
383
+ - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
384
+
385
+ ### ❤️ Contributors
386
+
387
+ - Behon Baker <behon.baker@yahoo.com>
388
+
389
+ ## v0.0.5
390
+
391
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
392
+
393
+ ### 🏡 Chore
394
+
395
+ - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
396
+ - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
397
+ - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
398
+ - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
399
+
400
+ ### ❤️ Contributors
401
+
402
+ - Behon Baker <behon.baker@yahoo.com>
403
+
404
+ ## v0.0.3
405
+
406
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
407
+
408
+ ### 🏡 Chore
409
+
410
+ - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
411
+ - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
412
+ - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
413
+
414
+ ### ❤️ Contributors
415
+
416
+ - Behon Baker <behon.baker@yahoo.com>
417
+
418
+ ## v0.0.2
419
+
420
+ ### 🏡 Chore
421
+
422
+ - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
423
+ - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
424
+
425
+ ### ❤️ Contributors
426
+
427
+ - Behon Baker <behon.baker@yahoo.com>