create-digigov-app 0.7.1 → 0.8.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-digigov-app",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "Create a DigiGOV App with ease",
5
5
  "bin": "cli.js",
6
6
  "files": [
@@ -25,9 +25,9 @@
25
25
  "validate-npm-package-name": "3.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@digigov/cli": "0.5.27",
29
- "@digigov/cli-lint": "0.5.28",
30
- "@digigov/cli-test": "0.6.0",
28
+ "@digigov/cli": "0.6.0",
29
+ "@digigov/cli-lint": "0.5.29",
30
+ "@digigov/cli-test": "0.7.0",
31
31
  "typescript": "4.2.3"
32
32
  },
33
33
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "typescript": "4.2.3",
27
- "@types/node": "14.14.9",
27
+ "@types/node": "16.6.2",
28
28
  "@types/react": "16.9.56",
29
29
  "@types/react-dom": "16.9.9",
30
30
  "@types/enzyme": "3.10.8",
package/CHANGELOG.json DELETED
@@ -1,562 +0,0 @@
1
- {
2
- "name": "create-digigov-app",
3
- "entries": [
4
- {
5
- "version": "0.7.1",
6
- "tag": "create-digigov-app_v0.7.1",
7
- "date": "Thu, 24 Feb 2022 14:51:06 GMT",
8
- "comments": {
9
- "patch": [
10
- {
11
- "comment": "Add tests for typescript template"
12
- }
13
- ],
14
- "dependency": [
15
- {
16
- "comment": "Updating dependency \"@digigov/cli-test\" from `0.5.26` to `0.6.0`"
17
- }
18
- ]
19
- }
20
- },
21
- {
22
- "version": "0.7.0",
23
- "tag": "create-digigov-app_v0.7.0",
24
- "date": "Mon, 14 Feb 2022 11:53:09 GMT",
25
- "comments": {
26
- "minor": [
27
- {
28
- "comment": "Eeplace @digigov/react-core with @digigov/ui"
29
- }
30
- ]
31
- }
32
- },
33
- {
34
- "version": "0.6.4",
35
- "tag": "create-digigov-app_v0.6.4",
36
- "date": "Mon, 14 Feb 2022 09:56:29 GMT",
37
- "comments": {
38
- "dependency": [
39
- {
40
- "comment": "Updating dependency \"@digigov/cli\" from `0.5.26` to `0.5.27`"
41
- }
42
- ]
43
- }
44
- },
45
- {
46
- "version": "0.6.3",
47
- "tag": "create-digigov-app_v0.6.3",
48
- "date": "Thu, 10 Feb 2022 13:45:56 GMT",
49
- "comments": {
50
- "dependency": [
51
- {
52
- "comment": "Updating dependency \"@digigov/cli\" from `0.5.25` to `0.5.26`"
53
- },
54
- {
55
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.27` to `0.5.28`"
56
- },
57
- {
58
- "comment": "Updating dependency \"@digigov/cli-test\" from `0.5.25` to `0.5.26`"
59
- }
60
- ]
61
- }
62
- },
63
- {
64
- "version": "0.6.2",
65
- "tag": "create-digigov-app_v0.6.2",
66
- "date": "Tue, 08 Feb 2022 15:21:11 GMT",
67
- "comments": {
68
- "dependency": [
69
- {
70
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.26` to `0.5.27`"
71
- }
72
- ]
73
- }
74
- },
75
- {
76
- "version": "0.6.1",
77
- "tag": "create-digigov-app_v0.6.1",
78
- "date": "Wed, 02 Feb 2022 15:44:29 GMT",
79
- "comments": {
80
- "dependency": [
81
- {
82
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.25` to `0.5.26`"
83
- },
84
- {
85
- "comment": "Updating dependency \"@digigov/cli-test\" from `0.5.24` to `0.5.25`"
86
- }
87
- ]
88
- }
89
- },
90
- {
91
- "version": "0.6.0",
92
- "tag": "create-digigov-app_v0.6.0",
93
- "date": "Mon, 31 Jan 2022 13:42:21 GMT",
94
- "comments": {
95
- "patch": [
96
- {
97
- "comment": "Add and remove css files for ts and js projects and add needed dependencies"
98
- }
99
- ],
100
- "minor": [
101
- {
102
- "comment": "Refactor templates to use @digigov/react-core"
103
- }
104
- ]
105
- }
106
- },
107
- {
108
- "version": "0.5.0",
109
- "tag": "create-digigov-app_v0.5.0",
110
- "date": "Thu, 30 Dec 2021 12:54:03 GMT",
111
- "comments": {
112
- "minor": [
113
- {
114
- "comment": "Update scaffolder's templates including @digigov/css configuration"
115
- }
116
- ]
117
- }
118
- },
119
- {
120
- "version": "0.4.1",
121
- "tag": "create-digigov-app_v0.4.1",
122
- "date": "Tue, 02 Nov 2021 13:03:39 GMT",
123
- "comments": {
124
- "dependency": [
125
- {
126
- "comment": "Updating dependency \"@digigov/cli\" from `0.5.24` to `0.5.25`"
127
- }
128
- ]
129
- }
130
- },
131
- {
132
- "version": "0.4.0",
133
- "tag": "create-digigov-app_v0.4.0",
134
- "date": "Wed, 22 Sep 2021 10:15:42 GMT",
135
- "comments": {
136
- "minor": [
137
- {
138
- "comment": "create common layout component"
139
- },
140
- {
141
- "comment": "Create a default `src/pages/404.js|ts` page when a new Digigov app codebase is generated from scratch"
142
- }
143
- ],
144
- "patch": [
145
- {
146
- "comment": "Add README to the tool codebase"
147
- }
148
- ],
149
- "dependency": [
150
- {
151
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.24` to `0.5.25`"
152
- }
153
- ]
154
- }
155
- },
156
- {
157
- "version": "0.3.24",
158
- "tag": "create-digigov-app_v0.3.24",
159
- "date": "Tue, 24 Aug 2021 13:55:40 GMT",
160
- "comments": {
161
- "patch": [
162
- {
163
- "comment": "Add digigovrc.js path to gitignore when a new Digigov Application is generated"
164
- }
165
- ]
166
- }
167
- },
168
- {
169
- "version": "0.3.23",
170
- "tag": "create-digigov-app_v0.3.23",
171
- "date": "Thu, 12 Aug 2021 08:56:35 GMT",
172
- "comments": {
173
- "dependency": [
174
- {
175
- "comment": "Dependency @digigov/cli version bump from 0.5.23 to 0.5.24."
176
- },
177
- {
178
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.23 to 0.5.24."
179
- },
180
- {
181
- "comment": "Dependency @digigov/cli-test version bump from 0.5.23 to 0.5.24."
182
- }
183
- ]
184
- }
185
- },
186
- {
187
- "version": "0.3.22",
188
- "tag": "create-digigov-app_v0.3.22",
189
- "date": "Thu, 12 Aug 2021 06:18:14 GMT",
190
- "comments": {
191
- "dependency": [
192
- {
193
- "comment": "Dependency @digigov/cli version bump from 0.5.22 to 0.5.23."
194
- },
195
- {
196
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.22 to 0.5.23."
197
- },
198
- {
199
- "comment": "Dependency @digigov/cli-test version bump from 0.5.22 to 0.5.23."
200
- }
201
- ]
202
- }
203
- },
204
- {
205
- "version": "0.3.21",
206
- "tag": "create-digigov-app_v0.3.21",
207
- "date": "Tue, 03 Aug 2021 12:09:02 GMT",
208
- "comments": {
209
- "dependency": [
210
- {
211
- "comment": "Dependency @digigov/cli version bump from 0.5.21 to 0.5.22."
212
- },
213
- {
214
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.21 to 0.5.22."
215
- },
216
- {
217
- "comment": "Dependency @digigov/cli-test version bump from 0.5.21 to 0.5.22."
218
- }
219
- ]
220
- }
221
- },
222
- {
223
- "version": "0.3.20",
224
- "tag": "create-digigov-app_v0.3.20",
225
- "date": "Tue, 03 Aug 2021 10:22:51 GMT",
226
- "comments": {
227
- "dependency": [
228
- {
229
- "comment": "Dependency @digigov/cli version bump from 0.5.20 to 0.5.21."
230
- },
231
- {
232
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.20 to 0.5.21."
233
- },
234
- {
235
- "comment": "Dependency @digigov/cli-test version bump from 0.5.20 to 0.5.21."
236
- }
237
- ]
238
- }
239
- },
240
- {
241
- "version": "0.3.19",
242
- "tag": "create-digigov-app_v0.3.19",
243
- "date": "Fri, 30 Jul 2021 13:01:30 GMT",
244
- "comments": {
245
- "dependency": [
246
- {
247
- "comment": "Dependency @digigov/cli version bump from 0.5.19 to 0.5.20."
248
- },
249
- {
250
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.19 to 0.5.20."
251
- },
252
- {
253
- "comment": "Dependency @digigov/cli-test version bump from 0.5.19 to 0.5.20."
254
- }
255
- ]
256
- }
257
- },
258
- {
259
- "version": "0.3.18",
260
- "tag": "create-digigov-app_v0.3.18",
261
- "date": "Fri, 30 Jul 2021 11:35:29 GMT",
262
- "comments": {
263
- "dependency": [
264
- {
265
- "comment": "Dependency @digigov/cli version bump from 0.5.18 to 0.5.19."
266
- },
267
- {
268
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.18 to 0.5.19."
269
- },
270
- {
271
- "comment": "Dependency @digigov/cli-test version bump from 0.5.18 to 0.5.19."
272
- }
273
- ]
274
- }
275
- },
276
- {
277
- "version": "0.3.17",
278
- "tag": "create-digigov-app_v0.3.17",
279
- "date": "Fri, 30 Jul 2021 10:46:37 GMT",
280
- "comments": {
281
- "dependency": [
282
- {
283
- "comment": "Dependency @digigov/cli version bump from 0.5.17 to 0.5.18."
284
- },
285
- {
286
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.17 to 0.5.18."
287
- },
288
- {
289
- "comment": "Dependency @digigov/cli-test version bump from 0.5.17 to 0.5.18."
290
- }
291
- ]
292
- }
293
- },
294
- {
295
- "version": "0.3.16",
296
- "tag": "create-digigov-app_v0.3.16",
297
- "date": "Fri, 30 Jul 2021 08:49:46 GMT",
298
- "comments": {
299
- "dependency": [
300
- {
301
- "comment": "Dependency @digigov/cli version bump from 0.5.16 to 0.5.17."
302
- },
303
- {
304
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.16 to 0.5.17."
305
- },
306
- {
307
- "comment": "Dependency @digigov/cli-test version bump from 0.5.16 to 0.5.17."
308
- }
309
- ]
310
- }
311
- },
312
- {
313
- "version": "0.3.15",
314
- "tag": "create-digigov-app_v0.3.15",
315
- "date": "Fri, 30 Jul 2021 07:46:24 GMT",
316
- "comments": {
317
- "dependency": [
318
- {
319
- "comment": "Dependency @digigov/cli version bump from 0.5.15 to 0.5.16."
320
- },
321
- {
322
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.15 to 0.5.16."
323
- },
324
- {
325
- "comment": "Dependency @digigov/cli-test version bump from 0.5.15 to 0.5.16."
326
- }
327
- ]
328
- }
329
- },
330
- {
331
- "version": "0.3.14",
332
- "tag": "create-digigov-app_v0.3.14",
333
- "date": "Tue, 27 Jul 2021 10:14:43 GMT",
334
- "comments": {
335
- "dependency": [
336
- {
337
- "comment": "Dependency @digigov/cli version bump from 0.5.14 to 0.5.15."
338
- },
339
- {
340
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.14 to 0.5.15."
341
- },
342
- {
343
- "comment": "Dependency @digigov/cli-test version bump from 0.5.14 to 0.5.15."
344
- }
345
- ]
346
- }
347
- },
348
- {
349
- "version": "0.3.13",
350
- "tag": "create-digigov-app_v0.3.13",
351
- "date": "Thu, 15 Jul 2021 11:16:22 GMT",
352
- "comments": {
353
- "dependency": [
354
- {
355
- "comment": "Dependency @digigov/cli version bump from 0.5.13 to 0.5.14."
356
- },
357
- {
358
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.13 to 0.5.14."
359
- },
360
- {
361
- "comment": "Dependency @digigov/cli-test version bump from 0.5.13 to 0.5.14."
362
- }
363
- ]
364
- }
365
- },
366
- {
367
- "version": "0.3.12",
368
- "tag": "create-digigov-app_v0.3.12",
369
- "date": "Fri, 09 Jul 2021 08:59:32 GMT",
370
- "comments": {
371
- "dependency": [
372
- {
373
- "comment": "Dependency @digigov/cli version bump from 0.5.12 to 0.5.13."
374
- },
375
- {
376
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.12 to 0.5.13."
377
- },
378
- {
379
- "comment": "Dependency @digigov/cli-test version bump from 0.5.12 to 0.5.13."
380
- }
381
- ]
382
- }
383
- },
384
- {
385
- "version": "0.3.11",
386
- "tag": "create-digigov-app_v0.3.11",
387
- "date": "Thu, 08 Jul 2021 15:08:50 GMT",
388
- "comments": {
389
- "dependency": [
390
- {
391
- "comment": "Dependency @digigov/cli version bump from 0.5.11 to 0.5.12."
392
- },
393
- {
394
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.11 to 0.5.12."
395
- },
396
- {
397
- "comment": "Dependency @digigov/cli-test version bump from 0.5.11 to 0.5.12."
398
- }
399
- ]
400
- }
401
- },
402
- {
403
- "version": "0.3.10",
404
- "tag": "create-digigov-app_v0.3.10",
405
- "date": "Wed, 30 Jun 2021 12:09:21 GMT",
406
- "comments": {
407
- "dependency": [
408
- {
409
- "comment": "Dependency @digigov/cli version bump from 0.5.10 to 0.5.11."
410
- },
411
- {
412
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.10 to 0.5.11."
413
- },
414
- {
415
- "comment": "Dependency @digigov/cli-test version bump from 0.5.10 to 0.5.11."
416
- }
417
- ]
418
- }
419
- },
420
- {
421
- "version": "0.3.9",
422
- "tag": "create-digigov-app_v0.3.9",
423
- "date": "Wed, 23 Jun 2021 13:04:19 GMT",
424
- "comments": {
425
- "dependency": [
426
- {
427
- "comment": "Dependency @digigov/cli version bump from 0.5.9 to 0.5.10."
428
- },
429
- {
430
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.9 to 0.5.10."
431
- },
432
- {
433
- "comment": "Dependency @digigov/cli-test version bump from 0.5.9 to 0.5.10."
434
- }
435
- ]
436
- }
437
- },
438
- {
439
- "version": "0.3.8",
440
- "tag": "create-digigov-app_v0.3.8",
441
- "date": "Wed, 02 Jun 2021 12:04:27 GMT",
442
- "comments": {
443
- "dependency": [
444
- {
445
- "comment": "Dependency @digigov/cli version bump from 0.5.8 to 0.5.9."
446
- },
447
- {
448
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.8 to 0.5.9."
449
- },
450
- {
451
- "comment": "Dependency @digigov/cli-test version bump from 0.5.8 to 0.5.9."
452
- }
453
- ]
454
- }
455
- },
456
- {
457
- "version": "0.3.7",
458
- "tag": "create-digigov-app_v0.3.7",
459
- "date": "Wed, 02 Jun 2021 08:33:44 GMT",
460
- "comments": {
461
- "dependency": [
462
- {
463
- "comment": "Dependency @digigov/cli version bump from 0.5.7 to 0.5.8."
464
- },
465
- {
466
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.7 to 0.5.8."
467
- },
468
- {
469
- "comment": "Dependency @digigov/cli-test version bump from 0.5.7 to 0.5.8."
470
- }
471
- ]
472
- }
473
- },
474
- {
475
- "version": "0.3.6",
476
- "tag": "create-digigov-app_v0.3.6",
477
- "date": "Wed, 05 May 2021 14:11:41 GMT",
478
- "comments": {
479
- "dependency": [
480
- {
481
- "comment": "Dependency @digigov/cli version bump from 0.5.6 to 0.5.7."
482
- },
483
- {
484
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.6 to 0.5.7."
485
- },
486
- {
487
- "comment": "Dependency @digigov/cli-test version bump from 0.5.6 to 0.5.7."
488
- }
489
- ]
490
- }
491
- },
492
- {
493
- "version": "0.3.5",
494
- "tag": "create-digigov-app_v0.3.5",
495
- "date": "Thu, 22 Apr 2021 15:04:42 GMT",
496
- "comments": {
497
- "dependency": [
498
- {
499
- "comment": "Dependency @digigov/cli version bump from 0.5.5 to 0.5.6."
500
- },
501
- {
502
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.5 to 0.5.6."
503
- },
504
- {
505
- "comment": "Dependency @digigov/cli-test version bump from 0.5.5 to 0.5.6."
506
- }
507
- ]
508
- }
509
- },
510
- {
511
- "version": "0.3.4",
512
- "tag": "create-digigov-app_v0.3.4",
513
- "date": "Thu, 22 Apr 2021 14:39:18 GMT",
514
- "comments": {
515
- "dependency": [
516
- {
517
- "comment": "Dependency @digigov/cli version bump from 0.5.4 to 0.5.5."
518
- },
519
- {
520
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.4 to 0.5.5."
521
- },
522
- {
523
- "comment": "Dependency @digigov/cli-test version bump from 0.5.4 to 0.5.5."
524
- }
525
- ]
526
- }
527
- },
528
- {
529
- "version": "0.3.3",
530
- "tag": "create-digigov-app_v0.3.3",
531
- "date": "Thu, 22 Apr 2021 14:06:40 GMT",
532
- "comments": {
533
- "dependency": [
534
- {
535
- "comment": "Dependency @digigov/cli version bump from 0.5.3 to 0.5.4."
536
- },
537
- {
538
- "comment": "Dependency @digigov/cli-lint version bump from 0.5.3 to 0.5.4."
539
- },
540
- {
541
- "comment": "Dependency @digigov/cli-test version bump from 0.5.3 to 0.5.4."
542
- }
543
- ]
544
- }
545
- },
546
- {
547
- "version": "0.3.2",
548
- "tag": "create-digigov-app_v0.3.2",
549
- "date": "Thu, 22 Apr 2021 12:56:25 GMT",
550
- "comments": {
551
- "dependency": [
552
- {
553
- "comment": "Dependency @digigov/cli-lint version bump from 0.3.1 to 0.5.3."
554
- },
555
- {
556
- "comment": "Dependency @digigov/cli-test version bump from 0.3.1 to 0.5.3."
557
- }
558
- ]
559
- }
560
- }
561
- ]
562
- }
package/CHANGELOG.md DELETED
@@ -1,190 +0,0 @@
1
- # Change Log - create-digigov-app
2
-
3
- This log was last generated on Thu, 24 Feb 2022 14:51:06 GMT and should not be manually modified.
4
-
5
- ## 0.7.1
6
- Thu, 24 Feb 2022 14:51:06 GMT
7
-
8
- ### Patches
9
-
10
- - Add tests for typescript template
11
-
12
- ## 0.7.0
13
- Mon, 14 Feb 2022 11:53:09 GMT
14
-
15
- ### Minor changes
16
-
17
- - Eeplace @digigov/react-core with @digigov/ui
18
-
19
- ## 0.6.4
20
- Mon, 14 Feb 2022 09:56:29 GMT
21
-
22
- _Version update only_
23
-
24
- ## 0.6.3
25
- Thu, 10 Feb 2022 13:45:56 GMT
26
-
27
- _Version update only_
28
-
29
- ## 0.6.2
30
- Tue, 08 Feb 2022 15:21:11 GMT
31
-
32
- _Version update only_
33
-
34
- ## 0.6.1
35
- Wed, 02 Feb 2022 15:44:29 GMT
36
-
37
- _Version update only_
38
-
39
- ## 0.6.0
40
- Mon, 31 Jan 2022 13:42:21 GMT
41
-
42
- ### Minor changes
43
-
44
- - Refactor templates to use @digigov/react-core
45
-
46
- ### Patches
47
-
48
- - Add and remove css files for ts and js projects and add needed dependencies
49
-
50
- ## 0.5.0
51
- Thu, 30 Dec 2021 12:54:03 GMT
52
-
53
- ### Minor changes
54
-
55
- - Update scaffolder's templates including @digigov/css configuration
56
-
57
- ## 0.4.1
58
- Tue, 02 Nov 2021 13:03:39 GMT
59
-
60
- _Version update only_
61
-
62
- ## 0.4.0
63
- Wed, 22 Sep 2021 10:15:42 GMT
64
-
65
- ### Minor changes
66
-
67
- - create common layout component
68
- - Create a default `src/pages/404.js|ts` page when a new Digigov app codebase is generated from scratch
69
-
70
- ### Patches
71
-
72
- - Add README to the tool codebase
73
-
74
- ## 0.3.24
75
- Tue, 24 Aug 2021 13:55:40 GMT
76
-
77
- ### Patches
78
-
79
- - Add digigovrc.js path to gitignore when a new Digigov Application is generated
80
-
81
- ## 0.3.23
82
- Thu, 12 Aug 2021 08:56:35 GMT
83
-
84
- _Version update only_
85
-
86
- ## 0.3.22
87
- Thu, 12 Aug 2021 06:18:14 GMT
88
-
89
- _Version update only_
90
-
91
- ## 0.3.21
92
- Tue, 03 Aug 2021 12:09:02 GMT
93
-
94
- _Version update only_
95
-
96
- ## 0.3.20
97
- Tue, 03 Aug 2021 10:22:51 GMT
98
-
99
- _Version update only_
100
-
101
- ## 0.3.19
102
- Fri, 30 Jul 2021 13:01:30 GMT
103
-
104
- _Version update only_
105
-
106
- ## 0.3.18
107
- Fri, 30 Jul 2021 11:35:29 GMT
108
-
109
- _Version update only_
110
-
111
- ## 0.3.17
112
- Fri, 30 Jul 2021 10:46:37 GMT
113
-
114
- _Version update only_
115
-
116
- ## 0.3.16
117
- Fri, 30 Jul 2021 08:49:46 GMT
118
-
119
- _Version update only_
120
-
121
- ## 0.3.15
122
- Fri, 30 Jul 2021 07:46:24 GMT
123
-
124
- _Version update only_
125
-
126
- ## 0.3.14
127
- Tue, 27 Jul 2021 10:14:43 GMT
128
-
129
- _Version update only_
130
-
131
- ## 0.3.13
132
- Thu, 15 Jul 2021 11:16:22 GMT
133
-
134
- _Version update only_
135
-
136
- ## 0.3.12
137
- Fri, 09 Jul 2021 08:59:32 GMT
138
-
139
- _Version update only_
140
-
141
- ## 0.3.11
142
- Thu, 08 Jul 2021 15:08:50 GMT
143
-
144
- _Version update only_
145
-
146
- ## 0.3.10
147
- Wed, 30 Jun 2021 12:09:21 GMT
148
-
149
- _Version update only_
150
-
151
- ## 0.3.9
152
- Wed, 23 Jun 2021 13:04:19 GMT
153
-
154
- _Version update only_
155
-
156
- ## 0.3.8
157
- Wed, 02 Jun 2021 12:04:27 GMT
158
-
159
- _Version update only_
160
-
161
- ## 0.3.7
162
- Wed, 02 Jun 2021 08:33:44 GMT
163
-
164
- _Version update only_
165
-
166
- ## 0.3.6
167
- Wed, 05 May 2021 14:11:41 GMT
168
-
169
- _Version update only_
170
-
171
- ## 0.3.5
172
- Thu, 22 Apr 2021 15:04:42 GMT
173
-
174
- _Version update only_
175
-
176
- ## 0.3.4
177
- Thu, 22 Apr 2021 14:39:18 GMT
178
-
179
- _Version update only_
180
-
181
- ## 0.3.3
182
- Thu, 22 Apr 2021 14:06:40 GMT
183
-
184
- _Version update only_
185
-
186
- ## 0.3.2
187
- Thu, 22 Apr 2021 12:56:25 GMT
188
-
189
- _Initial release_
190
-