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