@betterstore/react 0.3.88 → 0.5.3

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.
Files changed (107) hide show
  1. package/dist/components/cart/useCart.d.ts +1 -0
  2. package/dist/components/cart/useCart.d.ts.map +1 -0
  3. package/dist/components/checkout-embed/appearance.d.ts +2 -1
  4. package/dist/components/checkout-embed/appearance.d.ts.map +1 -0
  5. package/dist/components/checkout-embed/checkout-form-loading.d.ts +2 -2
  6. package/dist/components/checkout-embed/checkout-form-loading.d.ts.map +1 -0
  7. package/dist/components/checkout-embed/checkout-form.d.ts +2 -2
  8. package/dist/components/checkout-embed/checkout-form.d.ts.map +1 -0
  9. package/dist/components/checkout-embed/checkout-schema.d.ts +1 -0
  10. package/dist/components/checkout-embed/checkout-schema.d.ts.map +1 -0
  11. package/dist/components/checkout-embed/index.d.ts +3 -2
  12. package/dist/components/checkout-embed/index.d.ts.map +1 -0
  13. package/dist/components/checkout-embed/steps/customer/address-input.d.ts +2 -2
  14. package/dist/components/checkout-embed/steps/customer/address-input.d.ts.map +1 -0
  15. package/dist/components/checkout-embed/steps/customer/address-utils.d.ts +1 -0
  16. package/dist/components/checkout-embed/steps/customer/address-utils.d.ts.map +1 -0
  17. package/dist/components/checkout-embed/steps/customer/form.d.ts +2 -2
  18. package/dist/components/checkout-embed/steps/customer/form.d.ts.map +1 -0
  19. package/dist/components/checkout-embed/steps/payment/form.d.ts +2 -2
  20. package/dist/components/checkout-embed/steps/payment/form.d.ts.map +1 -0
  21. package/dist/components/checkout-embed/steps/shipping/form.d.ts +2 -2
  22. package/dist/components/checkout-embed/steps/shipping/form.d.ts.map +1 -0
  23. package/dist/components/checkout-embed/steps/shipping/providers/zasilkovna.d.ts +2 -1
  24. package/dist/components/checkout-embed/steps/shipping/providers/zasilkovna.d.ts.map +1 -0
  25. package/dist/components/checkout-embed/steps/shipping/shipping-option-wrapper.d.ts +2 -1
  26. package/dist/components/checkout-embed/steps/shipping/shipping-option-wrapper.d.ts.map +1 -0
  27. package/dist/components/checkout-embed/steps/summary/discount-code.d.ts +2 -2
  28. package/dist/components/checkout-embed/steps/summary/discount-code.d.ts.map +1 -0
  29. package/dist/components/checkout-embed/steps/summary/index.d.ts +2 -2
  30. package/dist/components/checkout-embed/steps/summary/index.d.ts.map +1 -0
  31. package/dist/components/checkout-embed/steps/summary/loading.d.ts +2 -2
  32. package/dist/components/checkout-embed/steps/summary/loading.d.ts.map +1 -0
  33. package/dist/components/checkout-embed/useFormStore.d.ts +1 -0
  34. package/dist/components/checkout-embed/useFormStore.d.ts.map +1 -0
  35. package/dist/components/compounds/form/country-dropdown.d.ts +1 -0
  36. package/dist/components/compounds/form/country-dropdown.d.ts.map +1 -0
  37. package/dist/components/compounds/form/form-messages.d.ts +2 -1
  38. package/dist/components/compounds/form/form-messages.d.ts.map +1 -0
  39. package/dist/components/compounds/form/input-group.d.ts +3 -2
  40. package/dist/components/compounds/form/input-group.d.ts.map +1 -0
  41. package/dist/components/compounds/form/submit-button.d.ts +3 -3
  42. package/dist/components/compounds/form/submit-button.d.ts.map +1 -0
  43. package/dist/components/iframe-wrapper.d.ts +2 -1
  44. package/dist/components/iframe-wrapper.d.ts.map +1 -0
  45. package/dist/components/index.d.ts +1 -0
  46. package/dist/components/index.d.ts.map +1 -0
  47. package/dist/components/payment-element/appearance.d.ts +1 -0
  48. package/dist/components/payment-element/appearance.d.ts.map +1 -0
  49. package/dist/components/payment-element/checkout-form.d.ts +2 -1
  50. package/dist/components/payment-element/checkout-form.d.ts.map +1 -0
  51. package/dist/components/payment-element/index.d.ts +2 -1
  52. package/dist/components/payment-element/index.d.ts.map +1 -0
  53. package/dist/components/payment-element/useCheckout.d.ts +1 -0
  54. package/dist/components/payment-element/useCheckout.d.ts.map +1 -0
  55. package/dist/components/ui/button.d.ts +2 -1
  56. package/dist/components/ui/button.d.ts.map +1 -0
  57. package/dist/components/ui/checkbox.d.ts +2 -1
  58. package/dist/components/ui/checkbox.d.ts.map +1 -0
  59. package/dist/components/ui/command.d.ts +13 -12
  60. package/dist/components/ui/command.d.ts.map +1 -0
  61. package/dist/components/ui/dialog.d.ts +11 -10
  62. package/dist/components/ui/dialog.d.ts.map +1 -0
  63. package/dist/components/ui/dropdown-menu.d.ts +18 -17
  64. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  65. package/dist/components/ui/form.d.ts +7 -6
  66. package/dist/components/ui/form.d.ts.map +1 -0
  67. package/dist/components/ui/input.d.ts +2 -1
  68. package/dist/components/ui/input.d.ts.map +1 -0
  69. package/dist/components/ui/label.d.ts +2 -1
  70. package/dist/components/ui/label.d.ts.map +1 -0
  71. package/dist/components/ui/popover.d.ts +7 -6
  72. package/dist/components/ui/popover.d.ts.map +1 -0
  73. package/dist/components/ui/radio-group.d.ts +4 -3
  74. package/dist/components/ui/radio-group.d.ts.map +1 -0
  75. package/dist/components/ui/select.d.ts +11 -10
  76. package/dist/components/ui/select.d.ts.map +1 -0
  77. package/dist/components/ui/skeleton.d.ts +2 -1
  78. package/dist/components/ui/skeleton.d.ts.map +1 -0
  79. package/dist/components/ui/sonner.d.ts +2 -2
  80. package/dist/components/ui/sonner.d.ts.map +1 -0
  81. package/dist/dev/dev.d.ts +2 -0
  82. package/dist/dev/dev.d.ts.map +1 -0
  83. package/dist/i18n/index.d.ts +1 -0
  84. package/dist/i18n/index.d.ts.map +1 -0
  85. package/dist/index.cjs.js +425 -614
  86. package/dist/index.d.ts +1 -0
  87. package/dist/index.d.ts.map +1 -0
  88. package/dist/index.mjs +425 -614
  89. package/dist/lib/betterstore.d.ts +9 -0
  90. package/dist/lib/betterstore.d.ts.map +1 -0
  91. package/dist/lib/error-message-utils.d.ts +1 -0
  92. package/dist/lib/error-message-utils.d.ts.map +1 -0
  93. package/dist/lib/utils.d.ts +1 -0
  94. package/dist/lib/utils.d.ts.map +1 -0
  95. package/dist/types.d.ts +2 -1
  96. package/dist/types.d.ts.map +1 -0
  97. package/package.json +33 -35
  98. package/.prettierignore +0 -3
  99. package/.prettierrc +0 -8
  100. package/CHANGELOG.md +0 -908
  101. package/CONTRIBUTING.md +0 -52
  102. package/LICENSE +0 -21
  103. package/README.md +0 -34
  104. package/components.json +0 -21
  105. package/postcss.config.cjs +0 -6
  106. package/rollup.config.mjs +0 -103
  107. package/tailwind.config.js +0 -12
package/CHANGELOG.md DELETED
@@ -1,908 +0,0 @@
1
- # @betterstore/sdk
2
-
3
- ## 0.3.88
4
-
5
- ### Patch Changes
6
-
7
- - new metadata for order item
8
-
9
- ## 0.3.87
10
-
11
- ### Patch Changes
12
-
13
- - product variant description added
14
-
15
- ## 0.3.86
16
-
17
- ### Patch Changes
18
-
19
- - text for cz locale fixes
20
-
21
- ## 0.3.85
22
-
23
- ### Patch Changes
24
-
25
- - bug fixes
26
-
27
- ## 0.3.84
28
-
29
- ### Patch Changes
30
-
31
- - bug fixes
32
-
33
- ## 0.3.83
34
-
35
- ### Patch Changes
36
-
37
- - bug fixes
38
-
39
- ## 0.3.82
40
-
41
- ### Patch Changes
42
-
43
- - bug fix
44
-
45
- ## 0.3.81
46
-
47
- ### Patch Changes
48
-
49
- - debugging
50
-
51
- ## 0.3.80
52
-
53
- ### Patch Changes
54
-
55
- - bug fixes
56
-
57
- ## 0.3.79
58
-
59
- ### Patch Changes
60
-
61
- - bug fixes
62
-
63
- ## 0.3.78
64
-
65
- ### Patch Changes
66
-
67
- - bug fixes payment
68
-
69
- ## 0.3.77
70
-
71
- ### Patch Changes
72
-
73
- - payment bug fixes
74
-
75
- ## 0.3.76
76
-
77
- ### Patch Changes
78
-
79
- - bug fix
80
-
81
- ## 0.3.75
82
-
83
- ### Patch Changes
84
-
85
- - bug fixes
86
-
87
- ## 0.3.74
88
-
89
- ### Patch Changes
90
-
91
- - bug fix
92
-
93
- ## 0.3.73
94
-
95
- ### Patch Changes
96
-
97
- - bug fixes
98
-
99
- ## 0.3.72
100
-
101
- ### Patch Changes
102
-
103
- - bug fixes
104
-
105
- ## 0.3.71
106
-
107
- ### Patch Changes
108
-
109
- - bug fixes
110
-
111
- ## 0.3.70
112
-
113
- ### Patch Changes
114
-
115
- - test bug fix
116
-
117
- ## 0.3.69
118
-
119
- ### Patch Changes
120
-
121
- - bug fix
122
-
123
- ## 0.3.68
124
-
125
- ### Patch Changes
126
-
127
- - bug fix
128
-
129
- ## 0.3.67
130
-
131
- ### Patch Changes
132
-
133
- - chat gpt motion bug fix test
134
-
135
- ## 0.3.66
136
-
137
- ### Patch Changes
138
-
139
- - bug fix test chatgpt
140
-
141
- ## 0.3.65
142
-
143
- ### Patch Changes
144
-
145
- - pe bug fix
146
-
147
- ## 0.3.64
148
-
149
- ### Patch Changes
150
-
151
- - new approach test
152
-
153
- ## 0.3.63
154
-
155
- ### Patch Changes
156
-
157
- - bug fixes
158
-
159
- ## 0.3.62
160
-
161
- ### Patch Changes
162
-
163
- - bug fix
164
-
165
- ## 0.3.61
166
-
167
- ### Patch Changes
168
-
169
- - bug fixes
170
-
171
- ## 0.3.60
172
-
173
- ### Patch Changes
174
-
175
- - pe bug fixes
176
-
177
- ## 0.3.59
178
-
179
- ### Patch Changes
180
-
181
- - bug fixes
182
-
183
- ## 0.3.58
184
-
185
- ### Patch Changes
186
-
187
- - bug fixes
188
-
189
- ## 0.3.57
190
-
191
- ### Patch Changes
192
-
193
- - pe bug fixes
194
-
195
- ## 0.3.56
196
-
197
- ### Patch Changes
198
-
199
- - pe fix
200
-
201
- ## 0.3.55
202
-
203
- ### Patch Changes
204
-
205
- - stripe portal payment elemt
206
-
207
- ## 0.3.54
208
-
209
- ### Patch Changes
210
-
211
- - payment element portal tes
212
-
213
- ## 0.3.53
214
-
215
- ### Patch Changes
216
-
217
- - payment portal test
218
-
219
- ## 0.3.52
220
-
221
- ### Patch Changes
222
-
223
- - payment element portal implementation test
224
-
225
- ## 0.3.51
226
-
227
- ### Patch Changes
228
-
229
- - bug fixes
230
-
231
- ## 0.3.50
232
-
233
- ### Patch Changes
234
-
235
- - bug fixes
236
-
237
- ## 0.3.49
238
-
239
- ### Patch Changes
240
-
241
- - bug fixes
242
-
243
- ## 0.3.48
244
-
245
- ### Patch Changes
246
-
247
- - bug fixes
248
-
249
- ## 0.3.47
250
-
251
- ### Patch Changes
252
-
253
- - bug fixes
254
-
255
- ## 0.3.46
256
-
257
- ### Patch Changes
258
-
259
- - bug fixes
260
-
261
- ## 0.3.45
262
-
263
- ### Patch Changes
264
-
265
- - bug fixes
266
-
267
- ## 0.3.44
268
-
269
- ### Patch Changes
270
-
271
- - bug fixes
272
-
273
- ## 0.3.43
274
-
275
- ### Patch Changes
276
-
277
- - bug fixes
278
-
279
- ## 0.3.42
280
-
281
- ### Patch Changes
282
-
283
- - bug fixes
284
-
285
- ## 0.3.41
286
-
287
- ### Patch Changes
288
-
289
- - bug fixes
290
-
291
- ## 0.3.40
292
-
293
- ### Patch Changes
294
-
295
- - bug fixes
296
-
297
- ## 0.3.39
298
-
299
- ### Patch Changes
300
-
301
- - bug fixes
302
-
303
- ## 0.3.38
304
-
305
- ### Patch Changes
306
-
307
- - bug fixes
308
-
309
- ## 0.3.37
310
-
311
- ### Patch Changes
312
-
313
- - bug fixes
314
-
315
- ## 0.3.36
316
-
317
- ### Patch Changes
318
-
319
- - bug fixs
320
-
321
- <<<<<<< HEAD
322
-
323
- ## 0.3.35
324
-
325
- ### Patch Changes
326
-
327
- - bug fixes
328
-
329
- ## 0.3.34
330
-
331
- ### Patch Changes
332
-
333
- - bug fix
334
-
335
- ## 0.3.33
336
-
337
- ### Patch Changes
338
-
339
- - bug fix
340
-
341
- =======
342
-
343
- > > > > > > > 9abc72e5c3cdbefebceb3ef941f70f20909ea8f6
344
-
345
- ## 0.3.32
346
-
347
- ### Patch Changes
348
-
349
- - bug fixes
350
-
351
- ## 0.3.31
352
-
353
- ### Patch Changes
354
-
355
- - bug fixes
356
-
357
- ## 0.3.30
358
-
359
- ### Patch Changes
360
-
361
- - bug fixes
362
-
363
- ## 0.3.29
364
-
365
- ### Patch Changes
366
-
367
- - bug fixes
368
-
369
- ## 0.3.28
370
-
371
- ### Patch Changes
372
-
373
- - bug fix
374
-
375
- ## 0.3.27
376
-
377
- ### Patch Changes
378
-
379
- - bug fixes
380
-
381
- ## 0.3.26
382
-
383
- ### Patch Changes
384
-
385
- - bug fix
386
-
387
- ## 0.3.25
388
-
389
- ### Patch Changes
390
-
391
- - bug fixes
392
-
393
- ## 0.3.24
394
-
395
- ### Patch Changes
396
-
397
- - bug fixes
398
-
399
- ## 0.3.23
400
-
401
- ### Patch Changes
402
-
403
- - bug fixes
404
-
405
- ## 0.3.22
406
-
407
- ### Patch Changes
408
-
409
- - bug fixes variables bug
410
-
411
- ## 0.3.21
412
-
413
- ### Patch Changes
414
-
415
- - bug fixes
416
-
417
- ## 0.3.20
418
-
419
- ### Patch Changes
420
-
421
- - bug fixes
422
-
423
- ## 0.3.19
424
-
425
- ### Patch Changes
426
-
427
- - bug fix
428
-
429
- ## 0.3.18
430
-
431
- ### Patch Changes
432
-
433
- - bug fix
434
-
435
- ## 0.3.17
436
-
437
- ### Patch Changes
438
-
439
- - bug fixes
440
-
441
- ## 0.3.16
442
-
443
- ### Patch Changes
444
-
445
- - bug fix
446
-
447
- ## 0.3.15
448
-
449
- ### Patch Changes
450
-
451
- - bug fixes
452
-
453
- ## 0.3.14
454
-
455
- ### Patch Changes
456
-
457
- - bug fix
458
-
459
- ## 0.3.13
460
-
461
- ### Patch Changes
462
-
463
- - bug fix
464
-
465
- ## 0.3.12
466
-
467
- ### Patch Changes
468
-
469
- - bug fix
470
-
471
- ## 0.3.11
472
-
473
- ### Patch Changes
474
-
475
- - bug fix
476
-
477
- ## 0.3.10
478
-
479
- ### Patch Changes
480
-
481
- - bug fix
482
-
483
- ## 0.3.9
484
-
485
- ### Patch Changes
486
-
487
- - bug fixes
488
-
489
- ## 0.3.8
490
-
491
- ### Patch Changes
492
-
493
- - bug fix
494
-
495
- ## 0.3.7
496
-
497
- ### Patch Changes
498
-
499
- - bug fixes
500
-
501
- ## 0.3.6
502
-
503
- ### Patch Changes
504
-
505
- - bug fix
506
-
507
- ## 0.3.5
508
-
509
- ### Patch Changes
510
-
511
- - discounts added
512
-
513
- ## 0.3.4
514
-
515
- ### Patch Changes
516
-
517
- - bug fix
518
-
519
- ## 0.3.3
520
-
521
- ### Patch Changes
522
-
523
- - bug fix update to new sdk version
524
-
525
- ## 0.3.2
526
-
527
- ### Patch Changes
528
-
529
- - bug fix
530
-
531
- ## 0.3.1
532
-
533
- ### Patch Changes
534
-
535
- - bug fix
536
-
537
- ## 0.3.0
538
-
539
- ### Minor Changes
540
-
541
- - bug fix
542
-
543
- ## 0.2.45
544
-
545
- ### Patch Changes
546
-
547
- - new version
548
-
549
- ## 0.2.44
550
-
551
- ### Patch Changes
552
-
553
- - bug type fix
554
-
555
- ## 0.2.43
556
-
557
- ### Patch Changes
558
-
559
- - variant handeling bug fixes
560
-
561
- ## 0.2.42
562
-
563
- ### Patch Changes
564
-
565
- - checkout bug fix variants
566
-
567
- ## 0.2.41
568
-
569
- ### Patch Changes
570
-
571
- - client secret
572
-
573
- ## 0.2.40
574
-
575
- ### Patch Changes
576
-
577
- - bug fix
578
-
579
- ## 0.2.39
580
-
581
- ### Patch Changes
582
-
583
- - bug fixes
584
-
585
- ## 0.2.38
586
-
587
- ### Patch Changes
588
-
589
- - zasilkovna added
590
-
591
- ## 0.2.37
592
-
593
- ### Patch Changes
594
-
595
- - bug fixes, loading state, scrollbar bug fix
596
-
597
- ## 0.2.36
598
-
599
- ### Patch Changes
600
-
601
- - publishable secret updated
602
-
603
- ## 0.2.35
604
-
605
- ### Patch Changes
606
-
607
- - mobile responsivity
608
-
609
- ## 0.2.34
610
-
611
- ### Patch Changes
612
-
613
- - bug fixes
614
-
615
- ## 0.2.33
616
-
617
- ### Patch Changes
618
-
619
- - styling bug fixes
620
-
621
- ## 0.2.32
622
-
623
- ### Patch Changes
624
-
625
- - bug fixes
626
-
627
- ## 0.2.31
628
-
629
- ### Patch Changes
630
-
631
- - styling bug fixes
632
-
633
- ## 0.2.30
634
-
635
- ### Patch Changes
636
-
637
- - bug fixes
638
-
639
- ## 0.2.29
640
-
641
- ### Patch Changes
642
-
643
- - styling issues
644
-
645
- ## 0.2.28
646
-
647
- ### Patch Changes
648
-
649
- - styling bug fixes
650
-
651
- ## 0.2.27
652
-
653
- ### Patch Changes
654
-
655
- - bug fix
656
-
657
- ## 0.2.26
658
-
659
- ### Patch Changes
660
-
661
- - adding radix to external deps
662
-
663
- ## 0.2.25
664
-
665
- ### Patch Changes
666
-
667
- - dialog bug fixes
668
-
669
- ## 0.2.24
670
-
671
- ### Patch Changes
672
-
673
- - removing external deps
674
-
675
- ## 0.2.23
676
-
677
- ### Patch Changes
678
-
679
- - bug fix attempt
680
-
681
- ## 0.2.22
682
-
683
- ### Patch Changes
684
-
685
- - bug fix
686
-
687
- ## 0.2.21
688
-
689
- ### Patch Changes
690
-
691
- - styling bugs
692
-
693
- ## 0.2.20
694
-
695
- ### Patch Changes
696
-
697
- - adding important
698
-
699
- ## 0.2.19
700
-
701
- ### Patch Changes
702
-
703
- - bug fixes
704
-
705
- ## 0.2.18
706
-
707
- ### Patch Changes
708
-
709
- - rullup config changed, attempt to fix bugs
710
-
711
- ## 0.2.17
712
-
713
- ### Patch Changes
714
-
715
- - bug fixes
716
-
717
- ## 0.2.16
718
-
719
- ### Patch Changes
720
-
721
- - better currency formatting
722
-
723
- ## 0.2.15
724
-
725
- ### Patch Changes
726
-
727
- - fonts config added to stripe
728
-
729
- ## 0.2.14
730
-
731
- ### Patch Changes
732
-
733
- - multi currency, stripe styling
734
-
735
- ## 0.2.13
736
-
737
- ### Patch Changes
738
-
739
- - bug fixes
740
-
741
- ## 0.2.12
742
-
743
- ### Patch Changes
744
-
745
- - types fix, loading skeleton added
746
-
747
- ## 0.2.11
748
-
749
- ### Patch Changes
750
-
751
- - base functionality
752
-
753
- ## 0.2.10
754
-
755
- ### Patch Changes
756
-
757
- - prep commit
758
-
759
- ## 0.2.9
760
-
761
- ### Patch Changes
762
-
763
- - cicd test
764
-
765
- ## 0.2.8
766
-
767
- ### Patch Changes
768
-
769
- - bug fix, tailwind bug
770
-
771
- ## 0.2.7
772
-
773
- ### Patch Changes
774
-
775
- - bug fixes
776
-
777
- ## 0.2.6
778
-
779
- ### Patch Changes
780
-
781
- - bug fixes
782
-
783
- ## 0.2.5
784
-
785
- ### Patch Changes
786
-
787
- - high-level overview checkout form
788
-
789
- ## 0.2.4
790
-
791
- ### Patch Changes
792
-
793
- - b90dd3c: tailwind debugging
794
-
795
- ## 0.2.3
796
-
797
- ### Patch Changes
798
-
799
- - tailwindcss bug fix
800
-
801
- ## 0.2.2
802
-
803
- ### Patch Changes
804
-
805
- - next.js route handler removed
806
-
807
- ## 0.2.1
808
-
809
- ### Patch Changes
810
-
811
- - types fix
812
-
813
- ## 0.2.0
814
-
815
- ### Minor Changes
816
-
817
- - route handler for next.js
818
-
819
- ## 0.1.10
820
-
821
- ### Patch Changes
822
-
823
- - usecart bug fix
824
-
825
- ## 0.1.9
826
-
827
- ### Patch Changes
828
-
829
- - export bug fixed
830
-
831
- ## 0.1.8
832
-
833
- ### Patch Changes
834
-
835
- - product data added to cart
836
-
837
- ## 0.1.7
838
-
839
- ### Patch Changes
840
-
841
- - deps fix
842
-
843
- ## 0.1.6
844
-
845
- ### Patch Changes
846
-
847
- - deps fix
848
-
849
- ## 0.1.5
850
-
851
- ### Patch Changes
852
-
853
- - small usecart tweak
854
-
855
- ## 0.1.4
856
-
857
- ### Patch Changes
858
-
859
- - usecart tweaks
860
-
861
- ## 0.1.3
862
-
863
- ### Patch Changes
864
-
865
- - usecart hook added
866
-
867
- ## 0.1.2
868
-
869
- ### Patch Changes
870
-
871
- - architecture redone
872
-
873
- ## 0.1.1
874
-
875
- ### Patch Changes
876
-
877
- - cicd
878
-
879
- ## 0.1.0
880
-
881
- ### Minor Changes
882
-
883
- - payment element added
884
-
885
- ## 0.0.3
886
-
887
- ### Patch Changes
888
-
889
- - cicd debug, readme changed
890
-
891
- ## 0.0.2
892
-
893
- ### Patch Changes
894
-
895
- - initial commit, cicd setup
896
-
897
- ## 0.1.0
898
-
899
- ### Minor Changes
900
-
901
- - 372cbbc: checkout create method added
902
- - cicd test
903
-
904
- ### Patch Changes
905
-
906
- - 6d0e6e4: ci cd test
907
- - 6769d53: Change sets added, debug
908
- - fd3f4da: npm ignore added