ui-thing 0.0.22 → 0.0.24
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 +273 -239
- package/dist/index.js +4747 -4711
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
- package/src/commands/add.ts +293 -286
- package/src/commands/shortcuts.ts +42 -42
- package/src/comps.ts +2316 -2462
- package/src/templates/shortcuts.ts +217 -217
- package/src/types.ts +3 -3
- package/src/utils/fetchComponents.ts +8 -8
- package/src/utils/installPackages.ts +28 -1
- package/src/utils/promptForComponents.ts +19 -19
- package/src/utils/uiConfigPrompt.ts +73 -73
- package/tests/templates/css.test.ts +34 -34
- package/tests/utils/addPrettierConfig.test.ts +71 -71
- package/tests/utils/compareUIConfig.test.ts +60 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0.24
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
|
|
10
|
+
|
|
11
|
+
### 🏡 Chore
|
|
12
|
+
|
|
13
|
+
- Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
|
|
14
|
+
- Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
|
|
15
|
+
|
|
16
|
+
### 🎨 Styles
|
|
17
|
+
|
|
18
|
+
- Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
|
|
19
|
+
|
|
20
|
+
### ❤️ Contributors
|
|
21
|
+
|
|
22
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
23
|
+
|
|
24
|
+
## v0.0.23
|
|
25
|
+
|
|
26
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
|
|
27
|
+
|
|
28
|
+
### 🏡 Chore
|
|
29
|
+
|
|
30
|
+
- Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
|
|
31
|
+
- **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
|
|
32
|
+
|
|
33
|
+
### ❤️ Contributors
|
|
34
|
+
|
|
35
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
36
|
+
|
|
3
37
|
## v0.0.22
|
|
4
38
|
|
|
5
39
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
|
|
@@ -49,240 +83,240 @@
|
|
|
49
83
|
|
|
50
84
|
- Behon Baker <behon.baker@yahoo.com>
|
|
51
85
|
|
|
52
|
-
## v0.0.18
|
|
53
|
-
|
|
54
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
|
|
55
|
-
|
|
56
|
-
### 🏡 Chore
|
|
57
|
-
|
|
58
|
-
- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
|
|
59
|
-
|
|
60
|
-
### ❤️ Contributors
|
|
61
|
-
|
|
62
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
63
|
-
|
|
64
|
-
## v0.0.17
|
|
65
|
-
|
|
66
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
|
|
67
|
-
|
|
68
|
-
### 🏡 Chore
|
|
69
|
-
|
|
70
|
-
- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
|
|
71
|
-
|
|
72
|
-
### ❤️ Contributors
|
|
73
|
-
|
|
74
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
75
|
-
|
|
76
|
-
## v0.0.16
|
|
77
|
-
|
|
78
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
79
|
-
|
|
80
|
-
### 🚀 Enhancements
|
|
81
|
-
|
|
82
|
-
- **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
|
|
83
|
-
|
|
84
|
-
### ❤️ Contributors
|
|
85
|
-
|
|
86
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
87
|
-
|
|
88
|
-
## v0.0.15
|
|
89
|
-
|
|
90
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
|
|
91
|
-
|
|
92
|
-
### 🚀 Enhancements
|
|
93
|
-
|
|
94
|
-
- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
|
|
95
|
-
|
|
96
|
-
### 🏡 Chore
|
|
97
|
-
|
|
98
|
-
- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
|
|
99
|
-
|
|
100
|
-
### ❤️ Contributors
|
|
101
|
-
|
|
102
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
103
|
-
|
|
104
|
-
## v0.0.14
|
|
105
|
-
|
|
106
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
|
|
107
|
-
|
|
108
|
-
### 🏡 Chore
|
|
109
|
-
|
|
110
|
-
- Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
|
|
111
|
-
|
|
112
|
-
### ❤️ Contributors
|
|
113
|
-
|
|
114
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
115
|
-
|
|
116
|
-
## v0.0.13
|
|
117
|
-
|
|
118
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
|
|
119
|
-
|
|
120
|
-
### 🏡 Chore
|
|
121
|
-
|
|
122
|
-
- Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
|
|
123
|
-
- Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
|
|
124
|
-
|
|
125
|
-
### ❤️ Contributors
|
|
126
|
-
|
|
127
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
128
|
-
|
|
129
|
-
## v0.0.12
|
|
130
|
-
|
|
131
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
|
|
132
|
-
|
|
133
|
-
### 🏡 Chore
|
|
134
|
-
|
|
135
|
-
- **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
|
|
136
|
-
- Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
|
|
137
|
-
|
|
138
|
-
### ❤️ Contributors
|
|
139
|
-
|
|
140
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
141
|
-
|
|
142
|
-
## v0.0.11
|
|
143
|
-
|
|
144
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
|
|
145
|
-
|
|
146
|
-
### 🚀 Enhancements
|
|
147
|
-
|
|
148
|
-
- **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
|
|
149
|
-
|
|
150
|
-
### 💅 Refactors
|
|
151
|
-
|
|
152
|
-
- **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
|
|
153
|
-
|
|
154
|
-
### 🏡 Chore
|
|
155
|
-
|
|
156
|
-
- **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
|
|
157
|
-
- **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
|
|
158
|
-
|
|
159
|
-
### ❤️ Contributors
|
|
160
|
-
|
|
161
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
162
|
-
|
|
163
|
-
## v0.0.10
|
|
164
|
-
|
|
165
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
|
|
166
|
-
|
|
167
|
-
### 🚀 Enhancements
|
|
168
|
-
|
|
169
|
-
- Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
|
|
170
|
-
|
|
171
|
-
### 📖 Documentation
|
|
172
|
-
|
|
173
|
-
- Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
|
|
174
|
-
|
|
175
|
-
### 📦 Build
|
|
176
|
-
|
|
177
|
-
- Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
|
|
178
|
-
|
|
179
|
-
### 🏡 Chore
|
|
180
|
-
|
|
181
|
-
- Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
|
|
182
|
-
|
|
183
|
-
### ❤️ Contributors
|
|
184
|
-
|
|
185
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
186
|
-
|
|
187
|
-
## v0.0.9
|
|
188
|
-
|
|
189
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
|
|
190
|
-
|
|
191
|
-
### 🩹 Fixes
|
|
192
|
-
|
|
193
|
-
- Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
|
|
194
|
-
|
|
195
|
-
### ❤️ Contributors
|
|
196
|
-
|
|
197
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
198
|
-
|
|
199
|
-
## v0.0.8
|
|
200
|
-
|
|
201
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
202
|
-
|
|
203
|
-
### 🚀 Enhancements
|
|
204
|
-
|
|
205
|
-
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
206
|
-
|
|
207
|
-
### ✅ Tests
|
|
208
|
-
|
|
209
|
-
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
210
|
-
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
211
|
-
|
|
212
|
-
### ❤️ Contributors
|
|
213
|
-
|
|
214
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
215
|
-
|
|
216
|
-
## v0.0.7
|
|
217
|
-
|
|
218
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
219
|
-
|
|
220
|
-
### 🏡 Chore
|
|
221
|
-
|
|
222
|
-
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
223
|
-
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
224
|
-
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
225
|
-
|
|
226
|
-
### ❤️ Contributors
|
|
227
|
-
|
|
228
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
229
|
-
|
|
230
|
-
## v0.0.6
|
|
231
|
-
|
|
232
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
233
|
-
|
|
234
|
-
### 🚀 Enhancements
|
|
235
|
-
|
|
236
|
-
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
237
|
-
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
238
|
-
|
|
239
|
-
### 🏡 Chore
|
|
240
|
-
|
|
241
|
-
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
242
|
-
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
243
|
-
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
244
|
-
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
245
|
-
|
|
246
|
-
### ❤️ Contributors
|
|
247
|
-
|
|
248
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
249
|
-
|
|
250
|
-
## v0.0.5
|
|
251
|
-
|
|
252
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
253
|
-
|
|
254
|
-
### 🏡 Chore
|
|
255
|
-
|
|
256
|
-
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
257
|
-
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
258
|
-
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
259
|
-
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
260
|
-
|
|
261
|
-
### ❤️ Contributors
|
|
262
|
-
|
|
263
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
264
|
-
|
|
265
|
-
## v0.0.3
|
|
266
|
-
|
|
267
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
268
|
-
|
|
269
|
-
### 🏡 Chore
|
|
270
|
-
|
|
271
|
-
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
272
|
-
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
273
|
-
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
274
|
-
|
|
275
|
-
### ❤️ Contributors
|
|
276
|
-
|
|
277
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
278
|
-
|
|
279
|
-
## v0.0.2
|
|
280
|
-
|
|
281
|
-
### 🏡 Chore
|
|
282
|
-
|
|
283
|
-
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
284
|
-
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
285
|
-
|
|
286
|
-
### ❤️ Contributors
|
|
287
|
-
|
|
288
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
86
|
+
## v0.0.18
|
|
87
|
+
|
|
88
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
|
|
89
|
+
|
|
90
|
+
### 🏡 Chore
|
|
91
|
+
|
|
92
|
+
- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
|
|
93
|
+
|
|
94
|
+
### ❤️ Contributors
|
|
95
|
+
|
|
96
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
97
|
+
|
|
98
|
+
## v0.0.17
|
|
99
|
+
|
|
100
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
|
|
101
|
+
|
|
102
|
+
### 🏡 Chore
|
|
103
|
+
|
|
104
|
+
- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
|
|
105
|
+
|
|
106
|
+
### ❤️ Contributors
|
|
107
|
+
|
|
108
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
109
|
+
|
|
110
|
+
## v0.0.16
|
|
111
|
+
|
|
112
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
113
|
+
|
|
114
|
+
### 🚀 Enhancements
|
|
115
|
+
|
|
116
|
+
- **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
|
|
117
|
+
|
|
118
|
+
### ❤️ Contributors
|
|
119
|
+
|
|
120
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
121
|
+
|
|
122
|
+
## v0.0.15
|
|
123
|
+
|
|
124
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
|
|
125
|
+
|
|
126
|
+
### 🚀 Enhancements
|
|
127
|
+
|
|
128
|
+
- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
|
|
129
|
+
|
|
130
|
+
### 🏡 Chore
|
|
131
|
+
|
|
132
|
+
- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
|
|
133
|
+
|
|
134
|
+
### ❤️ Contributors
|
|
135
|
+
|
|
136
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
137
|
+
|
|
138
|
+
## v0.0.14
|
|
139
|
+
|
|
140
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
|
|
141
|
+
|
|
142
|
+
### 🏡 Chore
|
|
143
|
+
|
|
144
|
+
- Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
|
|
145
|
+
|
|
146
|
+
### ❤️ Contributors
|
|
147
|
+
|
|
148
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
149
|
+
|
|
150
|
+
## v0.0.13
|
|
151
|
+
|
|
152
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
|
|
153
|
+
|
|
154
|
+
### 🏡 Chore
|
|
155
|
+
|
|
156
|
+
- Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
|
|
157
|
+
- Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
|
|
158
|
+
|
|
159
|
+
### ❤️ Contributors
|
|
160
|
+
|
|
161
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
162
|
+
|
|
163
|
+
## v0.0.12
|
|
164
|
+
|
|
165
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
|
|
166
|
+
|
|
167
|
+
### 🏡 Chore
|
|
168
|
+
|
|
169
|
+
- **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
|
|
170
|
+
- Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
|
|
171
|
+
|
|
172
|
+
### ❤️ Contributors
|
|
173
|
+
|
|
174
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
175
|
+
|
|
176
|
+
## v0.0.11
|
|
177
|
+
|
|
178
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
|
|
179
|
+
|
|
180
|
+
### 🚀 Enhancements
|
|
181
|
+
|
|
182
|
+
- **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
|
|
183
|
+
|
|
184
|
+
### 💅 Refactors
|
|
185
|
+
|
|
186
|
+
- **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
|
|
187
|
+
|
|
188
|
+
### 🏡 Chore
|
|
189
|
+
|
|
190
|
+
- **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
|
|
191
|
+
- **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
|
|
192
|
+
|
|
193
|
+
### ❤️ Contributors
|
|
194
|
+
|
|
195
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
196
|
+
|
|
197
|
+
## v0.0.10
|
|
198
|
+
|
|
199
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
|
|
200
|
+
|
|
201
|
+
### 🚀 Enhancements
|
|
202
|
+
|
|
203
|
+
- Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
|
|
204
|
+
|
|
205
|
+
### 📖 Documentation
|
|
206
|
+
|
|
207
|
+
- Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
|
|
208
|
+
|
|
209
|
+
### 📦 Build
|
|
210
|
+
|
|
211
|
+
- Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
|
|
212
|
+
|
|
213
|
+
### 🏡 Chore
|
|
214
|
+
|
|
215
|
+
- Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
|
|
216
|
+
|
|
217
|
+
### ❤️ Contributors
|
|
218
|
+
|
|
219
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
220
|
+
|
|
221
|
+
## v0.0.9
|
|
222
|
+
|
|
223
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
|
|
224
|
+
|
|
225
|
+
### 🩹 Fixes
|
|
226
|
+
|
|
227
|
+
- Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
|
|
228
|
+
|
|
229
|
+
### ❤️ Contributors
|
|
230
|
+
|
|
231
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
232
|
+
|
|
233
|
+
## v0.0.8
|
|
234
|
+
|
|
235
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
236
|
+
|
|
237
|
+
### 🚀 Enhancements
|
|
238
|
+
|
|
239
|
+
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
240
|
+
|
|
241
|
+
### ✅ Tests
|
|
242
|
+
|
|
243
|
+
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
244
|
+
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
245
|
+
|
|
246
|
+
### ❤️ Contributors
|
|
247
|
+
|
|
248
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
249
|
+
|
|
250
|
+
## v0.0.7
|
|
251
|
+
|
|
252
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
253
|
+
|
|
254
|
+
### 🏡 Chore
|
|
255
|
+
|
|
256
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
257
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
258
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
259
|
+
|
|
260
|
+
### ❤️ Contributors
|
|
261
|
+
|
|
262
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
263
|
+
|
|
264
|
+
## v0.0.6
|
|
265
|
+
|
|
266
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
267
|
+
|
|
268
|
+
### 🚀 Enhancements
|
|
269
|
+
|
|
270
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
271
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
272
|
+
|
|
273
|
+
### 🏡 Chore
|
|
274
|
+
|
|
275
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
276
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
277
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
278
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
279
|
+
|
|
280
|
+
### ❤️ Contributors
|
|
281
|
+
|
|
282
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
283
|
+
|
|
284
|
+
## v0.0.5
|
|
285
|
+
|
|
286
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
287
|
+
|
|
288
|
+
### 🏡 Chore
|
|
289
|
+
|
|
290
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
291
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
292
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
293
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
294
|
+
|
|
295
|
+
### ❤️ Contributors
|
|
296
|
+
|
|
297
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
298
|
+
|
|
299
|
+
## v0.0.3
|
|
300
|
+
|
|
301
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
302
|
+
|
|
303
|
+
### 🏡 Chore
|
|
304
|
+
|
|
305
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
306
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
307
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
308
|
+
|
|
309
|
+
### ❤️ Contributors
|
|
310
|
+
|
|
311
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
312
|
+
|
|
313
|
+
## v0.0.2
|
|
314
|
+
|
|
315
|
+
### 🏡 Chore
|
|
316
|
+
|
|
317
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
318
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
319
|
+
|
|
320
|
+
### ❤️ Contributors
|
|
321
|
+
|
|
322
|
+
- Behon Baker <behon.baker@yahoo.com>
|