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