@akinon/projectzero 1.79.0-rc.3 → 1.79.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.
Files changed (26) hide show
  1. package/CHANGELOG.md +1 -17
  2. package/app-template/.gitignore +0 -2
  3. package/app-template/CHANGELOG.md +166 -2758
  4. package/app-template/package.json +18 -18
  5. package/app-template/public/locales/en/common.json +0 -4
  6. package/app-template/public/locales/tr/common.json +0 -4
  7. package/app-template/sentry.edge.config.ts +3 -0
  8. package/app-template/sentry.server.config.ts +3 -0
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/account/orders/[id]/cancellation/page.tsx +5 -94
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/checkout/page.tsx +4 -7
  12. package/app-template/src/components/button.tsx +35 -50
  13. package/app-template/src/components/file-input.tsx +2 -44
  14. package/app-template/src/components/types/index.ts +1 -4
  15. package/app-template/src/middleware.ts +0 -1
  16. package/app-template/src/settings.js +1 -6
  17. package/app-template/src/views/account/address-form.tsx +2 -2
  18. package/app-template/src/views/account/contact-form.tsx +8 -3
  19. package/app-template/src/views/account/orders/order-cancellation-item.tsx +3 -23
  20. package/app-template/src/views/basket/basket-item.tsx +13 -16
  21. package/app-template/src/views/basket/summary.tsx +7 -10
  22. package/app-template/src/views/login/index.tsx +4 -28
  23. package/app-template/src/views/register/index.tsx +5 -30
  24. package/package.json +1 -1
  25. package/app-template/src/components/widget/widget-placeholder.tsx +0 -12
  26. package/app-template/src/views/basket/basket-content.tsx +0 -106
@@ -1,166 +1,25 @@
1
1
  # projectzeronext
2
2
 
3
- ## 1.79.0-rc.3
4
-
5
- ### Minor Changes
6
-
7
- - e8dcbe3c: ZERO-3112: Update button component
8
- - fd4b74e9: ZERO-3126: add reset checkout state query
9
- - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
10
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
11
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
12
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
- - b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
14
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
15
- - 6a0a0807: ZERO-3112: Update button
16
- - 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
17
- - 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies [5dfeea04]
22
- - Updated dependencies [2d9b2b2c]
23
- - Updated dependencies [fd4b74e9]
24
- - Updated dependencies [f49bb74f]
25
- - Updated dependencies [e9541a13]
26
- - Updated dependencies [4d3deb4f]
27
- - Updated dependencies [72fd4d67]
28
- - Updated dependencies [c53ef7b9]
29
- - Updated dependencies [64699d3f]
30
- - Updated dependencies [7727ae55]
31
- - Updated dependencies [17f87524]
32
- - Updated dependencies [65d3b862]
33
- - Updated dependencies [bbe18b9f]
34
- - Updated dependencies [4920742c]
35
- - Updated dependencies [7e56d6b6]
36
- - Updated dependencies [43c182ee]
37
- - Updated dependencies [2d305aaf]
38
- - Updated dependencies [4cc22c7c]
39
- - Updated dependencies [eeb20bea]
40
- - Updated dependencies [6a0a0807]
41
- - Updated dependencies [f2c92d5c]
42
- - Updated dependencies [7bd3d992]
43
- - Updated dependencies [fdd255ee]
44
- - Updated dependencies [59fa21ce]
45
- - Updated dependencies [49eeebfa]
46
- - Updated dependencies [3f9b8d7e]
47
- - @akinon/next@1.79.0-rc.3
48
- - @akinon/pz-checkout-gift-pack@1.79.0-rc.3
49
- - @akinon/pz-one-click-checkout@1.79.0-rc.3
50
- - @akinon/pz-basket-gift-pack@1.79.0-rc.3
51
- - @akinon/pz-pay-on-delivery@1.79.0-rc.3
52
- - @akinon/pz-credit-payment@1.79.0-rc.3
53
- - @akinon/pz-click-collect@1.79.0-rc.3
54
- - @akinon/pz-masterpass@1.79.0-rc.3
55
- - @akinon/pz-akifast@1.79.0-rc.3
56
- - @akinon/pz-gpay@1.79.0-rc.3
57
- - @akinon/pz-b2b@1.79.0-rc.3
58
- - @akinon/pz-bkm@1.79.0-rc.3
59
- - @akinon/pz-otp@1.79.0-rc.3
60
- - @akinon/pz-tabby-extension@1.79.0-rc.3
61
- - @akinon/pz-saved-card@1.79.0-rc.3
62
-
63
- ## 1.79.0-rc.2
64
-
65
- ### Minor Changes
66
-
67
- - b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
68
-
69
- ### Patch Changes
70
-
71
- - @akinon/next@1.79.0-rc.2
72
- - @akinon/pz-akifast@1.79.0-rc.2
73
- - @akinon/pz-b2b@1.79.0-rc.2
74
- - @akinon/pz-basket-gift-pack@1.79.0-rc.2
75
- - @akinon/pz-bkm@1.79.0-rc.2
76
- - @akinon/pz-checkout-gift-pack@1.79.0-rc.2
77
- - @akinon/pz-click-collect@1.79.0-rc.2
78
- - @akinon/pz-credit-payment@1.79.0-rc.2
79
- - @akinon/pz-gpay@1.79.0-rc.2
80
- - @akinon/pz-masterpass@1.79.0-rc.2
81
- - @akinon/pz-one-click-checkout@1.79.0-rc.2
82
- - @akinon/pz-otp@1.79.0-rc.2
83
- - @akinon/pz-pay-on-delivery@1.79.0-rc.2
84
- - @akinon/pz-saved-card@1.79.0-rc.2
85
- - @akinon/pz-tabby-extension@1.79.0-rc.2
86
-
87
- ## 1.79.0-rc.1
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [4cc22c7c]
92
- - @akinon/next@1.79.0-rc.1
93
- - @akinon/pz-akifast@1.79.0-rc.1
94
- - @akinon/pz-b2b@1.79.0-rc.1
95
- - @akinon/pz-basket-gift-pack@1.79.0-rc.1
96
- - @akinon/pz-bkm@1.79.0-rc.1
97
- - @akinon/pz-checkout-gift-pack@1.79.0-rc.1
98
- - @akinon/pz-click-collect@1.79.0-rc.1
99
- - @akinon/pz-credit-payment@1.79.0-rc.1
100
- - @akinon/pz-gpay@1.79.0-rc.1
101
- - @akinon/pz-masterpass@1.79.0-rc.1
102
- - @akinon/pz-one-click-checkout@1.79.0-rc.1
103
- - @akinon/pz-otp@1.79.0-rc.1
104
- - @akinon/pz-pay-on-delivery@1.79.0-rc.1
105
- - @akinon/pz-saved-card@1.79.0-rc.1
106
- - @akinon/pz-tabby-extension@1.79.0-rc.1
107
-
108
- ## 1.79.0-rc.0
109
-
110
- ### Minor Changes
111
-
112
- - e8dcbe3c: ZERO-3112: Update button component
113
- - fd4b74e9: ZERO-3126: add reset checkout state query
114
- - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
115
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
116
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
117
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
118
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
119
- - 6a0a0807: ZERO-3112: Update button
120
- - 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
121
- - 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
122
-
123
- ### Patch Changes
124
-
125
- - Updated dependencies [5dfeea04]
126
- - Updated dependencies [2d9b2b2c]
127
- - Updated dependencies [fd4b74e9]
128
- - Updated dependencies [f49bb74f]
129
- - Updated dependencies [e9541a13]
130
- - Updated dependencies [4d3deb4f]
131
- - Updated dependencies [72fd4d67]
132
- - Updated dependencies [c53ef7b9]
133
- - Updated dependencies [64699d3f]
134
- - Updated dependencies [7727ae55]
135
- - Updated dependencies [17f87524]
136
- - Updated dependencies [65d3b862]
137
- - Updated dependencies [bbe18b9f]
138
- - Updated dependencies [4920742c]
139
- - Updated dependencies [7e56d6b6]
140
- - Updated dependencies [43c182ee]
141
- - Updated dependencies [2d305aaf]
142
- - Updated dependencies [eeb20bea]
143
- - Updated dependencies [6a0a0807]
144
- - Updated dependencies [f2c92d5c]
145
- - Updated dependencies [7bd3d992]
146
- - Updated dependencies [fdd255ee]
147
- - Updated dependencies [49eeebfa]
148
- - Updated dependencies [3f9b8d7e]
149
- - @akinon/next@1.79.0-rc.0
150
- - @akinon/pz-checkout-gift-pack@1.79.0-rc.0
151
- - @akinon/pz-one-click-checkout@1.79.0-rc.0
152
- - @akinon/pz-basket-gift-pack@1.79.0-rc.0
153
- - @akinon/pz-pay-on-delivery@1.79.0-rc.0
154
- - @akinon/pz-credit-payment@1.79.0-rc.0
155
- - @akinon/pz-click-collect@1.79.0-rc.0
156
- - @akinon/pz-masterpass@1.79.0-rc.0
157
- - @akinon/pz-akifast@1.79.0-rc.0
158
- - @akinon/pz-gpay@1.79.0-rc.0
159
- - @akinon/pz-b2b@1.79.0-rc.0
160
- - @akinon/pz-bkm@1.79.0-rc.0
161
- - @akinon/pz-otp@1.79.0-rc.0
162
- - @akinon/pz-tabby-extension@1.79.0-rc.0
163
- - @akinon/pz-saved-card@1.79.0-rc.0
3
+ ## 1.79.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [59fa21c]
8
+ - @akinon/next@1.79.0
9
+ - @akinon/pz-akifast@1.79.0
10
+ - @akinon/pz-b2b@1.79.0
11
+ - @akinon/pz-basket-gift-pack@1.79.0
12
+ - @akinon/pz-bkm@1.79.0
13
+ - @akinon/pz-checkout-gift-pack@1.79.0
14
+ - @akinon/pz-click-collect@1.79.0
15
+ - @akinon/pz-credit-payment@1.79.0
16
+ - @akinon/pz-gpay@1.79.0
17
+ - @akinon/pz-masterpass@1.79.0
18
+ - @akinon/pz-one-click-checkout@1.79.0
19
+ - @akinon/pz-otp@1.79.0
20
+ - @akinon/pz-pay-on-delivery@1.79.0
21
+ - @akinon/pz-saved-card@1.79.0
22
+ - @akinon/pz-tabby-extension@1.79.0
164
23
 
165
24
  ## 1.78.0
166
25
 
@@ -362,161 +221,21 @@
362
221
  ### Patch Changes
363
222
 
364
223
  - Updated dependencies [f34454a]
365
- - @akinon/next@1.71.0-rc.6
366
- - @akinon/pz-akifast@1.71.0-rc.6
367
- - @akinon/pz-b2b@1.71.0-rc.6
368
- - @akinon/pz-basket-gift-pack@1.71.0-rc.6
369
- - @akinon/pz-bkm@1.71.0-rc.6
370
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.6
371
- - @akinon/pz-click-collect@1.71.0-rc.6
372
- - @akinon/pz-credit-payment@1.71.0-rc.6
373
- - @akinon/pz-gpay@1.71.0-rc.6
374
- - @akinon/pz-masterpass@1.71.0-rc.6
375
- - @akinon/pz-one-click-checkout@1.71.0-rc.6
376
- - @akinon/pz-otp@1.71.0-rc.6
377
- - @akinon/pz-pay-on-delivery@1.71.0-rc.6
378
- - @akinon/pz-saved-card@1.71.0-rc.6
379
- - @akinon/pz-tabby-extension@1.71.0-rc.6
380
-
381
- ## 1.71.0-rc.5
382
-
383
- ### Patch Changes
384
-
385
- - Updated dependencies [0ab91e5]
386
- - @akinon/pz-akifast@1.71.0-rc.5
387
- - @akinon/next@1.71.0-rc.5
388
- - @akinon/pz-b2b@1.71.0-rc.5
389
- - @akinon/pz-basket-gift-pack@1.71.0-rc.5
390
- - @akinon/pz-bkm@1.71.0-rc.5
391
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.5
392
- - @akinon/pz-click-collect@1.71.0-rc.5
393
- - @akinon/pz-credit-payment@1.71.0-rc.5
394
- - @akinon/pz-gpay@1.71.0-rc.5
395
- - @akinon/pz-masterpass@1.71.0-rc.5
396
- - @akinon/pz-one-click-checkout@1.71.0-rc.5
397
- - @akinon/pz-otp@1.71.0-rc.5
398
- - @akinon/pz-pay-on-delivery@1.71.0-rc.5
399
- - @akinon/pz-saved-card@1.71.0-rc.5
400
- - @akinon/pz-tabby-extension@1.71.0-rc.5
401
-
402
- ## 1.71.0-rc.4
403
-
404
- ### Minor Changes
405
-
406
- - 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
407
-
408
- ### Patch Changes
409
-
410
- - @akinon/next@1.71.0-rc.4
411
- - @akinon/pz-akifast@1.71.0-rc.4
412
- - @akinon/pz-b2b@1.71.0-rc.4
413
- - @akinon/pz-basket-gift-pack@1.71.0-rc.4
414
- - @akinon/pz-bkm@1.71.0-rc.4
415
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.4
416
- - @akinon/pz-click-collect@1.71.0-rc.4
417
- - @akinon/pz-credit-payment@1.71.0-rc.4
418
- - @akinon/pz-gpay@1.71.0-rc.4
419
- - @akinon/pz-masterpass@1.71.0-rc.4
420
- - @akinon/pz-one-click-checkout@1.71.0-rc.4
421
- - @akinon/pz-otp@1.71.0-rc.4
422
- - @akinon/pz-pay-on-delivery@1.71.0-rc.4
423
- - @akinon/pz-saved-card@1.71.0-rc.4
424
- - @akinon/pz-tabby-extension@1.71.0-rc.4
425
-
426
- ## 1.71.0-rc.3
427
-
428
- ### Minor Changes
429
-
430
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
431
-
432
- ### Patch Changes
433
-
434
- - Updated dependencies [3344bca]
435
- - @akinon/next@1.71.0-rc.3
436
- - @akinon/pz-akifast@1.71.0-rc.3
437
- - @akinon/pz-b2b@1.71.0-rc.3
438
- - @akinon/pz-basket-gift-pack@1.71.0-rc.3
439
- - @akinon/pz-bkm@1.71.0-rc.3
440
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.3
441
- - @akinon/pz-click-collect@1.71.0-rc.3
442
- - @akinon/pz-credit-payment@1.71.0-rc.3
443
- - @akinon/pz-gpay@1.71.0-rc.3
444
- - @akinon/pz-masterpass@1.71.0-rc.3
445
- - @akinon/pz-one-click-checkout@1.71.0-rc.3
446
- - @akinon/pz-otp@1.71.0-rc.3
447
- - @akinon/pz-pay-on-delivery@1.71.0-rc.3
448
- - @akinon/pz-saved-card@1.71.0-rc.3
449
- - @akinon/pz-tabby-extension@1.71.0-rc.3
450
-
451
- ## 1.71.0-rc.2
452
-
453
- ### Patch Changes
454
-
455
- - Updated dependencies [56cdddc]
456
- - @akinon/next@1.71.0-rc.2
457
- - @akinon/pz-akifast@1.71.0-rc.2
458
- - @akinon/pz-b2b@1.71.0-rc.2
459
- - @akinon/pz-basket-gift-pack@1.71.0-rc.2
460
- - @akinon/pz-bkm@1.71.0-rc.2
461
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.2
462
- - @akinon/pz-click-collect@1.71.0-rc.2
463
- - @akinon/pz-credit-payment@1.71.0-rc.2
464
- - @akinon/pz-gpay@1.71.0-rc.2
465
- - @akinon/pz-masterpass@1.71.0-rc.2
466
- - @akinon/pz-one-click-checkout@1.71.0-rc.2
467
- - @akinon/pz-otp@1.71.0-rc.2
468
- - @akinon/pz-pay-on-delivery@1.71.0-rc.2
469
- - @akinon/pz-saved-card@1.71.0-rc.2
470
- - @akinon/pz-tabby-extension@1.71.0-rc.2
471
-
472
- ## 1.71.0-rc.1
473
-
474
- ### Patch Changes
475
-
476
- - Updated dependencies [9a50730]
477
- - @akinon/next@1.71.0-rc.1
478
- - @akinon/pz-akifast@1.71.0-rc.1
479
- - @akinon/pz-b2b@1.71.0-rc.1
480
- - @akinon/pz-basket-gift-pack@1.71.0-rc.1
481
- - @akinon/pz-bkm@1.71.0-rc.1
482
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.1
483
- - @akinon/pz-click-collect@1.71.0-rc.1
484
- - @akinon/pz-credit-payment@1.71.0-rc.1
485
- - @akinon/pz-gpay@1.71.0-rc.1
486
- - @akinon/pz-masterpass@1.71.0-rc.1
487
- - @akinon/pz-one-click-checkout@1.71.0-rc.1
488
- - @akinon/pz-otp@1.71.0-rc.1
489
- - @akinon/pz-pay-on-delivery@1.71.0-rc.1
490
- - @akinon/pz-saved-card@1.71.0-rc.1
491
- - @akinon/pz-tabby-extension@1.71.0-rc.1
492
-
493
- ## 1.71.0-rc.0
494
-
495
- ### Minor Changes
496
-
497
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
498
-
499
- ### Patch Changes
500
-
501
- - Updated dependencies [3bfa12a]
502
- - Updated dependencies [4d3deb4]
503
- - Updated dependencies [3010514]
504
- - Updated dependencies [ca774b3]
505
- - @akinon/next@1.71.0-rc.0
506
- - @akinon/pz-akifast@1.71.0-rc.0
507
- - @akinon/pz-b2b@1.71.0-rc.0
508
- - @akinon/pz-basket-gift-pack@1.71.0-rc.0
509
- - @akinon/pz-bkm@1.71.0-rc.0
510
- - @akinon/pz-checkout-gift-pack@1.71.0-rc.0
511
- - @akinon/pz-click-collect@1.71.0-rc.0
512
- - @akinon/pz-credit-payment@1.71.0-rc.0
513
- - @akinon/pz-gpay@1.71.0-rc.0
514
- - @akinon/pz-masterpass@1.71.0-rc.0
515
- - @akinon/pz-one-click-checkout@1.71.0-rc.0
516
- - @akinon/pz-otp@1.71.0-rc.0
517
- - @akinon/pz-pay-on-delivery@1.71.0-rc.0
518
- - @akinon/pz-saved-card@1.71.0-rc.0
519
- - @akinon/pz-tabby-extension@1.71.0-rc.0
224
+ - @akinon/next@1.71.0
225
+ - @akinon/pz-akifast@1.71.0
226
+ - @akinon/pz-b2b@1.71.0
227
+ - @akinon/pz-basket-gift-pack@1.71.0
228
+ - @akinon/pz-bkm@1.71.0
229
+ - @akinon/pz-checkout-gift-pack@1.71.0
230
+ - @akinon/pz-click-collect@1.71.0
231
+ - @akinon/pz-credit-payment@1.71.0
232
+ - @akinon/pz-gpay@1.71.0
233
+ - @akinon/pz-masterpass@1.71.0
234
+ - @akinon/pz-one-click-checkout@1.71.0
235
+ - @akinon/pz-otp@1.71.0
236
+ - @akinon/pz-pay-on-delivery@1.71.0
237
+ - @akinon/pz-saved-card@1.71.0
238
+ - @akinon/pz-tabby-extension@1.71.0
520
239
 
521
240
  ## 1.70.0
522
241
 
@@ -547,249 +266,32 @@
547
266
 
548
267
  ### Minor Changes
549
268
 
550
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
551
- - f046f8e: ZERO-2575: update version for react-number-format
552
-
553
- ### Patch Changes
554
-
555
- - Updated dependencies [3bfa12a]
556
- - Updated dependencies [4d3deb4]
557
- - Updated dependencies [3010514]
558
- - Updated dependencies [ca774b3]
559
- - Updated dependencies [f046f8e]
560
- - @akinon/next@1.69.0-rc.9
561
- - @akinon/pz-akifast@1.69.0-rc.9
562
- - @akinon/pz-b2b@1.69.0-rc.9
563
- - @akinon/pz-basket-gift-pack@1.69.0-rc.9
564
- - @akinon/pz-bkm@1.69.0-rc.9
565
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.9
566
- - @akinon/pz-click-collect@1.69.0-rc.9
567
- - @akinon/pz-credit-payment@1.69.0-rc.9
568
- - @akinon/pz-gpay@1.69.0-rc.9
569
- - @akinon/pz-masterpass@1.69.0-rc.9
570
- - @akinon/pz-one-click-checkout@1.69.0-rc.9
571
- - @akinon/pz-otp@1.69.0-rc.9
572
- - @akinon/pz-pay-on-delivery@1.69.0-rc.9
573
- - @akinon/pz-saved-card@1.69.0-rc.9
574
- - @akinon/pz-tabby-extension@1.69.0-rc.9
575
-
576
- ## 1.69.0-rc.8
577
-
578
- ### Patch Changes
579
-
580
- - Updated dependencies [3010514]
581
- - Updated dependencies [ca774b3]
582
- - @akinon/next@1.69.0-rc.8
583
- - @akinon/pz-akifast@1.69.0-rc.8
584
- - @akinon/pz-b2b@1.69.0-rc.8
585
- - @akinon/pz-basket-gift-pack@1.69.0-rc.8
586
- - @akinon/pz-bkm@1.69.0-rc.8
587
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.8
588
- - @akinon/pz-click-collect@1.69.0-rc.8
589
- - @akinon/pz-credit-payment@1.69.0-rc.8
590
- - @akinon/pz-gpay@1.69.0-rc.8
591
- - @akinon/pz-masterpass@1.69.0-rc.8
592
- - @akinon/pz-one-click-checkout@1.69.0-rc.8
593
- - @akinon/pz-otp@1.69.0-rc.8
594
- - @akinon/pz-pay-on-delivery@1.69.0-rc.8
595
- - @akinon/pz-saved-card@1.69.0-rc.8
596
- - @akinon/pz-tabby-extension@1.69.0-rc.8
597
-
598
- ## 1.69.0-rc.7
599
-
600
- ### Patch Changes
601
-
602
- - Updated dependencies [3bfa12a]
603
- - @akinon/next@1.69.0-rc.7
604
- - @akinon/pz-akifast@1.69.0-rc.7
605
- - @akinon/pz-b2b@1.69.0-rc.7
606
- - @akinon/pz-basket-gift-pack@1.69.0-rc.7
607
- - @akinon/pz-bkm@1.69.0-rc.7
608
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.7
609
- - @akinon/pz-click-collect@1.69.0-rc.7
610
- - @akinon/pz-credit-payment@1.69.0-rc.7
611
- - @akinon/pz-gpay@1.69.0-rc.7
612
- - @akinon/pz-masterpass@1.69.0-rc.7
613
- - @akinon/pz-one-click-checkout@1.69.0-rc.7
614
- - @akinon/pz-otp@1.69.0-rc.7
615
- - @akinon/pz-pay-on-delivery@1.69.0-rc.7
616
- - @akinon/pz-saved-card@1.69.0-rc.7
617
- - @akinon/pz-tabby-extension@1.69.0-rc.7
618
-
619
- ## 1.69.0-rc.6
620
-
621
- ### Minor Changes
622
-
623
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
624
269
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
625
270
  - cbdb0c8: ZERO-3010: Move pretty url page into project
626
271
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
627
272
 
628
273
  ### Patch Changes
629
274
 
630
- - Updated dependencies [4d3deb4]
631
275
  - Updated dependencies [063da74]
632
276
  - Updated dependencies [72da021]
633
277
  - Updated dependencies [5632a99]
634
278
  - Updated dependencies [cbdb0c8]
635
279
  - Updated dependencies [80c869b]
636
- - @akinon/next@1.69.0-rc.6
637
- - @akinon/pz-akifast@1.69.0-rc.6
638
- - @akinon/pz-b2b@1.69.0-rc.6
639
- - @akinon/pz-basket-gift-pack@1.69.0-rc.6
640
- - @akinon/pz-bkm@1.69.0-rc.6
641
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.6
642
- - @akinon/pz-click-collect@1.69.0-rc.6
643
- - @akinon/pz-credit-payment@1.69.0-rc.6
644
- - @akinon/pz-gpay@1.69.0-rc.6
645
- - @akinon/pz-masterpass@1.69.0-rc.6
646
- - @akinon/pz-one-click-checkout@1.69.0-rc.6
647
- - @akinon/pz-otp@1.69.0-rc.6
648
- - @akinon/pz-pay-on-delivery@1.69.0-rc.6
649
- - @akinon/pz-saved-card@1.69.0-rc.6
650
- - @akinon/pz-tabby-extension@1.69.0-rc.6
651
-
652
- ## 1.69.0-rc.5
653
-
654
- ### Minor Changes
655
-
656
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
657
-
658
- ### Patch Changes
659
-
660
- - Updated dependencies [80c869b]
661
- - @akinon/next@1.69.0-rc.5
662
- - @akinon/pz-akifast@1.69.0-rc.5
663
- - @akinon/pz-b2b@1.69.0-rc.5
664
- - @akinon/pz-basket-gift-pack@1.69.0-rc.5
665
- - @akinon/pz-bkm@1.69.0-rc.5
666
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.5
667
- - @akinon/pz-click-collect@1.69.0-rc.5
668
- - @akinon/pz-credit-payment@1.69.0-rc.5
669
- - @akinon/pz-gpay@1.69.0-rc.5
670
- - @akinon/pz-masterpass@1.69.0-rc.5
671
- - @akinon/pz-one-click-checkout@1.69.0-rc.5
672
- - @akinon/pz-otp@1.69.0-rc.5
673
- - @akinon/pz-pay-on-delivery@1.69.0-rc.5
674
- - @akinon/pz-saved-card@1.69.0-rc.5
675
- - @akinon/pz-tabby-extension@1.69.0-rc.5
676
-
677
- ## 1.69.0-rc.4
678
-
679
- ### Minor Changes
680
-
681
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
682
-
683
- ### Patch Changes
684
-
685
- - Updated dependencies [063da74]
686
- - @akinon/next@1.69.0-rc.4
687
- - @akinon/pz-akifast@1.69.0-rc.4
688
- - @akinon/pz-b2b@1.69.0-rc.4
689
- - @akinon/pz-basket-gift-pack@1.69.0-rc.4
690
- - @akinon/pz-bkm@1.69.0-rc.4
691
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.4
692
- - @akinon/pz-click-collect@1.69.0-rc.4
693
- - @akinon/pz-credit-payment@1.69.0-rc.4
694
- - @akinon/pz-gpay@1.69.0-rc.4
695
- - @akinon/pz-masterpass@1.69.0-rc.4
696
- - @akinon/pz-one-click-checkout@1.69.0-rc.4
697
- - @akinon/pz-otp@1.69.0-rc.4
698
- - @akinon/pz-pay-on-delivery@1.69.0-rc.4
699
- - @akinon/pz-saved-card@1.69.0-rc.4
700
- - @akinon/pz-tabby-extension@1.69.0-rc.4
701
-
702
- ## 1.69.0-rc.3
703
-
704
- ### Minor Changes
705
-
706
- - cbdb0c8: ZERO-3010: Move pretty url page into project
707
-
708
- ### Patch Changes
709
-
710
- - Updated dependencies [cbdb0c8]
711
- - @akinon/next@1.69.0-rc.3
712
- - @akinon/pz-akifast@1.69.0-rc.3
713
- - @akinon/pz-b2b@1.69.0-rc.3
714
- - @akinon/pz-basket-gift-pack@1.69.0-rc.3
715
- - @akinon/pz-bkm@1.69.0-rc.3
716
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.3
717
- - @akinon/pz-click-collect@1.69.0-rc.3
718
- - @akinon/pz-credit-payment@1.69.0-rc.3
719
- - @akinon/pz-gpay@1.69.0-rc.3
720
- - @akinon/pz-masterpass@1.69.0-rc.3
721
- - @akinon/pz-one-click-checkout@1.69.0-rc.3
722
- - @akinon/pz-otp@1.69.0-rc.3
723
- - @akinon/pz-pay-on-delivery@1.69.0-rc.3
724
- - @akinon/pz-saved-card@1.69.0-rc.3
725
- - @akinon/pz-tabby-extension@1.69.0-rc.3
726
-
727
- ## 1.69.0-rc.2
728
-
729
- ### Patch Changes
730
-
731
- - Updated dependencies [5632a99]
732
- - @akinon/next@1.69.0-rc.2
733
- - @akinon/pz-akifast@1.69.0-rc.2
734
- - @akinon/pz-b2b@1.69.0-rc.2
735
- - @akinon/pz-basket-gift-pack@1.69.0-rc.2
736
- - @akinon/pz-bkm@1.69.0-rc.2
737
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.2
738
- - @akinon/pz-click-collect@1.69.0-rc.2
739
- - @akinon/pz-credit-payment@1.69.0-rc.2
740
- - @akinon/pz-gpay@1.69.0-rc.2
741
- - @akinon/pz-masterpass@1.69.0-rc.2
742
- - @akinon/pz-one-click-checkout@1.69.0-rc.2
743
- - @akinon/pz-otp@1.69.0-rc.2
744
- - @akinon/pz-pay-on-delivery@1.69.0-rc.2
745
- - @akinon/pz-saved-card@1.69.0-rc.2
746
- - @akinon/pz-tabby-extension@1.69.0-rc.2
747
-
748
- ## 1.69.0-rc.1
749
-
750
- ### Patch Changes
751
-
752
- - Updated dependencies [72da021]
753
- - @akinon/next@1.69.0-rc.1
754
- - @akinon/pz-akifast@1.69.0-rc.1
755
- - @akinon/pz-b2b@1.69.0-rc.1
756
- - @akinon/pz-basket-gift-pack@1.69.0-rc.1
757
- - @akinon/pz-bkm@1.69.0-rc.1
758
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.1
759
- - @akinon/pz-click-collect@1.69.0-rc.1
760
- - @akinon/pz-credit-payment@1.69.0-rc.1
761
- - @akinon/pz-gpay@1.69.0-rc.1
762
- - @akinon/pz-masterpass@1.69.0-rc.1
763
- - @akinon/pz-one-click-checkout@1.69.0-rc.1
764
- - @akinon/pz-otp@1.69.0-rc.1
765
- - @akinon/pz-pay-on-delivery@1.69.0-rc.1
766
- - @akinon/pz-saved-card@1.69.0-rc.1
767
- - @akinon/pz-tabby-extension@1.69.0-rc.1
768
-
769
- ## 1.69.0-rc.0
770
-
771
- ### Minor Changes
772
-
773
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
774
-
775
- ### Patch Changes
776
-
777
- - Updated dependencies [4d3deb4]
778
- - @akinon/next@1.69.0-rc.0
779
- - @akinon/pz-akifast@1.69.0-rc.0
780
- - @akinon/pz-b2b@1.69.0-rc.0
781
- - @akinon/pz-basket-gift-pack@1.69.0-rc.0
782
- - @akinon/pz-bkm@1.69.0-rc.0
783
- - @akinon/pz-checkout-gift-pack@1.69.0-rc.0
784
- - @akinon/pz-click-collect@1.69.0-rc.0
785
- - @akinon/pz-credit-payment@1.69.0-rc.0
786
- - @akinon/pz-gpay@1.69.0-rc.0
787
- - @akinon/pz-masterpass@1.69.0-rc.0
788
- - @akinon/pz-one-click-checkout@1.69.0-rc.0
789
- - @akinon/pz-otp@1.69.0-rc.0
790
- - @akinon/pz-pay-on-delivery@1.69.0-rc.0
791
- - @akinon/pz-saved-card@1.69.0-rc.0
792
- - @akinon/pz-tabby-extension@1.69.0-rc.0
280
+ - @akinon/next@1.69.0
281
+ - @akinon/pz-akifast@1.69.0
282
+ - @akinon/pz-b2b@1.69.0
283
+ - @akinon/pz-basket-gift-pack@1.69.0
284
+ - @akinon/pz-bkm@1.69.0
285
+ - @akinon/pz-checkout-gift-pack@1.69.0
286
+ - @akinon/pz-click-collect@1.69.0
287
+ - @akinon/pz-credit-payment@1.69.0
288
+ - @akinon/pz-gpay@1.69.0
289
+ - @akinon/pz-masterpass@1.69.0
290
+ - @akinon/pz-one-click-checkout@1.69.0
291
+ - @akinon/pz-otp@1.69.0
292
+ - @akinon/pz-pay-on-delivery@1.69.0
293
+ - @akinon/pz-saved-card@1.69.0
294
+ - @akinon/pz-tabby-extension@1.69.0
793
295
 
794
296
  ## 1.68.0
795
297
 
@@ -1140,401 +642,28 @@
1140
642
 
1141
643
  ### Minor Changes
1142
644
 
1143
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1144
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1145
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1146
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1147
- - 27a5296d: ZERO-2631:Fix Checkbox Click
1148
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1149
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1150
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1151
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1152
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1153
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1154
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1155
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1156
- - d3474c64: ZERO-2655: Add data source shipping option
1157
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1158
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1159
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1160
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1161
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1162
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1163
- - beb499e6: ZERO-2551: Add new tsconfig paths
1164
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1165
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1166
- - f3d076b: ZERO-2864: create tabby extension plugin
1167
- - f046f8e0: ZERO-2575: update version for react-number-format
1168
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1169
-
1170
- ### Patch Changes
1171
-
1172
- - Updated dependencies [c416d18]
1173
- - Updated dependencies [572d2e84]
1174
- - Updated dependencies [5dfeea0]
1175
- - Updated dependencies [0e25399]
1176
- - Updated dependencies [a4c8d6a9]
1177
- - Updated dependencies [fda5b927]
1178
- - Updated dependencies [2d9b2b2c]
1179
- - Updated dependencies [c53ea3e6]
1180
- - Updated dependencies [714e0b46]
1181
- - Updated dependencies [6c25f66]
1182
- - Updated dependencies [bc2b4117]
1183
- - Updated dependencies [3bf2dd9]
1184
- - Updated dependencies [e9541a13]
1185
- - Updated dependencies [c53ef7b9]
1186
- - Updated dependencies [2e6104d]
1187
- - Updated dependencies [64699d3f]
1188
- - Updated dependencies [0d3a913e]
1189
- - Updated dependencies [7b05522]
1190
- - Updated dependencies [d6edb1d]
1191
- - Updated dependencies [d3474c64]
1192
- - Updated dependencies [17f87524]
1193
- - Updated dependencies [29ead87]
1194
- - Updated dependencies [c45b62c]
1195
- - Updated dependencies [91265bba]
1196
- - Updated dependencies [bbe18b9f]
1197
- - Updated dependencies [d4099960]
1198
- - Updated dependencies [4920742]
1199
- - Updated dependencies [12a873e]
1200
- - Updated dependencies [7e56d6b]
1201
- - Updated dependencies [94b69285]
1202
- - Updated dependencies [98bb8dcd]
1203
- - Updated dependencies [dcc8a150]
1204
- - Updated dependencies [8f47cca]
1205
- - Updated dependencies [fad27689]
1206
- - Updated dependencies [dff0d595]
1207
- - Updated dependencies [fdd0b41]
1208
- - Updated dependencies [f2c325c]
1209
- - Updated dependencies [9e25a64]
1210
- - Updated dependencies [beb499e6]
1211
- - Updated dependencies [f2c92d5c]
1212
- - Updated dependencies [7bd3d992]
1213
- - Updated dependencies [f3d076b]
1214
- - Updated dependencies [f046f8e0]
1215
- - Updated dependencies [49eeebf]
1216
- - Updated dependencies [86d25315]
1217
- - Updated dependencies [3f9b8d7e]
1218
- - @akinon/next@1.56.0-rc.8
1219
- - @akinon/pz-tabby-extension@1.56.0-rc.8
1220
- - @akinon/pz-click-collect@1.56.0-rc.8
1221
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.8
1222
- - @akinon/pz-one-click-checkout@1.56.0-rc.8
1223
- - @akinon/pz-basket-gift-pack@1.56.0-rc.8
1224
- - @akinon/pz-pay-on-delivery@1.56.0-rc.8
1225
- - @akinon/pz-credit-payment@1.56.0-rc.8
1226
- - @akinon/pz-masterpass@1.56.0-rc.8
1227
- - @akinon/pz-akifast@1.56.0-rc.8
1228
- - @akinon/pz-gpay@1.56.0-rc.8
1229
- - @akinon/pz-b2b@1.56.0-rc.8
1230
- - @akinon/pz-bkm@1.56.0-rc.8
1231
- - @akinon/pz-otp@1.56.0-rc.8
1232
-
1233
- ## 1.56.0-rc.7
1234
-
1235
- ### Patch Changes
1236
-
1237
- - Updated dependencies [0e25399]
1238
- - @akinon/pz-tabby-extension@1.56.0-rc.7
1239
- - @akinon/next@1.56.0-rc.7
1240
- - @akinon/pz-akifast@1.56.0-rc.7
1241
- - @akinon/pz-b2b@1.56.0-rc.7
1242
- - @akinon/pz-basket-gift-pack@1.56.0-rc.7
1243
- - @akinon/pz-bkm@1.56.0-rc.7
1244
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.7
1245
- - @akinon/pz-click-collect@1.56.0-rc.7
1246
- - @akinon/pz-credit-payment@1.56.0-rc.7
1247
- - @akinon/pz-gpay@1.56.0-rc.7
1248
- - @akinon/pz-masterpass@1.56.0-rc.7
1249
- - @akinon/pz-one-click-checkout@1.56.0-rc.7
1250
- - @akinon/pz-otp@1.56.0-rc.7
1251
- - @akinon/pz-pay-on-delivery@1.56.0-rc.7
1252
-
1253
- ## 1.56.0-rc.6
1254
-
1255
- ### Minor Changes
1256
-
1257
- - f3d076b: ZERO-2864: create tabby extension plugin
1258
-
1259
- ### Patch Changes
1260
-
1261
- - Updated dependencies [f3d076b]
1262
- - @akinon/next@1.56.0-rc.6
1263
- - @akinon/pz-akifast@1.56.0-rc.6
1264
- - @akinon/pz-b2b@1.56.0-rc.6
1265
- - @akinon/pz-basket-gift-pack@1.56.0-rc.6
1266
- - @akinon/pz-bkm@1.56.0-rc.6
1267
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.6
1268
- - @akinon/pz-click-collect@1.56.0-rc.6
1269
- - @akinon/pz-credit-payment@1.56.0-rc.6
1270
- - @akinon/pz-gpay@1.56.0-rc.6
1271
- - @akinon/pz-masterpass@1.56.0-rc.6
1272
- - @akinon/pz-one-click-checkout@1.56.0-rc.6
1273
- - @akinon/pz-otp@1.56.0-rc.6
1274
- - @akinon/pz-pay-on-delivery@1.56.0-rc.6
1275
-
1276
- ## 1.56.0-rc.5
1277
-
1278
- ### Patch Changes
1279
-
1280
- - Updated dependencies [c416d18]
1281
- - @akinon/next@1.56.0-rc.5
1282
- - @akinon/pz-akifast@1.56.0-rc.5
1283
- - @akinon/pz-b2b@1.56.0-rc.5
1284
- - @akinon/pz-basket-gift-pack@1.56.0-rc.5
1285
- - @akinon/pz-bkm@1.56.0-rc.5
1286
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.5
1287
- - @akinon/pz-click-collect@1.56.0-rc.5
1288
- - @akinon/pz-credit-payment@1.56.0-rc.5
1289
- - @akinon/pz-gpay@1.56.0-rc.5
1290
- - @akinon/pz-masterpass@1.56.0-rc.5
1291
- - @akinon/pz-one-click-checkout@1.56.0-rc.5
1292
- - @akinon/pz-otp@1.56.0-rc.5
1293
- - @akinon/pz-pay-on-delivery@1.56.0-rc.5
1294
-
1295
- ## 1.56.0-rc.4
1296
-
1297
- ### Minor Changes
1298
-
1299
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1300
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1301
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1302
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1303
- - 27a5296d: ZERO-2631:Fix Checkbox Click
1304
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1305
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1306
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1307
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1308
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1309
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1310
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1311
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1312
- - d3474c64: ZERO-2655: Add data source shipping option
1313
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1314
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1315
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1316
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1317
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1318
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1319
- - beb499e6: ZERO-2551: Add new tsconfig paths
1320
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1321
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1322
- - f046f8e0: ZERO-2575: update version for react-number-format
1323
645
  - b9273fd: ZERO-2889: add host headers to requests
1324
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1325
646
 
1326
647
  ### Patch Changes
1327
648
 
1328
- - Updated dependencies [572d2e84]
1329
- - Updated dependencies [5dfeea0]
1330
- - Updated dependencies [a4c8d6a9]
1331
- - Updated dependencies [fda5b927]
1332
- - Updated dependencies [2d9b2b2c]
1333
- - Updated dependencies [c53ea3e6]
1334
649
  - Updated dependencies [d93a507]
1335
- - Updated dependencies [714e0b46]
1336
- - Updated dependencies [6c25f66]
1337
- - Updated dependencies [bc2b411]
1338
- - Updated dependencies [3bf2dd9]
1339
- - Updated dependencies [e9541a13]
1340
- - Updated dependencies [c53ef7b9]
1341
- - Updated dependencies [2e6104d]
1342
- - Updated dependencies [64699d3]
1343
- - Updated dependencies [0d3a913e]
1344
- - Updated dependencies [7b05522]
1345
- - Updated dependencies [d6edb1d]
1346
- - Updated dependencies [d3474c64]
1347
- - Updated dependencies [17f8752]
1348
- - Updated dependencies [29ead87]
1349
- - Updated dependencies [c45b62c]
1350
- - Updated dependencies [91265bba]
1351
- - Updated dependencies [bbe18b9f]
1352
- - Updated dependencies [d4099960]
1353
- - Updated dependencies [4920742]
1354
- - Updated dependencies [12a873e]
1355
650
  - Updated dependencies [674badc]
1356
- - Updated dependencies [7e56d6b]
1357
- - Updated dependencies [94b69285]
1358
- - Updated dependencies [98bb8dcd]
1359
651
  - Updated dependencies [207ac6e]
1360
- - Updated dependencies [dcc8a150]
1361
- - Updated dependencies [8f47cca]
1362
- - Updated dependencies [fad27689]
1363
- - Updated dependencies [dff0d595]
1364
- - Updated dependencies [fdd0b41]
1365
- - Updated dependencies [f2c325c]
1366
- - Updated dependencies [9e25a64]
1367
- - Updated dependencies [beb499e6]
1368
- - Updated dependencies [f2c92d5c]
1369
- - Updated dependencies [7bd3d99]
1370
- - Updated dependencies [f046f8e0]
1371
652
  - Updated dependencies [b9273fd]
1372
- - Updated dependencies [49eeebf]
1373
- - Updated dependencies [86d25315]
1374
653
  - Updated dependencies [c670bd4]
1375
- - Updated dependencies [3f9b8d7]
1376
- - @akinon/next@1.56.0-rc.4
1377
- - @akinon/pz-click-collect@1.56.0-rc.4
1378
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.4
1379
- - @akinon/pz-one-click-checkout@1.56.0-rc.4
1380
- - @akinon/pz-basket-gift-pack@1.56.0-rc.4
1381
- - @akinon/pz-pay-on-delivery@1.56.0-rc.4
1382
- - @akinon/pz-credit-payment@1.56.0-rc.4
1383
- - @akinon/pz-masterpass@1.56.0-rc.4
1384
- - @akinon/pz-akifast@1.56.0-rc.4
1385
- - @akinon/pz-gpay@1.56.0-rc.4
1386
- - @akinon/pz-b2b@1.56.0-rc.4
1387
- - @akinon/pz-bkm@1.56.0-rc.4
1388
- - @akinon/pz-otp@1.56.0-rc.4
1389
-
1390
- ## 1.56.0-rc.3
1391
-
1392
- ### Patch Changes
1393
-
1394
- - Updated dependencies [674badc]
1395
- - @akinon/next@1.56.0-rc.3
1396
- - @akinon/pz-akifast@1.56.0-rc.3
1397
- - @akinon/pz-b2b@1.56.0-rc.3
1398
- - @akinon/pz-basket-gift-pack@1.56.0-rc.3
1399
- - @akinon/pz-bkm@1.56.0-rc.3
1400
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.3
1401
- - @akinon/pz-click-collect@1.56.0-rc.3
1402
- - @akinon/pz-credit-payment@1.56.0-rc.3
1403
- - @akinon/pz-gpay@1.56.0-rc.3
1404
- - @akinon/pz-masterpass@1.56.0-rc.3
1405
- - @akinon/pz-one-click-checkout@1.56.0-rc.3
1406
- - @akinon/pz-otp@1.56.0-rc.3
1407
- - @akinon/pz-pay-on-delivery@1.56.0-rc.3
1408
-
1409
- ## 1.56.0-rc.2
1410
-
1411
- ### Patch Changes
1412
-
1413
- - Updated dependencies [7b05522]
1414
- - Updated dependencies [29ead87]
1415
- - @akinon/next@1.56.0-rc.2
1416
- - @akinon/pz-otp@1.56.0-rc.2
1417
- - @akinon/pz-akifast@1.56.0-rc.2
1418
- - @akinon/pz-b2b@1.56.0-rc.2
1419
- - @akinon/pz-basket-gift-pack@1.56.0-rc.2
1420
- - @akinon/pz-bkm@1.56.0-rc.2
1421
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.2
1422
- - @akinon/pz-click-collect@1.56.0-rc.2
1423
- - @akinon/pz-credit-payment@1.56.0-rc.2
1424
- - @akinon/pz-gpay@1.56.0-rc.2
1425
- - @akinon/pz-masterpass@1.56.0-rc.2
1426
- - @akinon/pz-one-click-checkout@1.56.0-rc.2
1427
- - @akinon/pz-pay-on-delivery@1.56.0-rc.2
1428
-
1429
- ## 1.56.0-rc.1
1430
-
1431
- ### Patch Changes
1432
-
1433
- - Updated dependencies [207ac6e]
1434
- - @akinon/next@1.56.0-rc.1
1435
- - @akinon/pz-akifast@1.56.0-rc.1
1436
- - @akinon/pz-b2b@1.56.0-rc.1
1437
- - @akinon/pz-basket-gift-pack@1.56.0-rc.1
1438
- - @akinon/pz-bkm@1.56.0-rc.1
1439
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.1
1440
- - @akinon/pz-click-collect@1.56.0-rc.1
1441
- - @akinon/pz-credit-payment@1.56.0-rc.1
1442
- - @akinon/pz-gpay@1.56.0-rc.1
1443
- - @akinon/pz-masterpass@1.56.0-rc.1
1444
- - @akinon/pz-one-click-checkout@1.56.0-rc.1
1445
- - @akinon/pz-otp@1.56.0-rc.1
1446
- - @akinon/pz-pay-on-delivery@1.56.0-rc.1
1447
-
1448
- ## 1.56.0-rc.0
1449
-
1450
- ### Minor Changes
1451
-
1452
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1453
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1454
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1455
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1456
- - 27a5296d: ZERO-2631:Fix Checkbox Click
1457
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1458
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1459
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1460
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1461
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1462
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1463
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1464
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1465
- - d3474c64: ZERO-2655: Add data source shipping option
1466
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1467
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1468
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1469
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1470
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1471
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
1472
- - beb499e6: ZERO-2551: Add new tsconfig paths
1473
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1474
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1475
- - f046f8e0: ZERO-2575: update version for react-number-format
1476
- - b9273fd3: ZERO-2889: add host headers to requests
1477
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1478
-
1479
- ### Patch Changes
1480
-
1481
- - Updated dependencies [572d2e84]
1482
- - Updated dependencies [5dfeea0]
1483
- - Updated dependencies [a4c8d6a9]
1484
- - Updated dependencies [fda5b927]
1485
- - Updated dependencies [2d9b2b2c]
1486
- - Updated dependencies [c53ea3e6]
1487
- - Updated dependencies [d93a507]
1488
- - Updated dependencies [714e0b46]
1489
- - Updated dependencies [6c25f666]
1490
- - Updated dependencies [bc2b4117]
1491
- - Updated dependencies [3bf2dd94]
1492
- - Updated dependencies [e9541a13]
1493
- - Updated dependencies [c53ef7b9]
1494
- - Updated dependencies [2e6104d]
1495
- - Updated dependencies [64699d3f]
1496
- - Updated dependencies [0d3a913e]
1497
- - Updated dependencies [d6edb1d0]
1498
- - Updated dependencies [d3474c64]
1499
- - Updated dependencies [17f87524]
1500
- - Updated dependencies [c45b62c9]
1501
- - Updated dependencies [91265bba]
1502
- - Updated dependencies [bbe18b9f]
1503
- - Updated dependencies [d4099960]
1504
- - Updated dependencies [4920742c]
1505
- - Updated dependencies [12a873e]
1506
- - Updated dependencies [7e56d6b6]
1507
- - Updated dependencies [94b69285]
1508
- - Updated dependencies [98bb8dcd]
1509
- - Updated dependencies [dcc8a150]
1510
- - Updated dependencies [8f47ccae]
1511
- - Updated dependencies [fad27689]
1512
- - Updated dependencies [dff0d595]
1513
- - Updated dependencies [fdd0b41]
1514
- - Updated dependencies [f2c325c1]
1515
- - Updated dependencies [9e25a64b]
1516
- - Updated dependencies [beb499e6]
1517
- - Updated dependencies [f2c92d5c]
1518
- - Updated dependencies [7bd3d992]
1519
- - Updated dependencies [f046f8e0]
1520
- - Updated dependencies [b9273fd3]
1521
- - Updated dependencies [49eeebf]
1522
- - Updated dependencies [86d25315]
1523
- - Updated dependencies [c670bd48]
1524
- - Updated dependencies [3f9b8d7e]
1525
- - @akinon/next@1.56.0-rc.0
1526
- - @akinon/pz-click-collect@1.56.0-rc.0
1527
- - @akinon/pz-checkout-gift-pack@1.56.0-rc.0
1528
- - @akinon/pz-one-click-checkout@1.56.0-rc.0
1529
- - @akinon/pz-basket-gift-pack@1.56.0-rc.0
1530
- - @akinon/pz-pay-on-delivery@1.56.0-rc.0
1531
- - @akinon/pz-credit-payment@1.56.0-rc.0
1532
- - @akinon/pz-masterpass@1.56.0-rc.0
1533
- - @akinon/pz-akifast@1.56.0-rc.0
1534
- - @akinon/pz-gpay@1.56.0-rc.0
1535
- - @akinon/pz-b2b@1.56.0-rc.0
1536
- - @akinon/pz-bkm@1.56.0-rc.0
1537
- - @akinon/pz-otp@1.56.0-rc.0
654
+ - @akinon/next@1.56.0
655
+ - @akinon/pz-akifast@1.56.0
656
+ - @akinon/pz-b2b@1.56.0
657
+ - @akinon/pz-basket-gift-pack@1.56.0
658
+ - @akinon/pz-bkm@1.56.0
659
+ - @akinon/pz-checkout-gift-pack@1.56.0
660
+ - @akinon/pz-click-collect@1.56.0
661
+ - @akinon/pz-credit-payment@1.56.0
662
+ - @akinon/pz-gpay@1.56.0
663
+ - @akinon/pz-masterpass@1.56.0
664
+ - @akinon/pz-one-click-checkout@1.56.0
665
+ - @akinon/pz-otp@1.56.0
666
+ - @akinon/pz-pay-on-delivery@1.56.0
1538
667
 
1539
668
  ## 1.55.0
1540
669
 
@@ -1677,721 +806,64 @@
1677
806
 
1678
807
  ### Patch Changes
1679
808
 
1680
- - Updated dependencies [90282b53]
1681
- - Updated dependencies [50b90692]
1682
- - Updated dependencies [572d2e84]
1683
- - Updated dependencies [5dfeea0]
1684
- - Updated dependencies [a4c8d6a9]
1685
- - Updated dependencies [fda5b927]
1686
- - Updated dependencies [2d9b2b2]
1687
- - Updated dependencies [c53ea3e6]
1688
- - Updated dependencies [d93a507]
1689
- - Updated dependencies [8d9ac9a]
1690
- - Updated dependencies [18e8197]
1691
- - Updated dependencies [714e0b46]
1692
- - Updated dependencies [70279e7]
1693
- - Updated dependencies [6c25f66]
1694
- - Updated dependencies [bc2b411]
1695
- - Updated dependencies [3bf2dd9]
1696
- - Updated dependencies [e9541a1]
1697
- - Updated dependencies [c53ef7b9]
1698
- - Updated dependencies [9d94f7e]
1699
- - Updated dependencies [2e6104d]
1700
- - Updated dependencies [64699d3]
1701
- - Updated dependencies [0d3a913e]
1702
- - Updated dependencies [1448a96e]
1703
- - Updated dependencies [1ec2e9d]
1704
- - Updated dependencies [d6edb1d]
1705
- - Updated dependencies [d3474c64]
1706
- - Updated dependencies [75080fd6]
1707
- - Updated dependencies [17f8752]
1708
- - Updated dependencies [c45b62c]
1709
- - Updated dependencies [91265bba]
1710
- - Updated dependencies [bbe18b9f]
1711
- - Updated dependencies [d4099960]
1712
- - Updated dependencies [4920742]
1713
- - Updated dependencies [12a873e]
1714
- - Updated dependencies [69ca0801]
1715
- - Updated dependencies [7e56d6b]
1716
- - Updated dependencies [94b6928]
1717
- - Updated dependencies [98bb8dcd]
1718
- - Updated dependencies [46b7aad7]
1719
- - Updated dependencies [dcc8a150]
1720
- - Updated dependencies [8f47cca]
1721
- - Updated dependencies [fad27689]
1722
- - Updated dependencies [dff0d595]
1723
- - Updated dependencies [fdd0b41]
1724
- - Updated dependencies [eecb282]
1725
- - Updated dependencies [f2c325c]
1726
- - Updated dependencies [9e25a64]
1727
- - Updated dependencies [beb499e6]
1728
- - Updated dependencies [146ea391]
1729
- - Updated dependencies [f2c92d5]
1730
- - Updated dependencies [7bd3d99]
1731
- - Updated dependencies [c47be30d]
1732
- - Updated dependencies [e9a46acb]
1733
- - Updated dependencies [f046f8e0]
1734
- - Updated dependencies [b9273fd]
1735
- - Updated dependencies [49eeebf]
1736
- - Updated dependencies [86d25315]
1737
- - Updated dependencies [c670bd4]
1738
- - Updated dependencies [3f9b8d7]
1739
- - Updated dependencies [3d35f70]
1740
- - @akinon/next@1.50.0-rc.2
1741
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.2
1742
- - @akinon/pz-one-click-checkout@1.50.0-rc.2
1743
- - @akinon/pz-basket-gift-pack@1.50.0-rc.2
1744
- - @akinon/pz-click-collect@1.50.0-rc.2
1745
- - @akinon/pz-masterpass@1.50.0-rc.2
1746
- - @akinon/pz-akifast@1.50.0-rc.2
1747
- - @akinon/pz-gpay@1.50.0-rc.2
1748
- - @akinon/pz-b2b@1.50.0-rc.2
1749
- - @akinon/pz-bkm@1.50.0-rc.2
1750
- - @akinon/pz-otp@1.50.0-rc.2
1751
- - @akinon/pz-pay-on-delivery@1.50.0-rc.2
1752
- - @akinon/pz-credit-payment@1.50.0-rc.2
1753
-
1754
- ## 1.50.0-rc.1
809
+ - Updated dependencies [eaf97d6]
810
+ - @akinon/next@1.50.0
811
+ - @akinon/pz-akifast@1.50.0
812
+ - @akinon/pz-b2b@1.50.0
813
+ - @akinon/pz-basket-gift-pack@1.50.0
814
+ - @akinon/pz-bkm@1.50.0
815
+ - @akinon/pz-checkout-gift-pack@1.50.0
816
+ - @akinon/pz-click-collect@1.50.0
817
+ - @akinon/pz-credit-payment@1.50.0
818
+ - @akinon/pz-gpay@1.50.0
819
+ - @akinon/pz-masterpass@1.50.0
820
+ - @akinon/pz-one-click-checkout@1.50.0
821
+ - @akinon/pz-otp@1.50.0
822
+ - @akinon/pz-pay-on-delivery@1.50.0
823
+
824
+ ## 1.49.0
1755
825
 
1756
826
  ### Patch Changes
1757
827
 
1758
- - Updated dependencies [49eeebf]
1759
- - @akinon/next@1.50.0-rc.1
1760
- - @akinon/pz-akifast@1.50.0-rc.1
1761
- - @akinon/pz-b2b@1.50.0-rc.1
1762
- - @akinon/pz-basket-gift-pack@1.50.0-rc.1
1763
- - @akinon/pz-bkm@1.50.0-rc.1
1764
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.1
1765
- - @akinon/pz-click-collect@1.50.0-rc.1
1766
- - @akinon/pz-credit-payment@1.50.0-rc.1
1767
- - @akinon/pz-gpay@1.50.0-rc.1
1768
- - @akinon/pz-masterpass@1.50.0-rc.1
1769
- - @akinon/pz-one-click-checkout@1.50.0-rc.1
1770
- - @akinon/pz-otp@1.50.0-rc.1
1771
- - @akinon/pz-pay-on-delivery@1.50.0-rc.1
1772
-
1773
- ## 1.50.0-rc.0
828
+ - Updated dependencies [26b809f]
829
+ - Updated dependencies [20da358]
830
+ - Updated dependencies [04115e5]
831
+ - Updated dependencies [fa88889]
832
+ - @akinon/next@1.49.0
833
+ - @akinon/pz-akifast@1.49.0
834
+ - @akinon/pz-b2b@1.49.0
835
+ - @akinon/pz-basket-gift-pack@1.49.0
836
+ - @akinon/pz-bkm@1.49.0
837
+ - @akinon/pz-checkout-gift-pack@1.49.0
838
+ - @akinon/pz-click-collect@1.49.0
839
+ - @akinon/pz-credit-payment@1.49.0
840
+ - @akinon/pz-gpay@1.49.0
841
+ - @akinon/pz-masterpass@1.49.0
842
+ - @akinon/pz-one-click-checkout@1.49.0
843
+ - @akinon/pz-otp@1.49.0
844
+ - @akinon/pz-pay-on-delivery@1.49.0
845
+
846
+ ## 1.48.0
1774
847
 
1775
848
  ### Minor Changes
1776
849
 
1777
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1778
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1779
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1780
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1781
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1782
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1783
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1784
- - 27a5296d: ZERO-2631:Fix Checkbox Click
1785
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1786
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1787
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1788
- - 52c13732: ZERO-2619: Added fix flag for the staged linter
1789
- - 552ee8a: ZERO-2777: fix link component usage
1790
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1791
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1792
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1793
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1794
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1795
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1796
- - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
1797
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1798
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1799
- - d3474c64: ZERO-2655: Add data source shipping option
1800
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1801
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1802
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1803
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1804
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1805
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1806
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1807
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1808
- - dfabc06: ZERO-2836: Upgrade version for tailwind
1809
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1810
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1811
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1812
- - beb499e6: ZERO-2551: Add new tsconfig paths
1813
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1814
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1815
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1816
- - f046f8e0: ZERO-2575: update version for react-number-format
1817
- - b9273fd: ZERO-2889: add host headers to requests
1818
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
850
+ - f45aa87: ZERO-2904: Upgrade version for tailwindcss
1819
851
 
1820
852
  ### Patch Changes
1821
853
 
1822
- - Updated dependencies [90282b53]
1823
- - Updated dependencies [50b90692]
1824
- - Updated dependencies [572d2e84]
1825
- - Updated dependencies [5dfeea0]
1826
- - Updated dependencies [a4c8d6a9]
1827
- - Updated dependencies [fda5b927]
1828
- - Updated dependencies [2d9b2b2]
1829
- - Updated dependencies [c53ea3e6]
1830
- - Updated dependencies [d93a507]
1831
- - Updated dependencies [8d9ac9a]
1832
- - Updated dependencies [18e8197]
1833
- - Updated dependencies [eaf97d6]
1834
- - Updated dependencies [714e0b46]
1835
- - Updated dependencies [70279e7]
1836
- - Updated dependencies [6c25f66]
1837
- - Updated dependencies [bc2b411]
1838
- - Updated dependencies [3bf2dd9]
1839
- - Updated dependencies [e9541a1]
1840
- - Updated dependencies [c53ef7b9]
1841
- - Updated dependencies [9d94f7e]
1842
- - Updated dependencies [2e6104d]
1843
- - Updated dependencies [64699d3]
1844
- - Updated dependencies [0d3a913e]
1845
- - Updated dependencies [1448a96e]
1846
- - Updated dependencies [1ec2e9d]
1847
- - Updated dependencies [d6edb1d]
1848
- - Updated dependencies [d3474c64]
1849
- - Updated dependencies [75080fd6]
1850
- - Updated dependencies [17f8752]
1851
- - Updated dependencies [c45b62c]
1852
- - Updated dependencies [91265bba]
1853
- - Updated dependencies [bbe18b9f]
1854
- - Updated dependencies [d4099960]
1855
- - Updated dependencies [4920742]
1856
- - Updated dependencies [12a873e]
1857
- - Updated dependencies [69ca080]
1858
- - Updated dependencies [7e56d6b]
1859
- - Updated dependencies [94b6928]
1860
- - Updated dependencies [98bb8dcd]
1861
- - Updated dependencies [46b7aad7]
1862
- - Updated dependencies [dcc8a150]
1863
- - Updated dependencies [8f47cca]
1864
- - Updated dependencies [fad27689]
1865
- - Updated dependencies [dff0d595]
1866
- - Updated dependencies [fdd0b41]
1867
- - Updated dependencies [eecb282]
1868
- - Updated dependencies [f2c325c]
1869
- - Updated dependencies [9e25a64]
1870
- - Updated dependencies [beb499e6]
1871
- - Updated dependencies [146ea391]
1872
- - Updated dependencies [f2c92d5]
1873
- - Updated dependencies [7bd3d99]
1874
- - Updated dependencies [c47be30d]
1875
- - Updated dependencies [e9a46acb]
1876
- - Updated dependencies [f046f8e0]
1877
- - Updated dependencies [b9273fd]
1878
- - Updated dependencies [86d25315]
1879
- - Updated dependencies [c670bd4]
1880
- - Updated dependencies [3f9b8d7]
1881
- - @akinon/next@1.50.0-rc.0
1882
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.0
1883
- - @akinon/pz-one-click-checkout@1.50.0-rc.0
1884
- - @akinon/pz-basket-gift-pack@1.50.0-rc.0
1885
- - @akinon/pz-click-collect@1.50.0-rc.0
1886
- - @akinon/pz-masterpass@1.50.0-rc.0
1887
- - @akinon/pz-akifast@1.50.0-rc.0
1888
- - @akinon/pz-gpay@1.50.0-rc.0
1889
- - @akinon/pz-b2b@1.50.0-rc.0
1890
- - @akinon/pz-bkm@1.50.0-rc.0
1891
- - @akinon/pz-otp@1.50.0-rc.0
1892
- - @akinon/pz-pay-on-delivery@1.50.0-rc.0
1893
- - @akinon/pz-credit-payment@1.50.0-rc.0
1894
-
1895
- ## 1.49.0
1896
-
1897
- ### Patch Changes
1898
-
1899
- - Updated dependencies [26b809f]
1900
- - Updated dependencies [20da358]
1901
- - Updated dependencies [04115e5]
1902
- - Updated dependencies [fa88889]
1903
- - @akinon/next@1.49.0
1904
- - @akinon/pz-akifast@1.49.0
1905
- - @akinon/pz-b2b@1.49.0
1906
- - @akinon/pz-basket-gift-pack@1.49.0
1907
- - @akinon/pz-bkm@1.49.0
1908
- - @akinon/pz-checkout-gift-pack@1.49.0
1909
- - @akinon/pz-click-collect@1.49.0
1910
- - @akinon/pz-credit-payment@1.49.0
1911
- - @akinon/pz-gpay@1.49.0
1912
- - @akinon/pz-masterpass@1.49.0
1913
- - @akinon/pz-one-click-checkout@1.49.0
1914
- - @akinon/pz-otp@1.49.0
1915
- - @akinon/pz-pay-on-delivery@1.49.0
1916
-
1917
- ## 1.48.0
1918
-
1919
- ### Minor Changes
1920
-
1921
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1922
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1923
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1924
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1925
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1926
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1927
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1928
- - 27a5296d: ZERO-2631:Fix Checkbox Click
1929
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1930
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1931
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1932
- - 52c13732: ZERO-2619: Added fix flag for the staged linter
1933
- - 552ee8a: ZERO-2777: fix link component usage
1934
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1935
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1936
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1937
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1938
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1939
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1940
- - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
1941
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1942
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1943
- - d3474c64: ZERO-2655: Add data source shipping option
1944
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1945
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1946
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1947
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1948
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1949
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1950
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1951
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1952
- - dfabc06: ZERO-2836: Upgrade version for tailwind
1953
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1954
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1955
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1956
- - beb499e6: ZERO-2551: Add new tsconfig paths
1957
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1958
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1959
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1960
- - f046f8e0: ZERO-2575: update version for react-number-format
1961
- - b9273fd: ZERO-2889: add host headers to requests
1962
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1963
-
1964
- ### Patch Changes
1965
-
1966
- - Updated dependencies [90282b53]
1967
- - Updated dependencies [50b9069]
1968
- - Updated dependencies [572d2e84]
1969
- - Updated dependencies [5dfeea0]
1970
- - Updated dependencies [a4c8d6a9]
1971
- - Updated dependencies [fda5b927]
1972
- - Updated dependencies [2d9b2b2]
1973
- - Updated dependencies [c53ea3e6]
1974
- - Updated dependencies [d93a507]
1975
- - Updated dependencies [8d9ac9a]
1976
- - Updated dependencies [18e8197]
1977
- - Updated dependencies [714e0b46]
1978
- - Updated dependencies [70279e7]
1979
- - Updated dependencies [6c25f66]
1980
- - Updated dependencies [bc2b411]
1981
- - Updated dependencies [3bf2dd9]
1982
- - Updated dependencies [e9541a1]
1983
- - Updated dependencies [c53ef7b9]
1984
- - Updated dependencies [9d94f7e]
1985
- - Updated dependencies [2e6104d]
1986
- - Updated dependencies [64699d3]
1987
- - Updated dependencies [0d3a913e]
1988
- - Updated dependencies [1448a96e]
1989
- - Updated dependencies [26b809f]
1990
- - Updated dependencies [1ec2e9d]
1991
- - Updated dependencies [d6edb1d]
1992
- - Updated dependencies [d3474c64]
1993
- - Updated dependencies [75080fd6]
1994
- - Updated dependencies [17f8752]
1995
- - Updated dependencies [c45b62c]
1996
- - Updated dependencies [91265bba]
1997
- - Updated dependencies [20da358]
1998
- - Updated dependencies [bbe18b9f]
1999
- - Updated dependencies [d409996]
2000
- - Updated dependencies [4920742]
2001
- - Updated dependencies [12a873e]
2002
- - Updated dependencies [69ca080]
2003
- - Updated dependencies [7e56d6b]
2004
- - Updated dependencies [94b6928]
2005
- - Updated dependencies [98bb8dcd]
2006
- - Updated dependencies [46b7aad7]
2007
- - Updated dependencies [dcc8a150]
2008
- - Updated dependencies [8f47cca]
2009
- - Updated dependencies [fad27689]
2010
- - Updated dependencies [dff0d595]
2011
- - Updated dependencies [fdd0b41]
2012
- - Updated dependencies [eecb282]
2013
- - Updated dependencies [f2c325c]
2014
- - Updated dependencies [9e25a64]
2015
- - Updated dependencies [beb499e6]
2016
- - Updated dependencies [146ea391]
2017
- - Updated dependencies [f2c92d5]
2018
- - Updated dependencies [7bd3d99]
2019
- - Updated dependencies [c47be30d]
2020
- - Updated dependencies [e9a46acb]
2021
- - Updated dependencies [f046f8e0]
2022
- - Updated dependencies [04115e5]
2023
- - Updated dependencies [b9273fd]
2024
- - Updated dependencies [fa88889]
2025
- - Updated dependencies [86d25315]
2026
- - Updated dependencies [c670bd4]
2027
- - Updated dependencies [3f9b8d7]
2028
- - @akinon/next@1.48.0-rc.8
2029
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.8
2030
- - @akinon/pz-one-click-checkout@1.48.0-rc.8
2031
- - @akinon/pz-basket-gift-pack@1.48.0-rc.8
2032
- - @akinon/pz-click-collect@1.48.0-rc.8
2033
- - @akinon/pz-masterpass@1.48.0-rc.8
2034
- - @akinon/pz-akifast@1.48.0-rc.8
2035
- - @akinon/pz-gpay@1.48.0-rc.8
2036
- - @akinon/pz-b2b@1.48.0-rc.8
2037
- - @akinon/pz-bkm@1.48.0-rc.8
2038
- - @akinon/pz-otp@1.48.0-rc.8
2039
- - @akinon/pz-pay-on-delivery@1.48.0-rc.8
2040
- - @akinon/pz-credit-payment@1.48.0-rc.8
2041
-
2042
- ## 1.48.0-rc.7
2043
-
2044
- ### Patch Changes
2045
-
2046
- - Updated dependencies [26b809f]
2047
- - @akinon/next@1.48.0-rc.7
2048
- - @akinon/pz-akifast@1.48.0-rc.7
2049
- - @akinon/pz-b2b@1.48.0-rc.7
2050
- - @akinon/pz-basket-gift-pack@1.48.0-rc.7
2051
- - @akinon/pz-bkm@1.48.0-rc.7
2052
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.7
2053
- - @akinon/pz-click-collect@1.48.0-rc.7
2054
- - @akinon/pz-credit-payment@1.48.0-rc.7
2055
- - @akinon/pz-gpay@1.48.0-rc.7
2056
- - @akinon/pz-masterpass@1.48.0-rc.7
2057
- - @akinon/pz-one-click-checkout@1.48.0-rc.7
2058
- - @akinon/pz-otp@1.48.0-rc.7
2059
- - @akinon/pz-pay-on-delivery@1.48.0-rc.7
2060
-
2061
- ## 1.48.0-rc.6
2062
-
2063
- ### Patch Changes
2064
-
2065
- - Updated dependencies [04115e5]
2066
- - @akinon/next@1.48.0-rc.6
2067
- - @akinon/pz-akifast@1.48.0-rc.6
2068
- - @akinon/pz-b2b@1.48.0-rc.6
2069
- - @akinon/pz-basket-gift-pack@1.48.0-rc.6
2070
- - @akinon/pz-bkm@1.48.0-rc.6
2071
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.6
2072
- - @akinon/pz-click-collect@1.48.0-rc.6
2073
- - @akinon/pz-credit-payment@1.48.0-rc.6
2074
- - @akinon/pz-gpay@1.48.0-rc.6
2075
- - @akinon/pz-masterpass@1.48.0-rc.6
2076
- - @akinon/pz-one-click-checkout@1.48.0-rc.6
2077
- - @akinon/pz-otp@1.48.0-rc.6
2078
- - @akinon/pz-pay-on-delivery@1.48.0-rc.6
2079
-
2080
- ## 1.48.0-rc.5
2081
-
2082
- ### Patch Changes
2083
-
2084
- - Updated dependencies [20da358]
2085
- - @akinon/next@1.48.0-rc.5
2086
- - @akinon/pz-akifast@1.48.0-rc.5
2087
- - @akinon/pz-b2b@1.48.0-rc.5
2088
- - @akinon/pz-basket-gift-pack@1.48.0-rc.5
2089
- - @akinon/pz-bkm@1.48.0-rc.5
2090
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.5
2091
- - @akinon/pz-click-collect@1.48.0-rc.5
2092
- - @akinon/pz-credit-payment@1.48.0-rc.5
2093
- - @akinon/pz-gpay@1.48.0-rc.5
2094
- - @akinon/pz-masterpass@1.48.0-rc.5
2095
- - @akinon/pz-one-click-checkout@1.48.0-rc.5
2096
- - @akinon/pz-otp@1.48.0-rc.5
2097
- - @akinon/pz-pay-on-delivery@1.48.0-rc.5
2098
-
2099
- ## 1.48.0-rc.4
2100
-
2101
- ### Patch Changes
2102
-
2103
- - Updated dependencies [5dfeea0]
2104
- - @akinon/next@1.48.0-rc.4
2105
- - @akinon/pz-akifast@1.48.0-rc.4
2106
- - @akinon/pz-b2b@1.48.0-rc.4
2107
- - @akinon/pz-basket-gift-pack@1.48.0-rc.4
2108
- - @akinon/pz-bkm@1.48.0-rc.4
2109
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.4
2110
- - @akinon/pz-click-collect@1.48.0-rc.4
2111
- - @akinon/pz-credit-payment@1.48.0-rc.4
2112
- - @akinon/pz-gpay@1.48.0-rc.4
2113
- - @akinon/pz-masterpass@1.48.0-rc.4
2114
- - @akinon/pz-one-click-checkout@1.48.0-rc.4
2115
- - @akinon/pz-otp@1.48.0-rc.4
2116
- - @akinon/pz-pay-on-delivery@1.48.0-rc.4
2117
-
2118
- ## 1.48.0-rc.3
2119
-
2120
- ### Minor Changes
2121
-
2122
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
2123
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
2124
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
2125
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
2126
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
2127
- - 7521265: ZERO-2787: Fix hover classname for favorite item
2128
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
2129
- - 27a5296d: ZERO-2631:Fix Checkbox Click
2130
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2131
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2132
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2133
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
2134
- - 552ee8a: ZERO-2777: fix link component usage
2135
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
2136
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
2137
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
2138
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
2139
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
2140
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
2141
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2142
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
2143
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
2144
- - d3474c64: ZERO-2655: Add data source shipping option
2145
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
2146
- - 75080fd6: ZERO-2630: Add max limit to postcode area
2147
- - 9609eb2: ZERO-2779: Upgrade for tailwind
2148
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
2149
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
2150
- - 959e1fa: ZERO-2778: Upgrade for nextjs
2151
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
2152
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2153
- - dfabc06: ZERO-2836: Upgrade version for tailwind
2154
- - dff0d595: ZERO-2659: add formData support to proxy api requests
2155
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2156
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2157
- - beb499e6: ZERO-2551: Add new tsconfig paths
2158
- - f45aa87: ZERO-2904: Upgrade version for tailwindcss
2159
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2160
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
2161
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
2162
- - f046f8e0: ZERO-2575: update version for react-number-format
2163
- - b9273fd: ZERO-2889: add host headers to requests
2164
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
2165
-
2166
- ### Patch Changes
2167
-
2168
- - Updated dependencies [90282b53]
2169
- - Updated dependencies [50b9069]
2170
- - Updated dependencies [572d2e84]
2171
- - Updated dependencies [a4c8d6a9]
2172
- - Updated dependencies [fda5b92]
2173
- - Updated dependencies [2d9b2b2]
2174
- - Updated dependencies [c53ea3e6]
2175
- - Updated dependencies [d93a507]
2176
- - Updated dependencies [8d9ac9a]
2177
- - Updated dependencies [18e8197]
2178
- - Updated dependencies [714e0b46]
2179
- - Updated dependencies [70279e7]
2180
- - Updated dependencies [6c25f66]
2181
- - Updated dependencies [bc2b411]
2182
- - Updated dependencies [3bf2dd9]
2183
- - Updated dependencies [e9541a1]
2184
- - Updated dependencies [c53ef7b9]
2185
- - Updated dependencies [9d94f7e]
2186
- - Updated dependencies [2e6104d]
2187
- - Updated dependencies [64699d3]
2188
- - Updated dependencies [0d3a913e]
2189
- - Updated dependencies [1448a96e]
2190
- - Updated dependencies [1ec2e9d]
2191
- - Updated dependencies [d6edb1d]
2192
- - Updated dependencies [d3474c64]
2193
- - Updated dependencies [75080fd6]
2194
- - Updated dependencies [17f8752]
2195
- - Updated dependencies [c45b62c]
2196
- - Updated dependencies [91265bba]
2197
- - Updated dependencies [bbe18b9f]
2198
- - Updated dependencies [d409996]
2199
- - Updated dependencies [4920742]
2200
- - Updated dependencies [12a873e]
2201
- - Updated dependencies [69ca080]
2202
- - Updated dependencies [7e56d6b]
2203
- - Updated dependencies [94b6928]
2204
- - Updated dependencies [98bb8dcd]
2205
- - Updated dependencies [46b7aad]
2206
- - Updated dependencies [dcc8a150]
2207
- - Updated dependencies [8f47cca]
2208
- - Updated dependencies [fad27689]
2209
- - Updated dependencies [dff0d595]
2210
- - Updated dependencies [fdd0b41]
2211
- - Updated dependencies [eecb282]
2212
- - Updated dependencies [f2c325c]
2213
- - Updated dependencies [9e25a64]
2214
- - Updated dependencies [beb499e6]
2215
- - Updated dependencies [146ea39]
2216
- - Updated dependencies [f2c92d5]
2217
- - Updated dependencies [7bd3d99]
2218
- - Updated dependencies [c47be30d]
2219
- - Updated dependencies [e9a46acb]
2220
- - Updated dependencies [f046f8e0]
2221
- - Updated dependencies [b9273fd]
2222
- - Updated dependencies [86d25315]
2223
- - Updated dependencies [c670bd4]
2224
- - Updated dependencies [3f9b8d7]
2225
- - @akinon/next@1.48.0-rc.3
2226
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.3
2227
- - @akinon/pz-one-click-checkout@1.48.0-rc.3
2228
- - @akinon/pz-basket-gift-pack@1.48.0-rc.3
2229
- - @akinon/pz-click-collect@1.48.0-rc.3
2230
- - @akinon/pz-masterpass@1.48.0-rc.3
2231
- - @akinon/pz-akifast@1.48.0-rc.3
2232
- - @akinon/pz-gpay@1.48.0-rc.3
2233
- - @akinon/pz-b2b@1.48.0-rc.3
2234
- - @akinon/pz-bkm@1.48.0-rc.3
2235
- - @akinon/pz-otp@1.48.0-rc.3
2236
- - @akinon/pz-pay-on-delivery@1.48.0-rc.3
2237
- - @akinon/pz-credit-payment@1.48.0-rc.3
2238
-
2239
- ## 1.48.0-rc.2
2240
-
2241
- ### Minor Changes
2242
-
2243
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
2244
-
2245
- ### Patch Changes
2246
-
2247
- - Updated dependencies [2e6104d]
2248
- - @akinon/next@1.48.0-rc.2
2249
- - @akinon/pz-akifast@1.48.0-rc.2
2250
- - @akinon/pz-b2b@1.48.0-rc.2
2251
- - @akinon/pz-basket-gift-pack@1.48.0-rc.2
2252
- - @akinon/pz-bkm@1.48.0-rc.2
2253
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.2
2254
- - @akinon/pz-click-collect@1.48.0-rc.2
2255
- - @akinon/pz-credit-payment@1.48.0-rc.2
2256
- - @akinon/pz-gpay@1.48.0-rc.2
2257
- - @akinon/pz-masterpass@1.48.0-rc.2
2258
- - @akinon/pz-one-click-checkout@1.48.0-rc.2
2259
- - @akinon/pz-otp@1.48.0-rc.2
2260
- - @akinon/pz-pay-on-delivery@1.48.0-rc.2
2261
-
2262
- ## 1.48.0-rc.1
2263
-
2264
- ### Patch Changes
2265
-
2266
- - Updated dependencies [fdd0b41]
2267
- - @akinon/next@1.48.0-rc.1
2268
- - @akinon/pz-akifast@1.48.0-rc.1
2269
- - @akinon/pz-b2b@1.48.0-rc.1
2270
- - @akinon/pz-basket-gift-pack@1.48.0-rc.1
2271
- - @akinon/pz-bkm@1.48.0-rc.1
2272
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.1
2273
- - @akinon/pz-click-collect@1.48.0-rc.1
2274
- - @akinon/pz-credit-payment@1.48.0-rc.1
2275
- - @akinon/pz-gpay@1.48.0-rc.1
2276
- - @akinon/pz-masterpass@1.48.0-rc.1
2277
- - @akinon/pz-one-click-checkout@1.48.0-rc.1
2278
- - @akinon/pz-otp@1.48.0-rc.1
2279
- - @akinon/pz-pay-on-delivery@1.48.0-rc.1
2280
-
2281
- ## 1.48.0-rc.0
2282
-
2283
- ### Minor Changes
2284
-
2285
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2286
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2287
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
2288
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2289
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2290
- - 7521265: ZERO-2787: Fix hover classname for favorite item
2291
- - 27a5296d: ZERO-2631:Fix Checkbox Click
2292
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2293
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2294
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2295
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
2296
- - 552ee8a: ZERO-2777: fix link component usage
2297
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2298
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
2299
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
2300
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2301
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
2302
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2303
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
2304
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
2305
- - d3474c6: ZERO-2655: Add data source shipping option
2306
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
2307
- - 75080fd6: ZERO-2630: Add max limit to postcode area
2308
- - 9609eb2: ZERO-2779: Upgrade for tailwind
2309
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
2310
- - 959e1fa: ZERO-2778: Upgrade for nextjs
2311
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
2312
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2313
- - dfabc06: ZERO-2836: Upgrade version for tailwind
2314
- - dff0d595: ZERO-2659: add formData support to proxy api requests
2315
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2316
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2317
- - beb499e6: ZERO-2551: Add new tsconfig paths
2318
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2319
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
2320
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2321
- - f046f8e0: ZERO-2575: update version for react-number-format
2322
- - b9273fd: ZERO-2889: add host headers to requests
2323
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2324
-
2325
- ### Patch Changes
2326
-
2327
- - Updated dependencies [90282b5]
2328
- - Updated dependencies [50b9069]
2329
- - Updated dependencies [572d2e8]
2330
- - Updated dependencies [a4c8d6a9]
2331
- - Updated dependencies [fda5b92]
2332
- - Updated dependencies [2d9b2b2]
2333
- - Updated dependencies [c53ea3e6]
2334
- - Updated dependencies [d93a507]
2335
- - Updated dependencies [8d9ac9a]
2336
- - Updated dependencies [18e8197]
2337
- - Updated dependencies [714e0b4]
2338
- - Updated dependencies [70279e7]
2339
- - Updated dependencies [6c25f66]
2340
- - Updated dependencies [bc2b411]
2341
- - Updated dependencies [3bf2dd9]
2342
- - Updated dependencies [e9541a1]
2343
- - Updated dependencies [c53ef7b9]
2344
- - Updated dependencies [9d94f7e]
2345
- - Updated dependencies [64699d3]
2346
- - Updated dependencies [0d3a913]
2347
- - Updated dependencies [1448a96e]
2348
- - Updated dependencies [1ec2e9d]
2349
- - Updated dependencies [d6edb1d]
2350
- - Updated dependencies [d3474c6]
2351
- - Updated dependencies [75080fd6]
2352
- - Updated dependencies [17f8752]
2353
- - Updated dependencies [c45b62c]
2354
- - Updated dependencies [91265bba]
2355
- - Updated dependencies [bbe18b9f]
2356
- - Updated dependencies [d409996]
2357
- - Updated dependencies [4920742]
2358
- - Updated dependencies [12a873e]
2359
- - Updated dependencies [69ca080]
2360
- - Updated dependencies [7e56d6b]
2361
- - Updated dependencies [94b6928]
2362
- - Updated dependencies [98bb8dc]
2363
- - Updated dependencies [46b7aad]
2364
- - Updated dependencies [dcc8a15]
2365
- - Updated dependencies [8f47cca]
2366
- - Updated dependencies [fad2768]
2367
- - Updated dependencies [dff0d595]
2368
- - Updated dependencies [eecb282]
2369
- - Updated dependencies [f2c325c]
2370
- - Updated dependencies [9e25a64]
2371
- - Updated dependencies [beb499e6]
2372
- - Updated dependencies [146ea39]
2373
- - Updated dependencies [f2c92d5]
2374
- - Updated dependencies [7bd3d99]
2375
- - Updated dependencies [c47be30]
2376
- - Updated dependencies [e9a46ac]
2377
- - Updated dependencies [f046f8e0]
2378
- - Updated dependencies [b9273fd]
2379
- - Updated dependencies [86d2531]
2380
- - Updated dependencies [c670bd4]
2381
- - Updated dependencies [3f9b8d7]
2382
- - @akinon/next@1.48.0-rc.0
2383
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.0
2384
- - @akinon/pz-one-click-checkout@1.48.0-rc.0
2385
- - @akinon/pz-basket-gift-pack@1.48.0-rc.0
2386
- - @akinon/pz-click-collect@1.48.0-rc.0
2387
- - @akinon/pz-masterpass@1.48.0-rc.0
2388
- - @akinon/pz-akifast@1.48.0-rc.0
2389
- - @akinon/pz-gpay@1.48.0-rc.0
2390
- - @akinon/pz-b2b@1.48.0-rc.0
2391
- - @akinon/pz-bkm@1.48.0-rc.0
2392
- - @akinon/pz-otp@1.48.0-rc.0
2393
- - @akinon/pz-pay-on-delivery@1.48.0-rc.0
2394
- - @akinon/pz-credit-payment@1.48.0-rc.0
854
+ - @akinon/next@1.48.0
855
+ - @akinon/pz-akifast@1.48.0
856
+ - @akinon/pz-b2b@1.48.0
857
+ - @akinon/pz-basket-gift-pack@1.48.0
858
+ - @akinon/pz-bkm@1.48.0
859
+ - @akinon/pz-checkout-gift-pack@1.48.0
860
+ - @akinon/pz-click-collect@1.48.0
861
+ - @akinon/pz-credit-payment@1.48.0
862
+ - @akinon/pz-gpay@1.48.0
863
+ - @akinon/pz-masterpass@1.48.0
864
+ - @akinon/pz-one-click-checkout@1.48.0
865
+ - @akinon/pz-otp@1.48.0
866
+ - @akinon/pz-pay-on-delivery@1.48.0
2395
867
 
2396
868
  ## 1.47.0
2397
869
 
@@ -2432,844 +904,68 @@
2432
904
  - @akinon/pz-gpay@1.46.0
2433
905
  - @akinon/pz-masterpass@1.46.0
2434
906
  - @akinon/pz-one-click-checkout@1.46.0
2435
- - @akinon/pz-otp@1.46.0
2436
- - @akinon/pz-pay-on-delivery@1.46.0
2437
-
2438
- ## 1.45.0
2439
-
2440
- ### Patch Changes
2441
-
2442
- - Updated dependencies [90282b5]
2443
- - Updated dependencies [50b9069]
2444
- - Updated dependencies [572d2e8]
2445
- - Updated dependencies [a4c8d6a9]
2446
- - Updated dependencies [fda5b92]
2447
- - Updated dependencies [2d9b2b2]
2448
- - Updated dependencies [c53ea3e]
2449
- - Updated dependencies [8d9ac9a]
2450
- - Updated dependencies [18e8197]
2451
- - Updated dependencies [714e0b4]
2452
- - Updated dependencies [70279e7]
2453
- - Updated dependencies [6c25f66]
2454
- - Updated dependencies [bc2b411]
2455
- - Updated dependencies [3bf2dd9]
2456
- - Updated dependencies [e9541a1]
2457
- - Updated dependencies [c53ef7b9]
2458
- - Updated dependencies [9d94f7e]
2459
- - Updated dependencies [64699d3]
2460
- - Updated dependencies [0d3a913]
2461
- - Updated dependencies [1448a96e]
2462
- - Updated dependencies [d6edb1d]
2463
- - Updated dependencies [d3474c6]
2464
- - Updated dependencies [75080fd6]
2465
- - Updated dependencies [17f8752]
2466
- - Updated dependencies [c45b62c]
2467
- - Updated dependencies [91265bba]
2468
- - Updated dependencies [bbe18b9f]
2469
- - Updated dependencies [d409996]
2470
- - Updated dependencies [4920742]
2471
- - Updated dependencies [69ca080]
2472
- - Updated dependencies [7e56d6b]
2473
- - Updated dependencies [94b6928]
2474
- - Updated dependencies [98bb8dc]
2475
- - Updated dependencies [46b7aad]
2476
- - Updated dependencies [dcc8a15]
2477
- - Updated dependencies [8f47cca]
2478
- - Updated dependencies [fad2768]
2479
- - Updated dependencies [dff0d595]
2480
- - Updated dependencies [eecb282]
2481
- - Updated dependencies [f2c325c]
2482
- - Updated dependencies [9e25a64]
2483
- - Updated dependencies [beb499e6]
2484
- - Updated dependencies [948eb42]
2485
- - Updated dependencies [146ea39]
2486
- - Updated dependencies [f2c92d5]
2487
- - Updated dependencies [7bd3d99]
2488
- - Updated dependencies [c47be30]
2489
- - Updated dependencies [e9a46ac]
2490
- - Updated dependencies [f046f8e0]
2491
- - Updated dependencies [86d2531]
2492
- - Updated dependencies [3f9b8d7]
2493
- - @akinon/next@1.45.0-rc.5
2494
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.5
2495
- - @akinon/pz-one-click-checkout@1.45.0-rc.5
2496
- - @akinon/pz-basket-gift-pack@1.45.0-rc.5
2497
- - @akinon/pz-click-collect@1.45.0-rc.5
2498
- - @akinon/pz-masterpass@1.45.0-rc.5
2499
- - @akinon/pz-akifast@1.45.0-rc.5
2500
- - @akinon/pz-gpay@1.45.0-rc.5
2501
- - @akinon/pz-b2b@1.45.0-rc.5
2502
- - @akinon/pz-bkm@1.45.0-rc.5
2503
- - @akinon/pz-otp@1.45.0-rc.5
2504
- - @akinon/pz-pay-on-delivery@1.45.0-rc.5
2505
- - @akinon/pz-credit-payment@1.45.0-rc.5
2506
-
2507
- ## 1.45.0-rc.4
2508
-
2509
- ### Patch Changes
2510
-
2511
- - Updated dependencies [8f47cca]
2512
- - @akinon/next@1.45.0-rc.4
2513
- - @akinon/pz-akifast@1.45.0-rc.4
2514
- - @akinon/pz-b2b@1.45.0-rc.4
2515
- - @akinon/pz-basket-gift-pack@1.45.0-rc.4
2516
- - @akinon/pz-bkm@1.45.0-rc.4
2517
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.4
2518
- - @akinon/pz-click-collect@1.45.0-rc.4
2519
- - @akinon/pz-credit-payment@1.45.0-rc.4
2520
- - @akinon/pz-gpay@1.45.0-rc.4
2521
- - @akinon/pz-masterpass@1.45.0-rc.4
2522
- - @akinon/pz-one-click-checkout@1.45.0-rc.4
2523
- - @akinon/pz-otp@1.45.0-rc.4
2524
- - @akinon/pz-pay-on-delivery@1.45.0-rc.4
2525
-
2526
- ## 1.45.0-rc.3
2527
-
2528
- ### Patch Changes
2529
-
2530
- - Updated dependencies [948eb42]
2531
- - @akinon/next@1.45.0-rc.3
2532
- - @akinon/pz-akifast@1.45.0-rc.3
2533
- - @akinon/pz-b2b@1.45.0-rc.3
2534
- - @akinon/pz-basket-gift-pack@1.45.0-rc.3
2535
- - @akinon/pz-bkm@1.45.0-rc.3
2536
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.3
2537
- - @akinon/pz-click-collect@1.45.0-rc.3
2538
- - @akinon/pz-credit-payment@1.45.0-rc.3
2539
- - @akinon/pz-gpay@1.45.0-rc.3
2540
- - @akinon/pz-masterpass@1.45.0-rc.3
2541
- - @akinon/pz-one-click-checkout@1.45.0-rc.3
2542
- - @akinon/pz-otp@1.45.0-rc.3
2543
- - @akinon/pz-pay-on-delivery@1.45.0-rc.3
2544
-
2545
- ## 1.45.0-rc.2
2546
-
2547
- ### Minor Changes
2548
-
2549
- - dfabc06: ZERO-2836: Upgrade version for tailwind
2550
-
2551
- ### Patch Changes
2552
-
2553
- - Updated dependencies [c45b62c]
2554
- - Updated dependencies [f2c325c]
2555
- - @akinon/next@1.45.0-rc.2
2556
- - @akinon/pz-b2b@1.45.0-rc.2
2557
- - @akinon/pz-akifast@1.45.0-rc.2
2558
- - @akinon/pz-basket-gift-pack@1.45.0-rc.2
2559
- - @akinon/pz-bkm@1.45.0-rc.2
2560
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.2
2561
- - @akinon/pz-click-collect@1.45.0-rc.2
2562
- - @akinon/pz-credit-payment@1.45.0-rc.2
2563
- - @akinon/pz-gpay@1.45.0-rc.2
2564
- - @akinon/pz-masterpass@1.45.0-rc.2
2565
- - @akinon/pz-one-click-checkout@1.45.0-rc.2
2566
- - @akinon/pz-otp@1.45.0-rc.2
2567
- - @akinon/pz-pay-on-delivery@1.45.0-rc.2
2568
-
2569
- ## 1.45.0-rc.1
2570
-
2571
- ### Patch Changes
2572
-
2573
- - Updated dependencies [7e56d6b]
2574
- - @akinon/next@1.45.0-rc.1
2575
- - @akinon/pz-akifast@1.45.0-rc.1
2576
- - @akinon/pz-b2b@1.45.0-rc.1
2577
- - @akinon/pz-basket-gift-pack@1.45.0-rc.1
2578
- - @akinon/pz-bkm@1.45.0-rc.1
2579
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.1
2580
- - @akinon/pz-click-collect@1.45.0-rc.1
2581
- - @akinon/pz-credit-payment@1.45.0-rc.1
2582
- - @akinon/pz-gpay@1.45.0-rc.1
2583
- - @akinon/pz-masterpass@1.45.0-rc.1
2584
- - @akinon/pz-one-click-checkout@1.45.0-rc.1
2585
- - @akinon/pz-otp@1.45.0-rc.1
2586
- - @akinon/pz-pay-on-delivery@1.45.0-rc.1
2587
-
2588
- ## 1.45.0-rc.0
2589
-
2590
- ### Minor Changes
2591
-
2592
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2593
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2594
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2595
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2596
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2597
- - 7521265: ZERO-2787: Fix hover classname for favorite item
2598
- - 27a5296: ZERO-2631:Fix Checkbox Click
2599
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2600
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2601
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2602
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
2603
- - 552ee8a: ZERO-2777: fix link component usage
2604
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2605
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
2606
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
2607
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2608
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
2609
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2610
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2611
- - d3474c6: ZERO-2655: Add data source shipping option
2612
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
2613
- - 75080fd: ZERO-2630: Add max limit to postcode area
2614
- - 9609eb2: ZERO-2779: Upgrade for tailwind
2615
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
2616
- - 959e1fa: ZERO-2778: Upgrade for nextjs
2617
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2618
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2619
- - dff0d59: ZERO-2659: add formData support to proxy api requests
2620
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2621
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2622
- - beb499e: ZERO-2551: Add new tsconfig paths
2623
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2624
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2625
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2626
- - f046f8e0: ZERO-2575: update version for react-number-format
2627
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2628
-
2629
- ### Patch Changes
2630
-
2631
- - Updated dependencies [90282b5]
2632
- - Updated dependencies [50b9069]
2633
- - Updated dependencies [572d2e8]
2634
- - Updated dependencies [a4c8d6a9]
2635
- - Updated dependencies [fda5b92]
2636
- - Updated dependencies [2d9b2b2]
2637
- - Updated dependencies [c53ea3e]
2638
- - Updated dependencies [8d9ac9a]
2639
- - Updated dependencies [18e8197]
2640
- - Updated dependencies [714e0b4]
2641
- - Updated dependencies [70279e7]
2642
- - Updated dependencies [6c25f66]
2643
- - Updated dependencies [bc2b411]
2644
- - Updated dependencies [3bf2dd9]
2645
- - Updated dependencies [e9541a1]
2646
- - Updated dependencies [c53ef7b9]
2647
- - Updated dependencies [9d94f7e]
2648
- - Updated dependencies [64699d3]
2649
- - Updated dependencies [0d3a913]
2650
- - Updated dependencies [1448a96]
2651
- - Updated dependencies [2ab6e08]
2652
- - Updated dependencies [d6edb1d]
2653
- - Updated dependencies [d3474c6]
2654
- - Updated dependencies [75080fd]
2655
- - Updated dependencies [17f8752]
2656
- - Updated dependencies [91265bb]
2657
- - Updated dependencies [bbe18b9]
2658
- - Updated dependencies [d409996]
2659
- - Updated dependencies [4920742]
2660
- - Updated dependencies [69ca080]
2661
- - Updated dependencies [94b6928]
2662
- - Updated dependencies [98bb8dc]
2663
- - Updated dependencies [46b7aad]
2664
- - Updated dependencies [dcc8a15]
2665
- - Updated dependencies [fad2768]
2666
- - Updated dependencies [dff0d59]
2667
- - Updated dependencies [eecb282]
2668
- - Updated dependencies [9e25a64]
2669
- - Updated dependencies [beb499e]
2670
- - Updated dependencies [146ea39]
2671
- - Updated dependencies [f2c92d5]
2672
- - Updated dependencies [7bd3d99]
2673
- - Updated dependencies [c47be30]
2674
- - Updated dependencies [e9a46ac]
2675
- - Updated dependencies [f046f8e0]
2676
- - Updated dependencies [86d2531]
2677
- - Updated dependencies [3f9b8d7]
2678
- - @akinon/next@1.45.0-rc.0
2679
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
2680
- - @akinon/pz-one-click-checkout@1.45.0-rc.0
2681
- - @akinon/pz-basket-gift-pack@1.45.0-rc.0
2682
- - @akinon/pz-click-collect@1.45.0-rc.0
2683
- - @akinon/pz-masterpass@1.45.0-rc.0
2684
- - @akinon/pz-akifast@1.45.0-rc.0
2685
- - @akinon/pz-gpay@1.45.0-rc.0
2686
- - @akinon/pz-b2b@1.45.0-rc.0
2687
- - @akinon/pz-bkm@1.45.0-rc.0
2688
- - @akinon/pz-otp@1.45.0-rc.0
2689
- - @akinon/pz-pay-on-delivery@1.45.0-rc.0
2690
- - @akinon/pz-credit-payment@1.45.0-rc.0
2691
-
2692
- ## 1.44.0
2693
-
2694
- ### Patch Changes
2695
-
2696
- - @akinon/next@1.44.0
2697
- - @akinon/pz-akifast@1.44.0
2698
- - @akinon/pz-b2b@1.44.0
2699
- - @akinon/pz-basket-gift-pack@1.44.0
2700
- - @akinon/pz-bkm@1.44.0
2701
- - @akinon/pz-checkout-gift-pack@1.44.0
2702
- - @akinon/pz-click-collect@1.44.0
2703
- - @akinon/pz-credit-payment@1.44.0
2704
- - @akinon/pz-gpay@1.44.0
2705
- - @akinon/pz-masterpass@1.44.0
2706
- - @akinon/pz-one-click-checkout@1.44.0
2707
- - @akinon/pz-otp@1.44.0
2708
- - @akinon/pz-pay-on-delivery@1.44.0
2709
-
2710
- ## 1.43.0
2711
-
2712
- ### Minor Changes
2713
-
2714
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2715
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2716
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2717
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2718
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2719
- - 7521265: ZERO-2787: Fix hover classname for favorite item
2720
- - 27a5296: ZERO-2631:Fix Checkbox Click
2721
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2722
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2723
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2724
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
2725
- - 552ee8a: ZERO-2777: fix link component usage
2726
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2727
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
2728
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
2729
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2730
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
2731
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2732
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2733
- - d3474c6: ZERO-2655: Add data source shipping option
2734
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
2735
- - 75080fd: ZERO-2630: Add max limit to postcode area
2736
- - 9609eb2: ZERO-2779: Upgrade for tailwind
2737
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
2738
- - 959e1fa: ZERO-2778: Upgrade for nextjs
2739
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2740
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2741
- - dff0d59: ZERO-2659: add formData support to proxy api requests
2742
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2743
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2744
- - beb499e: ZERO-2551: Add new tsconfig paths
2745
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2746
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2747
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2748
- - f046f8e0: ZERO-2575: update version for react-number-format
2749
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2750
-
2751
- ### Patch Changes
2752
-
2753
- - Updated dependencies [90282b5]
2754
- - Updated dependencies [50b9069]
2755
- - Updated dependencies [572d2e8]
2756
- - Updated dependencies [a4c8d6a9]
2757
- - Updated dependencies [fda5b92]
2758
- - Updated dependencies [2d9b2b2]
2759
- - Updated dependencies [c53ea3e]
2760
- - Updated dependencies [8d9ac9a]
2761
- - Updated dependencies [18e8197]
2762
- - Updated dependencies [714e0b4]
2763
- - Updated dependencies [70279e7]
2764
- - Updated dependencies [6c25f66]
2765
- - Updated dependencies [bc2b411]
2766
- - Updated dependencies [3bf2dd9]
2767
- - Updated dependencies [e9541a1]
2768
- - Updated dependencies [c53ef7b9]
2769
- - Updated dependencies [9d94f7e]
2770
- - Updated dependencies [64699d3]
2771
- - Updated dependencies [0d3a913]
2772
- - Updated dependencies [1448a96]
2773
- - Updated dependencies [d6edb1d]
2774
- - Updated dependencies [d3474c6]
2775
- - Updated dependencies [75080fd]
2776
- - Updated dependencies [17f8752]
2777
- - Updated dependencies [91265bb]
2778
- - Updated dependencies [bbe18b9]
2779
- - Updated dependencies [d409996]
2780
- - Updated dependencies [4920742]
2781
- - Updated dependencies [69ca080]
2782
- - Updated dependencies [94b6928]
2783
- - Updated dependencies [98bb8dc]
2784
- - Updated dependencies [46b7aad]
2785
- - Updated dependencies [dcc8a15]
2786
- - Updated dependencies [fad2768]
2787
- - Updated dependencies [dff0d59]
2788
- - Updated dependencies [eecb282]
2789
- - Updated dependencies [9e25a64]
2790
- - Updated dependencies [beb499e]
2791
- - Updated dependencies [146ea39]
2792
- - Updated dependencies [f2c92d5]
2793
- - Updated dependencies [7bd3d99]
2794
- - Updated dependencies [c47be30]
2795
- - Updated dependencies [e9a46ac]
2796
- - Updated dependencies [f046f8e0]
2797
- - Updated dependencies [86d2531]
2798
- - Updated dependencies [3f9b8d7]
2799
- - @akinon/next@1.43.0-rc.16
2800
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
2801
- - @akinon/pz-one-click-checkout@1.43.0-rc.16
2802
- - @akinon/pz-basket-gift-pack@1.43.0-rc.16
2803
- - @akinon/pz-click-collect@1.43.0-rc.16
2804
- - @akinon/pz-masterpass@1.43.0-rc.16
2805
- - @akinon/pz-akifast@1.43.0-rc.16
2806
- - @akinon/pz-gpay@1.43.0-rc.16
2807
- - @akinon/pz-b2b@1.43.0-rc.16
2808
- - @akinon/pz-bkm@1.43.0-rc.16
2809
- - @akinon/pz-otp@1.43.0-rc.16
2810
- - @akinon/pz-pay-on-delivery@1.43.0-rc.16
2811
- - @akinon/pz-credit-payment@1.43.0-rc.16
2812
-
2813
- ## 1.43.0-rc.15
2814
-
2815
- ### Patch Changes
2816
-
2817
- - @akinon/next@1.43.0-rc.15
2818
- - @akinon/pz-akifast@1.43.0-rc.15
2819
- - @akinon/pz-b2b@1.43.0-rc.15
2820
- - @akinon/pz-basket-gift-pack@1.43.0-rc.15
2821
- - @akinon/pz-bkm@1.43.0-rc.15
2822
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
2823
- - @akinon/pz-click-collect@1.43.0-rc.15
2824
- - @akinon/pz-credit-payment@1.43.0-rc.15
2825
- - @akinon/pz-gpay@1.43.0-rc.15
2826
- - @akinon/pz-masterpass@1.43.0-rc.15
2827
- - @akinon/pz-one-click-checkout@1.43.0-rc.15
2828
- - @akinon/pz-otp@1.43.0-rc.15
2829
- - @akinon/pz-pay-on-delivery@1.43.0-rc.15
2830
-
2831
- ## 1.43.0-rc.14
2832
-
2833
- ### Patch Changes
2834
-
2835
- - Updated dependencies [3bf2dd9]
2836
- - @akinon/next@1.43.0-rc.14
2837
- - @akinon/pz-akifast@1.43.0-rc.14
2838
- - @akinon/pz-b2b@1.43.0-rc.14
2839
- - @akinon/pz-basket-gift-pack@1.43.0-rc.14
2840
- - @akinon/pz-bkm@1.43.0-rc.14
2841
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
2842
- - @akinon/pz-click-collect@1.43.0-rc.14
2843
- - @akinon/pz-credit-payment@1.43.0-rc.14
2844
- - @akinon/pz-gpay@1.43.0-rc.14
2845
- - @akinon/pz-masterpass@1.43.0-rc.14
2846
- - @akinon/pz-one-click-checkout@1.43.0-rc.14
2847
- - @akinon/pz-otp@1.43.0-rc.14
2848
- - @akinon/pz-pay-on-delivery@1.43.0-rc.14
2849
-
2850
- ## 1.43.0-rc.13
2851
-
2852
- ### Minor Changes
2853
-
2854
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2855
-
2856
- ### Patch Changes
2857
-
2858
- - Updated dependencies [9e25a64]
2859
- - @akinon/next@1.43.0-rc.13
2860
- - @akinon/pz-akifast@1.43.0-rc.13
2861
- - @akinon/pz-b2b@1.43.0-rc.13
2862
- - @akinon/pz-basket-gift-pack@1.43.0-rc.13
2863
- - @akinon/pz-bkm@1.43.0-rc.13
2864
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
2865
- - @akinon/pz-click-collect@1.43.0-rc.13
2866
- - @akinon/pz-credit-payment@1.43.0-rc.13
2867
- - @akinon/pz-gpay@1.43.0-rc.13
2868
- - @akinon/pz-masterpass@1.43.0-rc.13
2869
- - @akinon/pz-one-click-checkout@1.43.0-rc.13
2870
- - @akinon/pz-otp@1.43.0-rc.13
2871
- - @akinon/pz-pay-on-delivery@1.43.0-rc.13
2872
-
2873
- ## 1.43.0-rc.12
2874
-
2875
- ### Patch Changes
2876
-
2877
- - Updated dependencies [4920742]
2878
- - @akinon/next@1.43.0-rc.12
2879
- - @akinon/pz-akifast@1.43.0-rc.12
2880
- - @akinon/pz-b2b@1.43.0-rc.12
2881
- - @akinon/pz-basket-gift-pack@1.43.0-rc.12
2882
- - @akinon/pz-bkm@1.43.0-rc.12
2883
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
2884
- - @akinon/pz-click-collect@1.43.0-rc.12
2885
- - @akinon/pz-credit-payment@1.43.0-rc.12
2886
- - @akinon/pz-gpay@1.43.0-rc.12
2887
- - @akinon/pz-masterpass@1.43.0-rc.12
2888
- - @akinon/pz-one-click-checkout@1.43.0-rc.12
2889
- - @akinon/pz-otp@1.43.0-rc.12
2890
- - @akinon/pz-pay-on-delivery@1.43.0-rc.12
2891
-
2892
- ## 1.43.0-rc.11
2893
-
2894
- ### Patch Changes
2895
-
2896
- - Updated dependencies [6c25f66]
2897
- - @akinon/next@1.43.0-rc.11
2898
- - @akinon/pz-akifast@1.43.0-rc.11
2899
- - @akinon/pz-b2b@1.43.0-rc.11
2900
- - @akinon/pz-basket-gift-pack@1.43.0-rc.11
2901
- - @akinon/pz-bkm@1.43.0-rc.11
2902
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
2903
- - @akinon/pz-click-collect@1.43.0-rc.11
2904
- - @akinon/pz-credit-payment@1.43.0-rc.11
2905
- - @akinon/pz-gpay@1.43.0-rc.11
2906
- - @akinon/pz-masterpass@1.43.0-rc.11
2907
- - @akinon/pz-one-click-checkout@1.43.0-rc.11
2908
- - @akinon/pz-otp@1.43.0-rc.11
2909
- - @akinon/pz-pay-on-delivery@1.43.0-rc.11
2910
-
2911
- ## 1.43.0-rc.10
2912
-
2913
- ### Patch Changes
2914
-
2915
- - Updated dependencies [d6edb1d]
2916
- - @akinon/next@1.43.0-rc.10
2917
- - @akinon/pz-akifast@1.43.0-rc.10
2918
- - @akinon/pz-b2b@1.43.0-rc.10
2919
- - @akinon/pz-basket-gift-pack@1.43.0-rc.10
2920
- - @akinon/pz-bkm@1.43.0-rc.10
2921
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
2922
- - @akinon/pz-click-collect@1.43.0-rc.10
2923
- - @akinon/pz-credit-payment@1.43.0-rc.10
2924
- - @akinon/pz-gpay@1.43.0-rc.10
2925
- - @akinon/pz-masterpass@1.43.0-rc.10
2926
- - @akinon/pz-one-click-checkout@1.43.0-rc.10
2927
- - @akinon/pz-otp@1.43.0-rc.10
2928
- - @akinon/pz-pay-on-delivery@1.43.0-rc.10
2929
-
2930
- ## 1.43.0-rc.9
2931
-
2932
- ### Minor Changes
2933
-
2934
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2935
-
2936
- ### Patch Changes
2937
-
2938
- - Updated dependencies [bc2b411]
2939
- - @akinon/next@1.43.0-rc.9
2940
- - @akinon/pz-akifast@1.43.0-rc.9
2941
- - @akinon/pz-b2b@1.43.0-rc.9
2942
- - @akinon/pz-basket-gift-pack@1.43.0-rc.9
2943
- - @akinon/pz-bkm@1.43.0-rc.9
2944
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
2945
- - @akinon/pz-click-collect@1.43.0-rc.9
2946
- - @akinon/pz-credit-payment@1.43.0-rc.9
2947
- - @akinon/pz-gpay@1.43.0-rc.9
2948
- - @akinon/pz-masterpass@1.43.0-rc.9
2949
- - @akinon/pz-one-click-checkout@1.43.0-rc.9
2950
- - @akinon/pz-otp@1.43.0-rc.9
2951
- - @akinon/pz-pay-on-delivery@1.43.0-rc.9
2952
-
2953
- ## 1.43.0-rc.8
2954
-
2955
- ### Patch Changes
2956
-
2957
- - Updated dependencies [70279e7]
2958
- - Updated dependencies [9d94f7e]
2959
- - @akinon/next@1.43.0-rc.8
2960
- - @akinon/pz-akifast@1.43.0-rc.8
2961
- - @akinon/pz-b2b@1.43.0-rc.8
2962
- - @akinon/pz-basket-gift-pack@1.43.0-rc.8
2963
- - @akinon/pz-bkm@1.43.0-rc.8
2964
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
2965
- - @akinon/pz-click-collect@1.43.0-rc.8
2966
- - @akinon/pz-credit-payment@1.43.0-rc.8
2967
- - @akinon/pz-gpay@1.43.0-rc.8
2968
- - @akinon/pz-masterpass@1.43.0-rc.8
2969
- - @akinon/pz-one-click-checkout@1.43.0-rc.8
2970
- - @akinon/pz-otp@1.43.0-rc.8
2971
- - @akinon/pz-pay-on-delivery@1.43.0-rc.8
2972
-
2973
- ## 1.43.0-rc.7
2974
-
2975
- ### Patch Changes
2976
-
2977
- - Updated dependencies [7bd3d99]
2978
- - @akinon/next@1.43.0-rc.7
2979
- - @akinon/pz-akifast@1.43.0-rc.7
2980
- - @akinon/pz-b2b@1.43.0-rc.7
2981
- - @akinon/pz-basket-gift-pack@1.43.0-rc.7
2982
- - @akinon/pz-bkm@1.43.0-rc.7
2983
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
2984
- - @akinon/pz-click-collect@1.43.0-rc.7
2985
- - @akinon/pz-credit-payment@1.43.0-rc.7
2986
- - @akinon/pz-gpay@1.43.0-rc.7
2987
- - @akinon/pz-masterpass@1.43.0-rc.7
2988
- - @akinon/pz-one-click-checkout@1.43.0-rc.7
2989
- - @akinon/pz-otp@1.43.0-rc.7
2990
- - @akinon/pz-pay-on-delivery@1.43.0-rc.7
2991
-
2992
- ## 1.43.0-rc.6
2993
-
2994
- ### Minor Changes
2995
-
2996
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2997
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2998
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2999
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
3000
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
3001
- - 7521265: ZERO-2787: Fix hover classname for favorite item
3002
- - 27a5296: ZERO-2631:Fix Checkbox Click
3003
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
3004
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
3005
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
3006
- - 552ee8a: ZERO-2777: fix link component usage
3007
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
3008
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
3009
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
3010
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
3011
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
3012
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
3013
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3014
- - d3474c6: ZERO-2655: Add data source shipping option
3015
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
3016
- - 75080fd: ZERO-2630: Add max limit to postcode area
3017
- - 9609eb2: ZERO-2779: Upgrade for tailwind
3018
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
3019
- - 959e1fa: ZERO-2778: Upgrade for nextjs
3020
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
3021
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
3022
- - dff0d59: ZERO-2659: add formData support to proxy api requests
3023
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
3024
- - 4a163f2: ZERO-2761: Add condition for basket summary
3025
- - beb499e: ZERO-2551: Add new tsconfig paths
3026
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
3027
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3028
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
3029
- - f046f8e: ZERO-2575: update version for react-number-format
3030
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
3031
-
3032
- ### Patch Changes
3033
-
3034
- - Updated dependencies [90282b5]
3035
- - Updated dependencies [50b9069]
3036
- - Updated dependencies [572d2e8]
3037
- - Updated dependencies [a4c8d6a]
3038
- - Updated dependencies [fda5b92]
3039
- - Updated dependencies [2d9b2b2]
3040
- - Updated dependencies [c53ea3e]
3041
- - Updated dependencies [8d9ac9a]
3042
- - Updated dependencies [18e8197]
3043
- - Updated dependencies [714e0b4]
3044
- - Updated dependencies [e9541a1]
3045
- - Updated dependencies [c53ef7b]
3046
- - Updated dependencies [64699d3]
3047
- - Updated dependencies [0d3a913]
3048
- - Updated dependencies [1448a96]
3049
- - Updated dependencies [d3474c6]
3050
- - Updated dependencies [75080fd]
3051
- - Updated dependencies [17f8752]
3052
- - Updated dependencies [91265bb]
3053
- - Updated dependencies [bbe18b9]
3054
- - Updated dependencies [d409996]
3055
- - Updated dependencies [69ca080]
3056
- - Updated dependencies [94b6928]
3057
- - Updated dependencies [98bb8dc]
3058
- - Updated dependencies [46b7aad]
3059
- - Updated dependencies [dcc8a15]
3060
- - Updated dependencies [fad2768]
3061
- - Updated dependencies [dff0d59]
3062
- - Updated dependencies [eecb282]
3063
- - Updated dependencies [4a163f2]
3064
- - Updated dependencies [beb499e]
3065
- - Updated dependencies [146ea39]
3066
- - Updated dependencies [f2c92d5]
3067
- - Updated dependencies [c47be30]
3068
- - Updated dependencies [e9a46ac]
3069
- - Updated dependencies [f046f8e]
3070
- - Updated dependencies [86d2531]
3071
- - Updated dependencies [3f9b8d7]
3072
- - @akinon/next@1.43.0-rc.6
3073
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
3074
- - @akinon/pz-one-click-checkout@1.43.0-rc.6
3075
- - @akinon/pz-basket-gift-pack@1.43.0-rc.6
3076
- - @akinon/pz-click-collect@1.43.0-rc.6
3077
- - @akinon/pz-masterpass@1.43.0-rc.6
3078
- - @akinon/pz-akifast@1.43.0-rc.6
3079
- - @akinon/pz-gpay@1.43.0-rc.6
3080
- - @akinon/pz-b2b@1.43.0-rc.6
3081
- - @akinon/pz-bkm@1.43.0-rc.6
3082
- - @akinon/pz-otp@1.43.0-rc.6
3083
- - @akinon/pz-pay-on-delivery@1.43.0-rc.6
3084
- - @akinon/pz-credit-payment@1.43.0-rc.6
3085
-
3086
- ## 1.43.0-rc.5
3087
-
3088
- ### Patch Changes
907
+ - @akinon/pz-otp@1.46.0
908
+ - @akinon/pz-pay-on-delivery@1.46.0
3089
909
 
3090
- - Updated dependencies [17f8752]
3091
- - @akinon/next@1.43.0-rc.5
3092
- - @akinon/pz-akifast@1.43.0-rc.5
3093
- - @akinon/pz-b2b@1.43.0-rc.5
3094
- - @akinon/pz-basket-gift-pack@1.43.0-rc.5
3095
- - @akinon/pz-bkm@1.43.0-rc.5
3096
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
3097
- - @akinon/pz-click-collect@1.43.0-rc.5
3098
- - @akinon/pz-credit-payment@1.43.0-rc.5
3099
- - @akinon/pz-gpay@1.43.0-rc.5
3100
- - @akinon/pz-masterpass@1.43.0-rc.5
3101
- - @akinon/pz-one-click-checkout@1.43.0-rc.5
3102
- - @akinon/pz-otp@1.43.0-rc.5
3103
- - @akinon/pz-pay-on-delivery@1.43.0-rc.5
3104
-
3105
- ## 1.43.0-rc.4
910
+ ## 1.45.0
3106
911
 
3107
912
  ### Patch Changes
3108
913
 
3109
- - Updated dependencies [3f9b8d7]
3110
- - @akinon/next@1.43.0-rc.4
3111
- - @akinon/pz-akifast@1.43.0-rc.4
3112
- - @akinon/pz-b2b@1.43.0-rc.4
3113
- - @akinon/pz-basket-gift-pack@1.43.0-rc.4
3114
- - @akinon/pz-bkm@1.43.0-rc.4
3115
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
3116
- - @akinon/pz-click-collect@1.43.0-rc.4
3117
- - @akinon/pz-credit-payment@1.43.0-rc.4
3118
- - @akinon/pz-gpay@1.43.0-rc.4
3119
- - @akinon/pz-masterpass@1.43.0-rc.4
3120
- - @akinon/pz-one-click-checkout@1.43.0-rc.4
3121
- - @akinon/pz-otp@1.43.0-rc.4
3122
- - @akinon/pz-pay-on-delivery@1.43.0-rc.4
3123
-
3124
- ## 1.43.0-rc.3
3125
-
3126
- ### Minor Changes
3127
-
3128
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
3129
-
3130
- ### Patch Changes
914
+ - Updated dependencies [2ab6e08]
915
+ - @akinon/next@1.45.0
916
+ - @akinon/pz-akifast@1.45.0
917
+ - @akinon/pz-b2b@1.45.0
918
+ - @akinon/pz-basket-gift-pack@1.45.0
919
+ - @akinon/pz-bkm@1.45.0
920
+ - @akinon/pz-checkout-gift-pack@1.45.0
921
+ - @akinon/pz-click-collect@1.45.0
922
+ - @akinon/pz-credit-payment@1.45.0
923
+ - @akinon/pz-gpay@1.45.0
924
+ - @akinon/pz-masterpass@1.45.0
925
+ - @akinon/pz-one-click-checkout@1.45.0
926
+ - @akinon/pz-otp@1.45.0
927
+ - @akinon/pz-pay-on-delivery@1.45.0
3131
928
 
3132
- - Updated dependencies [64699d3]
3133
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
3134
- - @akinon/pz-one-click-checkout@1.43.0-rc.3
3135
- - @akinon/pz-basket-gift-pack@1.43.0-rc.3
3136
- - @akinon/pz-pay-on-delivery@1.43.0-rc.3
3137
- - @akinon/pz-credit-payment@1.43.0-rc.3
3138
- - @akinon/pz-click-collect@1.43.0-rc.3
3139
- - @akinon/pz-masterpass@1.43.0-rc.3
3140
- - @akinon/next@1.43.0-rc.3
3141
- - @akinon/pz-akifast@1.43.0-rc.3
3142
- - @akinon/pz-gpay@1.43.0-rc.3
3143
- - @akinon/pz-b2b@1.43.0-rc.3
3144
- - @akinon/pz-bkm@1.43.0-rc.3
3145
- - @akinon/pz-otp@1.43.0-rc.3
3146
-
3147
- ## 1.43.0-rc.2
929
+ ## 1.44.0
3148
930
 
3149
931
  ### Patch Changes
3150
932
 
3151
- - Updated dependencies [f2c92d5]
3152
- - @akinon/next@1.43.0-rc.2
3153
- - @akinon/pz-akifast@1.43.0-rc.2
3154
- - @akinon/pz-b2b@1.43.0-rc.2
3155
- - @akinon/pz-basket-gift-pack@1.43.0-rc.2
3156
- - @akinon/pz-bkm@1.43.0-rc.2
3157
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
3158
- - @akinon/pz-click-collect@1.43.0-rc.2
3159
- - @akinon/pz-credit-payment@1.43.0-rc.2
3160
- - @akinon/pz-gpay@1.43.0-rc.2
3161
- - @akinon/pz-masterpass@1.43.0-rc.2
3162
- - @akinon/pz-one-click-checkout@1.43.0-rc.2
3163
- - @akinon/pz-otp@1.43.0-rc.2
3164
- - @akinon/pz-pay-on-delivery@1.43.0-rc.2
3165
-
3166
- ## 1.43.0-rc.1
3167
-
3168
- ### Minor Changes
3169
-
3170
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
3171
-
3172
- ### Patch Changes
933
+ - @akinon/next@1.44.0
934
+ - @akinon/pz-akifast@1.44.0
935
+ - @akinon/pz-b2b@1.44.0
936
+ - @akinon/pz-basket-gift-pack@1.44.0
937
+ - @akinon/pz-bkm@1.44.0
938
+ - @akinon/pz-checkout-gift-pack@1.44.0
939
+ - @akinon/pz-click-collect@1.44.0
940
+ - @akinon/pz-credit-payment@1.44.0
941
+ - @akinon/pz-gpay@1.44.0
942
+ - @akinon/pz-masterpass@1.44.0
943
+ - @akinon/pz-one-click-checkout@1.44.0
944
+ - @akinon/pz-otp@1.44.0
945
+ - @akinon/pz-pay-on-delivery@1.44.0
3173
946
 
3174
- - Updated dependencies [eecb282]
3175
- - @akinon/next@1.43.0-rc.1
3176
- - @akinon/pz-akifast@1.43.0-rc.1
3177
- - @akinon/pz-b2b@1.43.0-rc.1
3178
- - @akinon/pz-basket-gift-pack@1.43.0-rc.1
3179
- - @akinon/pz-bkm@1.43.0-rc.1
3180
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
3181
- - @akinon/pz-click-collect@1.43.0-rc.1
3182
- - @akinon/pz-credit-payment@1.43.0-rc.1
3183
- - @akinon/pz-gpay@1.43.0-rc.1
3184
- - @akinon/pz-masterpass@1.43.0-rc.1
3185
- - @akinon/pz-one-click-checkout@1.43.0-rc.1
3186
- - @akinon/pz-otp@1.43.0-rc.1
3187
- - @akinon/pz-pay-on-delivery@1.43.0-rc.1
3188
-
3189
- ## 1.43.0-rc.0
947
+ ## 1.43.0
3190
948
 
3191
949
  ### Minor Changes
3192
950
 
3193
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
3194
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
3195
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
3196
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
3197
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
3198
- - 7521265: ZERO-2787: Fix hover classname for favorite item
3199
- - 27a5296: ZERO-2631:Fix Checkbox Click
3200
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
3201
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
3202
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
3203
- - 552ee8a: ZERO-2777: fix link component usage
3204
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
3205
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
3206
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
3207
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
3208
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
3209
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3210
- - d3474c6: ZERO-2655: Add data source shipping option
3211
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
3212
- - 75080fd: ZERO-2630: Add max limit to postcode area
3213
- - 9609eb2: ZERO-2779: Upgrade for tailwind
3214
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
3215
- - 959e1fa: ZERO-2778: Upgrade for nextjs
3216
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
3217
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
3218
- - dff0d59: ZERO-2659: add formData support to proxy api requests
3219
- - beb499e: ZERO-2551: Add new tsconfig paths
3220
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
3221
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3222
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
3223
- - f046f8e: ZERO-2575: update version for react-number-format
3224
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
951
+ - 4a163f2: ZERO-2761: Add condition for basket summary
3225
952
 
3226
953
  ### Patch Changes
3227
954
 
3228
- - Updated dependencies [90282b5]
3229
- - Updated dependencies [50b9069]
3230
- - Updated dependencies [572d2e8]
3231
- - Updated dependencies [a4c8d6a]
3232
- - Updated dependencies [fda5b92]
3233
- - Updated dependencies [2d9b2b2]
3234
- - Updated dependencies [c53ea3e]
3235
- - Updated dependencies [8d9ac9a]
3236
- - Updated dependencies [18e8197]
3237
- - Updated dependencies [714e0b4]
3238
- - Updated dependencies [e9541a1]
3239
- - Updated dependencies [c53ef7b]
3240
- - Updated dependencies [0d3a913]
3241
- - Updated dependencies [1448a96]
3242
- - Updated dependencies [d3474c6]
3243
- - Updated dependencies [75080fd]
3244
- - Updated dependencies [91265bb]
3245
- - Updated dependencies [bbe18b9]
3246
- - Updated dependencies [d409996]
3247
- - Updated dependencies [69ca080]
3248
- - Updated dependencies [94b6928]
3249
- - Updated dependencies [98bb8dc]
3250
- - Updated dependencies [46b7aad]
3251
- - Updated dependencies [dcc8a15]
3252
- - Updated dependencies [fad2768]
3253
- - Updated dependencies [dff0d59]
3254
- - Updated dependencies [beb499e]
3255
- - Updated dependencies [146ea39]
3256
- - Updated dependencies [c47be30]
3257
- - Updated dependencies [e9a46ac]
3258
- - Updated dependencies [f046f8e]
3259
- - Updated dependencies [86d2531]
3260
- - @akinon/next@1.43.0-rc.0
3261
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
3262
- - @akinon/pz-one-click-checkout@1.43.0-rc.0
3263
- - @akinon/pz-basket-gift-pack@1.43.0-rc.0
3264
- - @akinon/pz-click-collect@1.43.0-rc.0
3265
- - @akinon/pz-masterpass@1.43.0-rc.0
3266
- - @akinon/pz-akifast@1.43.0-rc.0
3267
- - @akinon/pz-gpay@1.43.0-rc.0
3268
- - @akinon/pz-b2b@1.43.0-rc.0
3269
- - @akinon/pz-bkm@1.43.0-rc.0
3270
- - @akinon/pz-otp@1.43.0-rc.0
3271
- - @akinon/pz-credit-payment@1.43.0-rc.0
3272
- - @akinon/pz-pay-on-delivery@1.43.0-rc.0
955
+ - Updated dependencies [4a163f2]
956
+ - @akinon/next@1.43.0
957
+ - @akinon/pz-akifast@1.43.0
958
+ - @akinon/pz-b2b@1.43.0
959
+ - @akinon/pz-basket-gift-pack@1.43.0
960
+ - @akinon/pz-bkm@1.43.0
961
+ - @akinon/pz-checkout-gift-pack@1.43.0
962
+ - @akinon/pz-click-collect@1.43.0
963
+ - @akinon/pz-credit-payment@1.43.0
964
+ - @akinon/pz-gpay@1.43.0
965
+ - @akinon/pz-masterpass@1.43.0
966
+ - @akinon/pz-one-click-checkout@1.43.0
967
+ - @akinon/pz-otp@1.43.0
968
+ - @akinon/pz-pay-on-delivery@1.43.0
3273
969
 
3274
970
  ## 1.42.0
3275
971
 
@@ -3438,301 +1134,13 @@
3438
1134
 
3439
1135
  ### Patch Changes
3440
1136
 
3441
- - Updated dependencies [a4c8d6a]
3442
- - Updated dependencies [d09b677]
3443
- - Updated dependencies [6d4aadb]
3444
- - Updated dependencies [8e6e8cf]
3445
- - Updated dependencies [c53ef7b]
3446
- - Updated dependencies [ebb63ce]
3447
- - Updated dependencies [7cebe87]
3448
- - Updated dependencies [616690d]
3449
- - Updated dependencies [f3b595e]
3450
- - Updated dependencies [91265bb]
3451
- - Updated dependencies [59fb7c3]
3452
- - Updated dependencies [bbe18b9]
3453
- - Updated dependencies [f0c23bc]
3454
- - Updated dependencies [3420416]
3455
- - Updated dependencies [495d155]
3456
- - Updated dependencies [beb499e]
3457
- - Updated dependencies [6c18543]
3458
- - Updated dependencies [40ad73e]
3459
- - Updated dependencies [495d155]
3460
- - Updated dependencies [f046f8e]
3461
- - Updated dependencies [6b2972b]
3462
- - Updated dependencies [3e68768]
3463
- - @akinon/next@1.34.0-rc.20
3464
- - @akinon/pz-masterpass@1.34.0-rc.20
3465
- - @akinon/pz-one-click-checkout@1.34.0-rc.20
3466
- - @akinon/pz-b2b@1.34.0-rc.20
3467
- - @akinon/pz-gpay@1.34.0-rc.20
3468
- - @akinon/pz-otp@1.34.0-rc.20
3469
- - @akinon/pz-pay-on-delivery@1.34.0-rc.20
3470
-
3471
- ## 1.34.0-rc.19
3472
-
3473
- ### Patch Changes
3474
-
3475
- - Updated dependencies [c53ef7b]
3476
- - @akinon/next@1.34.0-rc.19
3477
- - @akinon/pz-b2b@1.34.0-rc.19
3478
- - @akinon/pz-gpay@1.34.0-rc.19
3479
- - @akinon/pz-masterpass@1.34.0-rc.19
3480
- - @akinon/pz-one-click-checkout@1.34.0-rc.19
3481
- - @akinon/pz-otp@1.34.0-rc.19
3482
- - @akinon/pz-pay-on-delivery@1.34.0-rc.19
3483
-
3484
- ## 1.34.0-rc.18
3485
-
3486
- ### Minor Changes
3487
-
3488
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
3489
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
3490
-
3491
- ### Patch Changes
3492
-
3493
- - Updated dependencies [a4c8d6a]
3494
- - @akinon/next@1.34.0-rc.18
3495
- - @akinon/pz-b2b@1.34.0-rc.18
3496
- - @akinon/pz-gpay@1.34.0-rc.18
3497
- - @akinon/pz-masterpass@1.34.0-rc.18
3498
- - @akinon/pz-one-click-checkout@1.34.0-rc.18
3499
- - @akinon/pz-otp@1.34.0-rc.18
3500
- - @akinon/pz-pay-on-delivery@1.34.0-rc.18
3501
-
3502
- ## 1.34.0-rc.17
3503
-
3504
- ### Minor Changes
3505
-
3506
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
3507
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
3508
- - 27a5296: ZERO-2631:Fix Checkbox Click
3509
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
3510
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3511
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
3512
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
3513
- - f0c23bc: ZERO-2135: add custom not found page
3514
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
3515
- - beb499e: ZERO-2551: Add new tsconfig paths
3516
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
3517
- - 202f84e: ZERO-2569: Fix static keys
3518
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3519
- - f046f8e: ZERO-2575: update version for react-number-format
3520
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
3521
-
3522
- ### Patch Changes
3523
-
3524
- - Updated dependencies [d09b677]
3525
- - Updated dependencies [6d4aadb]
3526
- - Updated dependencies [8e6e8cf]
3527
- - Updated dependencies [ebb63ce]
3528
- - Updated dependencies [7cebe87]
3529
- - Updated dependencies [616690d]
3530
- - Updated dependencies [f3b595e]
3531
- - Updated dependencies [91265bb]
3532
- - Updated dependencies [59fb7c3]
3533
- - Updated dependencies [bbe18b9]
3534
- - Updated dependencies [f0c23bc]
3535
- - Updated dependencies [3420416]
3536
- - Updated dependencies [495d155]
3537
- - Updated dependencies [beb499e]
3538
- - Updated dependencies [6c18543]
3539
- - Updated dependencies [40ad73e]
3540
- - Updated dependencies [495d155]
3541
- - Updated dependencies [f046f8e]
3542
- - Updated dependencies [6b2972b]
3543
- - Updated dependencies [3e68768]
3544
- - @akinon/next@1.34.0-rc.17
3545
- - @akinon/pz-masterpass@1.34.0-rc.17
3546
- - @akinon/pz-one-click-checkout@1.34.0-rc.17
3547
- - @akinon/pz-b2b@1.34.0-rc.17
3548
- - @akinon/pz-gpay@1.34.0-rc.17
3549
- - @akinon/pz-otp@1.34.0-rc.17
3550
- - @akinon/pz-pay-on-delivery@1.34.0-rc.17
3551
-
3552
- ## 1.34.0-rc.16
3553
-
3554
- ### Patch Changes
3555
-
3556
- - @akinon/next@1.34.0-rc.16
3557
- - @akinon/pz-b2b@1.34.0-rc.16
3558
- - @akinon/pz-gpay@1.34.0-rc.16
3559
- - @akinon/pz-masterpass@1.34.0-rc.16
3560
- - @akinon/pz-one-click-checkout@1.34.0-rc.16
3561
- - @akinon/pz-otp@1.34.0-rc.16
3562
- - @akinon/pz-pay-on-delivery@1.34.0-rc.16
3563
-
3564
- ## 1.34.0-rc.15
3565
-
3566
- ### Patch Changes
3567
-
3568
- - @akinon/next@1.34.0-rc.15
3569
- - @akinon/pz-b2b@1.34.0-rc.15
3570
- - @akinon/pz-gpay@1.34.0-rc.15
3571
- - @akinon/pz-masterpass@1.34.0-rc.15
3572
- - @akinon/pz-one-click-checkout@1.34.0-rc.15
3573
- - @akinon/pz-otp@1.34.0-rc.15
3574
- - @akinon/pz-pay-on-delivery@1.34.0-rc.15
3575
-
3576
- ## 1.34.0-rc.14
3577
-
3578
- ### Minor Changes
3579
-
3580
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3581
-
3582
- ### Patch Changes
3583
-
3584
- - @akinon/next@1.34.0-rc.14
3585
- - @akinon/pz-b2b@1.34.0-rc.14
3586
- - @akinon/pz-gpay@1.34.0-rc.14
3587
- - @akinon/pz-masterpass@1.34.0-rc.14
3588
- - @akinon/pz-one-click-checkout@1.34.0-rc.14
3589
- - @akinon/pz-otp@1.34.0-rc.14
3590
- - @akinon/pz-pay-on-delivery@1.34.0-rc.14
3591
-
3592
- ## 1.34.0-rc.13
3593
-
3594
- ### Minor Changes
3595
-
3596
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3597
-
3598
- ### Patch Changes
3599
-
3600
- - @akinon/next@1.34.0-rc.13
3601
- - @akinon/pz-b2b@1.34.0-rc.13
3602
- - @akinon/pz-gpay@1.34.0-rc.13
3603
- - @akinon/pz-masterpass@1.34.0-rc.13
3604
- - @akinon/pz-one-click-checkout@1.34.0-rc.13
3605
- - @akinon/pz-otp@1.34.0-rc.13
3606
- - @akinon/pz-pay-on-delivery@1.34.0-rc.13
3607
-
3608
- ## 1.34.0-rc.12
3609
-
3610
- ### Patch Changes
3611
-
3612
- - Updated dependencies [616690d]
3613
- - @akinon/next@1.34.0-rc.12
3614
- - @akinon/pz-b2b@1.34.0-rc.12
3615
- - @akinon/pz-gpay@1.34.0-rc.12
3616
- - @akinon/pz-masterpass@1.34.0-rc.12
3617
- - @akinon/pz-one-click-checkout@1.34.0-rc.12
3618
- - @akinon/pz-otp@1.34.0-rc.12
3619
- - @akinon/pz-pay-on-delivery@1.34.0-rc.12
3620
-
3621
- ## 1.34.0-rc.11
3622
-
3623
- ### Patch Changes
3624
-
3625
- - Updated dependencies [8e6e8cf]
3626
- - @akinon/next@1.34.0-rc.11
3627
- - @akinon/pz-b2b@1.34.0-rc.11
3628
- - @akinon/pz-gpay@1.34.0-rc.11
3629
- - @akinon/pz-masterpass@1.34.0-rc.11
3630
- - @akinon/pz-one-click-checkout@1.34.0-rc.11
3631
- - @akinon/pz-otp@1.34.0-rc.11
3632
- - @akinon/pz-pay-on-delivery@1.34.0-rc.11
3633
-
3634
- ## 1.34.0-rc.10
3635
-
3636
- ### Patch Changes
3637
-
3638
- - Updated dependencies [bbe18b9]
3639
- - @akinon/next@1.34.0-rc.10
3640
- - @akinon/pz-b2b@1.34.0-rc.10
3641
- - @akinon/pz-gpay@1.34.0-rc.10
3642
- - @akinon/pz-masterpass@1.34.0-rc.10
3643
- - @akinon/pz-one-click-checkout@1.34.0-rc.10
3644
- - @akinon/pz-otp@1.34.0-rc.10
3645
- - @akinon/pz-pay-on-delivery@1.34.0-rc.10
3646
-
3647
- ## 1.34.0-rc.9
3648
-
3649
- ### Minor Changes
3650
-
3651
- - beb499e: ZERO-2551: Add new tsconfig paths
3652
-
3653
- ### Patch Changes
3654
-
3655
- - Updated dependencies [beb499e]
3656
- - @akinon/next@1.34.0-rc.9
3657
- - @akinon/pz-b2b@1.34.0-rc.9
3658
- - @akinon/pz-gpay@1.34.0-rc.9
3659
- - @akinon/pz-masterpass@1.34.0-rc.9
3660
- - @akinon/pz-one-click-checkout@1.34.0-rc.9
3661
- - @akinon/pz-otp@1.34.0-rc.9
3662
- - @akinon/pz-pay-on-delivery@1.34.0-rc.9
3663
-
3664
- ## 1.34.0-rc.8
3665
-
3666
- ### Minor Changes
3667
-
3668
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
3669
-
3670
- ### Patch Changes
3671
-
3672
- - Updated dependencies [91265bb]
3673
- - @akinon/next@1.34.0-rc.8
3674
- - @akinon/pz-b2b@1.34.0-rc.8
3675
- - @akinon/pz-gpay@1.34.0-rc.8
3676
- - @akinon/pz-masterpass@1.34.0-rc.8
3677
- - @akinon/pz-one-click-checkout@1.34.0-rc.8
3678
- - @akinon/pz-otp@1.34.0-rc.8
3679
- - @akinon/pz-pay-on-delivery@1.34.0-rc.8
3680
-
3681
- ## 1.34.0-rc.7
3682
-
3683
- ### Minor Changes
3684
-
3685
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
3686
-
3687
- ### Patch Changes
3688
-
3689
- - @akinon/next@1.34.0-rc.7
3690
- - @akinon/pz-b2b@1.34.0-rc.7
3691
- - @akinon/pz-gpay@1.34.0-rc.7
3692
- - @akinon/pz-masterpass@1.34.0-rc.7
3693
- - @akinon/pz-one-click-checkout@1.34.0-rc.7
3694
- - @akinon/pz-otp@1.34.0-rc.7
3695
- - @akinon/pz-pay-on-delivery@1.34.0-rc.7
3696
-
3697
- ## 1.34.0-rc.6
3698
-
3699
- ### Minor Changes
3700
-
3701
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
3702
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
3703
- - 27a5296: ZERO-2631:Fix Checkbox Click
3704
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
3705
- - f0c23bc: ZERO-2135: add custom not found page
3706
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
3707
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
3708
- - 202f84e: ZERO-2569: Fix static keys
3709
- - f046f8e: ZERO-2575: update version for react-number-format
3710
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
3711
-
3712
- ### Patch Changes
3713
-
3714
- - Updated dependencies [d09b677]
3715
- - Updated dependencies [6d4aadb]
3716
- - Updated dependencies [ebb63ce]
3717
- - Updated dependencies [7cebe87]
3718
- - Updated dependencies [f3b595e]
3719
- - Updated dependencies [59fb7c3]
3720
- - Updated dependencies [f0c23bc]
3721
- - Updated dependencies [3420416]
3722
- - Updated dependencies [495d155]
3723
- - Updated dependencies [6c18543]
3724
- - Updated dependencies [40ad73e]
3725
- - Updated dependencies [495d155]
3726
- - Updated dependencies [f046f8e]
3727
- - Updated dependencies [6b2972b]
3728
- - Updated dependencies [3e68768]
3729
- - @akinon/next@1.34.0-rc.6
3730
- - @akinon/pz-masterpass@1.34.0-rc.6
3731
- - @akinon/pz-one-click-checkout@1.34.0-rc.6
3732
- - @akinon/pz-b2b@1.34.0-rc.6
3733
- - @akinon/pz-gpay@1.34.0-rc.6
3734
- - @akinon/pz-otp@1.34.0-rc.6
3735
- - @akinon/pz-pay-on-delivery@1.34.0-rc.6
1137
+ - @akinon/next@1.34.0
1138
+ - @akinon/pz-b2b@1.34.0
1139
+ - @akinon/pz-gpay@1.34.0
1140
+ - @akinon/pz-masterpass@1.34.0
1141
+ - @akinon/pz-one-click-checkout@1.34.0
1142
+ - @akinon/pz-otp@1.34.0
1143
+ - @akinon/pz-pay-on-delivery@1.34.0
3736
1144
 
3737
1145
  ## 1.33.2
3738
1146