@akinon/projectzero 1.77.0 → 1.78.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/app-template/.gitignore +2 -0
  3. package/app-template/CHANGELOG.md +2636 -130
  4. package/app-template/package.json +18 -18
  5. package/app-template/public/locales/en/common.json +4 -0
  6. package/app-template/public/locales/tr/common.json +4 -0
  7. package/app-template/src/app/[commerce]/[locale]/[currency]/account/orders/[id]/cancellation/page.tsx +94 -5
  8. package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/page.tsx +8 -0
  10. package/app-template/src/components/button.tsx +50 -35
  11. package/app-template/src/components/file-input.tsx +44 -2
  12. package/app-template/src/components/types/index.ts +4 -1
  13. package/app-template/src/components/widget/widget-placeholder.tsx +12 -0
  14. package/app-template/src/middleware.ts +1 -0
  15. package/app-template/src/settings.js +6 -1
  16. package/app-template/src/views/account/address-form.tsx +2 -2
  17. package/app-template/src/views/account/contact-form.tsx +3 -8
  18. package/app-template/src/views/account/orders/order-cancellation-item.tsx +4 -3
  19. package/app-template/src/views/basket/basket-content.tsx +106 -0
  20. package/app-template/src/views/basket/basket-item.tsx +16 -13
  21. package/app-template/src/views/basket/summary.tsx +10 -7
  22. package/app-template/src/views/login/index.tsx +28 -4
  23. package/app-template/src/views/register/index.tsx +30 -5
  24. package/package.json +1 -1
  25. package/app-template/sentry.edge.config.ts +0 -3
  26. package/app-template/sentry.server.config.ts +0 -3
@@ -1,5 +1,60 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.78.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e8dcbe3c: ZERO-3112: Update button component
8
+ - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
9
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
10
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
11
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
12
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
13
+ - 6a0a0807: ZERO-3112: Update button
14
+ - 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
15
+ - 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [5dfeea04]
20
+ - Updated dependencies [2d9b2b2c]
21
+ - Updated dependencies [f49bb74f]
22
+ - Updated dependencies [e9541a13]
23
+ - Updated dependencies [4d3deb4f]
24
+ - Updated dependencies [72fd4d67]
25
+ - Updated dependencies [c53ef7b9]
26
+ - Updated dependencies [64699d3f]
27
+ - Updated dependencies [7727ae55]
28
+ - Updated dependencies [17f87524]
29
+ - Updated dependencies [65d3b862]
30
+ - Updated dependencies [bbe18b9f]
31
+ - Updated dependencies [4920742c]
32
+ - Updated dependencies [7e56d6b6]
33
+ - Updated dependencies [43c182ee]
34
+ - Updated dependencies [2d305aaf]
35
+ - Updated dependencies [eeb20bea]
36
+ - Updated dependencies [6a0a0807]
37
+ - Updated dependencies [f2c92d5c]
38
+ - Updated dependencies [7bd3d992]
39
+ - Updated dependencies [fdd255ee]
40
+ - Updated dependencies [49eeebfa]
41
+ - Updated dependencies [3f9b8d7e]
42
+ - @akinon/next@1.78.0-rc.0
43
+ - @akinon/pz-checkout-gift-pack@1.78.0-rc.0
44
+ - @akinon/pz-one-click-checkout@1.78.0-rc.0
45
+ - @akinon/pz-basket-gift-pack@1.78.0-rc.0
46
+ - @akinon/pz-pay-on-delivery@1.78.0-rc.0
47
+ - @akinon/pz-credit-payment@1.78.0-rc.0
48
+ - @akinon/pz-click-collect@1.78.0-rc.0
49
+ - @akinon/pz-masterpass@1.78.0-rc.0
50
+ - @akinon/pz-akifast@1.78.0-rc.0
51
+ - @akinon/pz-gpay@1.78.0-rc.0
52
+ - @akinon/pz-b2b@1.78.0-rc.0
53
+ - @akinon/pz-bkm@1.78.0-rc.0
54
+ - @akinon/pz-otp@1.78.0-rc.0
55
+ - @akinon/pz-tabby-extension@1.78.0-rc.0
56
+ - @akinon/pz-saved-card@1.78.0-rc.0
57
+
3
58
  ## 1.77.0
4
59
 
5
60
  ### Patch Changes
@@ -179,21 +234,161 @@
179
234
  ### Patch Changes
180
235
 
181
236
  - Updated dependencies [f34454a]
182
- - @akinon/next@1.71.0
183
- - @akinon/pz-akifast@1.71.0
184
- - @akinon/pz-b2b@1.71.0
185
- - @akinon/pz-basket-gift-pack@1.71.0
186
- - @akinon/pz-bkm@1.71.0
187
- - @akinon/pz-checkout-gift-pack@1.71.0
188
- - @akinon/pz-click-collect@1.71.0
189
- - @akinon/pz-credit-payment@1.71.0
190
- - @akinon/pz-gpay@1.71.0
191
- - @akinon/pz-masterpass@1.71.0
192
- - @akinon/pz-one-click-checkout@1.71.0
193
- - @akinon/pz-otp@1.71.0
194
- - @akinon/pz-pay-on-delivery@1.71.0
195
- - @akinon/pz-saved-card@1.71.0
196
- - @akinon/pz-tabby-extension@1.71.0
237
+ - @akinon/next@1.71.0-rc.6
238
+ - @akinon/pz-akifast@1.71.0-rc.6
239
+ - @akinon/pz-b2b@1.71.0-rc.6
240
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.6
241
+ - @akinon/pz-bkm@1.71.0-rc.6
242
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.6
243
+ - @akinon/pz-click-collect@1.71.0-rc.6
244
+ - @akinon/pz-credit-payment@1.71.0-rc.6
245
+ - @akinon/pz-gpay@1.71.0-rc.6
246
+ - @akinon/pz-masterpass@1.71.0-rc.6
247
+ - @akinon/pz-one-click-checkout@1.71.0-rc.6
248
+ - @akinon/pz-otp@1.71.0-rc.6
249
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.6
250
+ - @akinon/pz-saved-card@1.71.0-rc.6
251
+ - @akinon/pz-tabby-extension@1.71.0-rc.6
252
+
253
+ ## 1.71.0-rc.5
254
+
255
+ ### Patch Changes
256
+
257
+ - Updated dependencies [0ab91e5]
258
+ - @akinon/pz-akifast@1.71.0-rc.5
259
+ - @akinon/next@1.71.0-rc.5
260
+ - @akinon/pz-b2b@1.71.0-rc.5
261
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.5
262
+ - @akinon/pz-bkm@1.71.0-rc.5
263
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.5
264
+ - @akinon/pz-click-collect@1.71.0-rc.5
265
+ - @akinon/pz-credit-payment@1.71.0-rc.5
266
+ - @akinon/pz-gpay@1.71.0-rc.5
267
+ - @akinon/pz-masterpass@1.71.0-rc.5
268
+ - @akinon/pz-one-click-checkout@1.71.0-rc.5
269
+ - @akinon/pz-otp@1.71.0-rc.5
270
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.5
271
+ - @akinon/pz-saved-card@1.71.0-rc.5
272
+ - @akinon/pz-tabby-extension@1.71.0-rc.5
273
+
274
+ ## 1.71.0-rc.4
275
+
276
+ ### Minor Changes
277
+
278
+ - 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
279
+
280
+ ### Patch Changes
281
+
282
+ - @akinon/next@1.71.0-rc.4
283
+ - @akinon/pz-akifast@1.71.0-rc.4
284
+ - @akinon/pz-b2b@1.71.0-rc.4
285
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.4
286
+ - @akinon/pz-bkm@1.71.0-rc.4
287
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.4
288
+ - @akinon/pz-click-collect@1.71.0-rc.4
289
+ - @akinon/pz-credit-payment@1.71.0-rc.4
290
+ - @akinon/pz-gpay@1.71.0-rc.4
291
+ - @akinon/pz-masterpass@1.71.0-rc.4
292
+ - @akinon/pz-one-click-checkout@1.71.0-rc.4
293
+ - @akinon/pz-otp@1.71.0-rc.4
294
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.4
295
+ - @akinon/pz-saved-card@1.71.0-rc.4
296
+ - @akinon/pz-tabby-extension@1.71.0-rc.4
297
+
298
+ ## 1.71.0-rc.3
299
+
300
+ ### Minor Changes
301
+
302
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [3344bca]
307
+ - @akinon/next@1.71.0-rc.3
308
+ - @akinon/pz-akifast@1.71.0-rc.3
309
+ - @akinon/pz-b2b@1.71.0-rc.3
310
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.3
311
+ - @akinon/pz-bkm@1.71.0-rc.3
312
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.3
313
+ - @akinon/pz-click-collect@1.71.0-rc.3
314
+ - @akinon/pz-credit-payment@1.71.0-rc.3
315
+ - @akinon/pz-gpay@1.71.0-rc.3
316
+ - @akinon/pz-masterpass@1.71.0-rc.3
317
+ - @akinon/pz-one-click-checkout@1.71.0-rc.3
318
+ - @akinon/pz-otp@1.71.0-rc.3
319
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.3
320
+ - @akinon/pz-saved-card@1.71.0-rc.3
321
+ - @akinon/pz-tabby-extension@1.71.0-rc.3
322
+
323
+ ## 1.71.0-rc.2
324
+
325
+ ### Patch Changes
326
+
327
+ - Updated dependencies [56cdddc]
328
+ - @akinon/next@1.71.0-rc.2
329
+ - @akinon/pz-akifast@1.71.0-rc.2
330
+ - @akinon/pz-b2b@1.71.0-rc.2
331
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.2
332
+ - @akinon/pz-bkm@1.71.0-rc.2
333
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.2
334
+ - @akinon/pz-click-collect@1.71.0-rc.2
335
+ - @akinon/pz-credit-payment@1.71.0-rc.2
336
+ - @akinon/pz-gpay@1.71.0-rc.2
337
+ - @akinon/pz-masterpass@1.71.0-rc.2
338
+ - @akinon/pz-one-click-checkout@1.71.0-rc.2
339
+ - @akinon/pz-otp@1.71.0-rc.2
340
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.2
341
+ - @akinon/pz-saved-card@1.71.0-rc.2
342
+ - @akinon/pz-tabby-extension@1.71.0-rc.2
343
+
344
+ ## 1.71.0-rc.1
345
+
346
+ ### Patch Changes
347
+
348
+ - Updated dependencies [9a50730]
349
+ - @akinon/next@1.71.0-rc.1
350
+ - @akinon/pz-akifast@1.71.0-rc.1
351
+ - @akinon/pz-b2b@1.71.0-rc.1
352
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.1
353
+ - @akinon/pz-bkm@1.71.0-rc.1
354
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.1
355
+ - @akinon/pz-click-collect@1.71.0-rc.1
356
+ - @akinon/pz-credit-payment@1.71.0-rc.1
357
+ - @akinon/pz-gpay@1.71.0-rc.1
358
+ - @akinon/pz-masterpass@1.71.0-rc.1
359
+ - @akinon/pz-one-click-checkout@1.71.0-rc.1
360
+ - @akinon/pz-otp@1.71.0-rc.1
361
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.1
362
+ - @akinon/pz-saved-card@1.71.0-rc.1
363
+ - @akinon/pz-tabby-extension@1.71.0-rc.1
364
+
365
+ ## 1.71.0-rc.0
366
+
367
+ ### Minor Changes
368
+
369
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
370
+
371
+ ### Patch Changes
372
+
373
+ - Updated dependencies [3bfa12a]
374
+ - Updated dependencies [4d3deb4]
375
+ - Updated dependencies [3010514]
376
+ - Updated dependencies [ca774b3]
377
+ - @akinon/next@1.71.0-rc.0
378
+ - @akinon/pz-akifast@1.71.0-rc.0
379
+ - @akinon/pz-b2b@1.71.0-rc.0
380
+ - @akinon/pz-basket-gift-pack@1.71.0-rc.0
381
+ - @akinon/pz-bkm@1.71.0-rc.0
382
+ - @akinon/pz-checkout-gift-pack@1.71.0-rc.0
383
+ - @akinon/pz-click-collect@1.71.0-rc.0
384
+ - @akinon/pz-credit-payment@1.71.0-rc.0
385
+ - @akinon/pz-gpay@1.71.0-rc.0
386
+ - @akinon/pz-masterpass@1.71.0-rc.0
387
+ - @akinon/pz-one-click-checkout@1.71.0-rc.0
388
+ - @akinon/pz-otp@1.71.0-rc.0
389
+ - @akinon/pz-pay-on-delivery@1.71.0-rc.0
390
+ - @akinon/pz-saved-card@1.71.0-rc.0
391
+ - @akinon/pz-tabby-extension@1.71.0-rc.0
197
392
 
198
393
  ## 1.70.0
199
394
 
@@ -224,32 +419,249 @@
224
419
 
225
420
  ### Minor Changes
226
421
 
422
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
423
+ - f046f8e: ZERO-2575: update version for react-number-format
424
+
425
+ ### Patch Changes
426
+
427
+ - Updated dependencies [3bfa12a]
428
+ - Updated dependencies [4d3deb4]
429
+ - Updated dependencies [3010514]
430
+ - Updated dependencies [ca774b3]
431
+ - Updated dependencies [f046f8e]
432
+ - @akinon/next@1.69.0-rc.9
433
+ - @akinon/pz-akifast@1.69.0-rc.9
434
+ - @akinon/pz-b2b@1.69.0-rc.9
435
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.9
436
+ - @akinon/pz-bkm@1.69.0-rc.9
437
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.9
438
+ - @akinon/pz-click-collect@1.69.0-rc.9
439
+ - @akinon/pz-credit-payment@1.69.0-rc.9
440
+ - @akinon/pz-gpay@1.69.0-rc.9
441
+ - @akinon/pz-masterpass@1.69.0-rc.9
442
+ - @akinon/pz-one-click-checkout@1.69.0-rc.9
443
+ - @akinon/pz-otp@1.69.0-rc.9
444
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.9
445
+ - @akinon/pz-saved-card@1.69.0-rc.9
446
+ - @akinon/pz-tabby-extension@1.69.0-rc.9
447
+
448
+ ## 1.69.0-rc.8
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies [3010514]
453
+ - Updated dependencies [ca774b3]
454
+ - @akinon/next@1.69.0-rc.8
455
+ - @akinon/pz-akifast@1.69.0-rc.8
456
+ - @akinon/pz-b2b@1.69.0-rc.8
457
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.8
458
+ - @akinon/pz-bkm@1.69.0-rc.8
459
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.8
460
+ - @akinon/pz-click-collect@1.69.0-rc.8
461
+ - @akinon/pz-credit-payment@1.69.0-rc.8
462
+ - @akinon/pz-gpay@1.69.0-rc.8
463
+ - @akinon/pz-masterpass@1.69.0-rc.8
464
+ - @akinon/pz-one-click-checkout@1.69.0-rc.8
465
+ - @akinon/pz-otp@1.69.0-rc.8
466
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.8
467
+ - @akinon/pz-saved-card@1.69.0-rc.8
468
+ - @akinon/pz-tabby-extension@1.69.0-rc.8
469
+
470
+ ## 1.69.0-rc.7
471
+
472
+ ### Patch Changes
473
+
474
+ - Updated dependencies [3bfa12a]
475
+ - @akinon/next@1.69.0-rc.7
476
+ - @akinon/pz-akifast@1.69.0-rc.7
477
+ - @akinon/pz-b2b@1.69.0-rc.7
478
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.7
479
+ - @akinon/pz-bkm@1.69.0-rc.7
480
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.7
481
+ - @akinon/pz-click-collect@1.69.0-rc.7
482
+ - @akinon/pz-credit-payment@1.69.0-rc.7
483
+ - @akinon/pz-gpay@1.69.0-rc.7
484
+ - @akinon/pz-masterpass@1.69.0-rc.7
485
+ - @akinon/pz-one-click-checkout@1.69.0-rc.7
486
+ - @akinon/pz-otp@1.69.0-rc.7
487
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.7
488
+ - @akinon/pz-saved-card@1.69.0-rc.7
489
+ - @akinon/pz-tabby-extension@1.69.0-rc.7
490
+
491
+ ## 1.69.0-rc.6
492
+
493
+ ### Minor Changes
494
+
495
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
227
496
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
228
497
  - cbdb0c8: ZERO-3010: Move pretty url page into project
229
498
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
230
499
 
231
500
  ### Patch Changes
232
501
 
502
+ - Updated dependencies [4d3deb4]
233
503
  - Updated dependencies [063da74]
234
504
  - Updated dependencies [72da021]
235
505
  - Updated dependencies [5632a99]
236
506
  - Updated dependencies [cbdb0c8]
237
507
  - Updated dependencies [80c869b]
238
- - @akinon/next@1.69.0
239
- - @akinon/pz-akifast@1.69.0
240
- - @akinon/pz-b2b@1.69.0
241
- - @akinon/pz-basket-gift-pack@1.69.0
242
- - @akinon/pz-bkm@1.69.0
243
- - @akinon/pz-checkout-gift-pack@1.69.0
244
- - @akinon/pz-click-collect@1.69.0
245
- - @akinon/pz-credit-payment@1.69.0
246
- - @akinon/pz-gpay@1.69.0
247
- - @akinon/pz-masterpass@1.69.0
248
- - @akinon/pz-one-click-checkout@1.69.0
249
- - @akinon/pz-otp@1.69.0
250
- - @akinon/pz-pay-on-delivery@1.69.0
251
- - @akinon/pz-saved-card@1.69.0
252
- - @akinon/pz-tabby-extension@1.69.0
508
+ - @akinon/next@1.69.0-rc.6
509
+ - @akinon/pz-akifast@1.69.0-rc.6
510
+ - @akinon/pz-b2b@1.69.0-rc.6
511
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.6
512
+ - @akinon/pz-bkm@1.69.0-rc.6
513
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.6
514
+ - @akinon/pz-click-collect@1.69.0-rc.6
515
+ - @akinon/pz-credit-payment@1.69.0-rc.6
516
+ - @akinon/pz-gpay@1.69.0-rc.6
517
+ - @akinon/pz-masterpass@1.69.0-rc.6
518
+ - @akinon/pz-one-click-checkout@1.69.0-rc.6
519
+ - @akinon/pz-otp@1.69.0-rc.6
520
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.6
521
+ - @akinon/pz-saved-card@1.69.0-rc.6
522
+ - @akinon/pz-tabby-extension@1.69.0-rc.6
523
+
524
+ ## 1.69.0-rc.5
525
+
526
+ ### Minor Changes
527
+
528
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
529
+
530
+ ### Patch Changes
531
+
532
+ - Updated dependencies [80c869b]
533
+ - @akinon/next@1.69.0-rc.5
534
+ - @akinon/pz-akifast@1.69.0-rc.5
535
+ - @akinon/pz-b2b@1.69.0-rc.5
536
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.5
537
+ - @akinon/pz-bkm@1.69.0-rc.5
538
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.5
539
+ - @akinon/pz-click-collect@1.69.0-rc.5
540
+ - @akinon/pz-credit-payment@1.69.0-rc.5
541
+ - @akinon/pz-gpay@1.69.0-rc.5
542
+ - @akinon/pz-masterpass@1.69.0-rc.5
543
+ - @akinon/pz-one-click-checkout@1.69.0-rc.5
544
+ - @akinon/pz-otp@1.69.0-rc.5
545
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.5
546
+ - @akinon/pz-saved-card@1.69.0-rc.5
547
+ - @akinon/pz-tabby-extension@1.69.0-rc.5
548
+
549
+ ## 1.69.0-rc.4
550
+
551
+ ### Minor Changes
552
+
553
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
554
+
555
+ ### Patch Changes
556
+
557
+ - Updated dependencies [063da74]
558
+ - @akinon/next@1.69.0-rc.4
559
+ - @akinon/pz-akifast@1.69.0-rc.4
560
+ - @akinon/pz-b2b@1.69.0-rc.4
561
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.4
562
+ - @akinon/pz-bkm@1.69.0-rc.4
563
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.4
564
+ - @akinon/pz-click-collect@1.69.0-rc.4
565
+ - @akinon/pz-credit-payment@1.69.0-rc.4
566
+ - @akinon/pz-gpay@1.69.0-rc.4
567
+ - @akinon/pz-masterpass@1.69.0-rc.4
568
+ - @akinon/pz-one-click-checkout@1.69.0-rc.4
569
+ - @akinon/pz-otp@1.69.0-rc.4
570
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.4
571
+ - @akinon/pz-saved-card@1.69.0-rc.4
572
+ - @akinon/pz-tabby-extension@1.69.0-rc.4
573
+
574
+ ## 1.69.0-rc.3
575
+
576
+ ### Minor Changes
577
+
578
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
579
+
580
+ ### Patch Changes
581
+
582
+ - Updated dependencies [cbdb0c8]
583
+ - @akinon/next@1.69.0-rc.3
584
+ - @akinon/pz-akifast@1.69.0-rc.3
585
+ - @akinon/pz-b2b@1.69.0-rc.3
586
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.3
587
+ - @akinon/pz-bkm@1.69.0-rc.3
588
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.3
589
+ - @akinon/pz-click-collect@1.69.0-rc.3
590
+ - @akinon/pz-credit-payment@1.69.0-rc.3
591
+ - @akinon/pz-gpay@1.69.0-rc.3
592
+ - @akinon/pz-masterpass@1.69.0-rc.3
593
+ - @akinon/pz-one-click-checkout@1.69.0-rc.3
594
+ - @akinon/pz-otp@1.69.0-rc.3
595
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.3
596
+ - @akinon/pz-saved-card@1.69.0-rc.3
597
+ - @akinon/pz-tabby-extension@1.69.0-rc.3
598
+
599
+ ## 1.69.0-rc.2
600
+
601
+ ### Patch Changes
602
+
603
+ - Updated dependencies [5632a99]
604
+ - @akinon/next@1.69.0-rc.2
605
+ - @akinon/pz-akifast@1.69.0-rc.2
606
+ - @akinon/pz-b2b@1.69.0-rc.2
607
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.2
608
+ - @akinon/pz-bkm@1.69.0-rc.2
609
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.2
610
+ - @akinon/pz-click-collect@1.69.0-rc.2
611
+ - @akinon/pz-credit-payment@1.69.0-rc.2
612
+ - @akinon/pz-gpay@1.69.0-rc.2
613
+ - @akinon/pz-masterpass@1.69.0-rc.2
614
+ - @akinon/pz-one-click-checkout@1.69.0-rc.2
615
+ - @akinon/pz-otp@1.69.0-rc.2
616
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.2
617
+ - @akinon/pz-saved-card@1.69.0-rc.2
618
+ - @akinon/pz-tabby-extension@1.69.0-rc.2
619
+
620
+ ## 1.69.0-rc.1
621
+
622
+ ### Patch Changes
623
+
624
+ - Updated dependencies [72da021]
625
+ - @akinon/next@1.69.0-rc.1
626
+ - @akinon/pz-akifast@1.69.0-rc.1
627
+ - @akinon/pz-b2b@1.69.0-rc.1
628
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.1
629
+ - @akinon/pz-bkm@1.69.0-rc.1
630
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.1
631
+ - @akinon/pz-click-collect@1.69.0-rc.1
632
+ - @akinon/pz-credit-payment@1.69.0-rc.1
633
+ - @akinon/pz-gpay@1.69.0-rc.1
634
+ - @akinon/pz-masterpass@1.69.0-rc.1
635
+ - @akinon/pz-one-click-checkout@1.69.0-rc.1
636
+ - @akinon/pz-otp@1.69.0-rc.1
637
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.1
638
+ - @akinon/pz-saved-card@1.69.0-rc.1
639
+ - @akinon/pz-tabby-extension@1.69.0-rc.1
640
+
641
+ ## 1.69.0-rc.0
642
+
643
+ ### Minor Changes
644
+
645
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
646
+
647
+ ### Patch Changes
648
+
649
+ - Updated dependencies [4d3deb4]
650
+ - @akinon/next@1.69.0-rc.0
651
+ - @akinon/pz-akifast@1.69.0-rc.0
652
+ - @akinon/pz-b2b@1.69.0-rc.0
653
+ - @akinon/pz-basket-gift-pack@1.69.0-rc.0
654
+ - @akinon/pz-bkm@1.69.0-rc.0
655
+ - @akinon/pz-checkout-gift-pack@1.69.0-rc.0
656
+ - @akinon/pz-click-collect@1.69.0-rc.0
657
+ - @akinon/pz-credit-payment@1.69.0-rc.0
658
+ - @akinon/pz-gpay@1.69.0-rc.0
659
+ - @akinon/pz-masterpass@1.69.0-rc.0
660
+ - @akinon/pz-one-click-checkout@1.69.0-rc.0
661
+ - @akinon/pz-otp@1.69.0-rc.0
662
+ - @akinon/pz-pay-on-delivery@1.69.0-rc.0
663
+ - @akinon/pz-saved-card@1.69.0-rc.0
664
+ - @akinon/pz-tabby-extension@1.69.0-rc.0
253
665
 
254
666
  ## 1.68.0
255
667
 
@@ -600,28 +1012,401 @@
600
1012
 
601
1013
  ### Minor Changes
602
1014
 
1015
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1016
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1017
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1018
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1019
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1020
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1021
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1022
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1023
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1024
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1025
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1026
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1027
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1028
+ - d3474c64: ZERO-2655: Add data source shipping option
1029
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1030
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1031
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1032
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1033
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1034
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1035
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1036
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1037
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1038
+ - f3d076b: ZERO-2864: create tabby extension plugin
1039
+ - f046f8e0: ZERO-2575: update version for react-number-format
1040
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1041
+
1042
+ ### Patch Changes
1043
+
1044
+ - Updated dependencies [c416d18]
1045
+ - Updated dependencies [572d2e84]
1046
+ - Updated dependencies [5dfeea0]
1047
+ - Updated dependencies [0e25399]
1048
+ - Updated dependencies [a4c8d6a9]
1049
+ - Updated dependencies [fda5b927]
1050
+ - Updated dependencies [2d9b2b2c]
1051
+ - Updated dependencies [c53ea3e6]
1052
+ - Updated dependencies [714e0b46]
1053
+ - Updated dependencies [6c25f66]
1054
+ - Updated dependencies [bc2b4117]
1055
+ - Updated dependencies [3bf2dd9]
1056
+ - Updated dependencies [e9541a13]
1057
+ - Updated dependencies [c53ef7b9]
1058
+ - Updated dependencies [2e6104d]
1059
+ - Updated dependencies [64699d3f]
1060
+ - Updated dependencies [0d3a913e]
1061
+ - Updated dependencies [7b05522]
1062
+ - Updated dependencies [d6edb1d]
1063
+ - Updated dependencies [d3474c64]
1064
+ - Updated dependencies [17f87524]
1065
+ - Updated dependencies [29ead87]
1066
+ - Updated dependencies [c45b62c]
1067
+ - Updated dependencies [91265bba]
1068
+ - Updated dependencies [bbe18b9f]
1069
+ - Updated dependencies [d4099960]
1070
+ - Updated dependencies [4920742]
1071
+ - Updated dependencies [12a873e]
1072
+ - Updated dependencies [7e56d6b]
1073
+ - Updated dependencies [94b69285]
1074
+ - Updated dependencies [98bb8dcd]
1075
+ - Updated dependencies [dcc8a150]
1076
+ - Updated dependencies [8f47cca]
1077
+ - Updated dependencies [fad27689]
1078
+ - Updated dependencies [dff0d595]
1079
+ - Updated dependencies [fdd0b41]
1080
+ - Updated dependencies [f2c325c]
1081
+ - Updated dependencies [9e25a64]
1082
+ - Updated dependencies [beb499e6]
1083
+ - Updated dependencies [f2c92d5c]
1084
+ - Updated dependencies [7bd3d992]
1085
+ - Updated dependencies [f3d076b]
1086
+ - Updated dependencies [f046f8e0]
1087
+ - Updated dependencies [49eeebf]
1088
+ - Updated dependencies [86d25315]
1089
+ - Updated dependencies [3f9b8d7e]
1090
+ - @akinon/next@1.56.0-rc.8
1091
+ - @akinon/pz-tabby-extension@1.56.0-rc.8
1092
+ - @akinon/pz-click-collect@1.56.0-rc.8
1093
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.8
1094
+ - @akinon/pz-one-click-checkout@1.56.0-rc.8
1095
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.8
1096
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.8
1097
+ - @akinon/pz-credit-payment@1.56.0-rc.8
1098
+ - @akinon/pz-masterpass@1.56.0-rc.8
1099
+ - @akinon/pz-akifast@1.56.0-rc.8
1100
+ - @akinon/pz-gpay@1.56.0-rc.8
1101
+ - @akinon/pz-b2b@1.56.0-rc.8
1102
+ - @akinon/pz-bkm@1.56.0-rc.8
1103
+ - @akinon/pz-otp@1.56.0-rc.8
1104
+
1105
+ ## 1.56.0-rc.7
1106
+
1107
+ ### Patch Changes
1108
+
1109
+ - Updated dependencies [0e25399]
1110
+ - @akinon/pz-tabby-extension@1.56.0-rc.7
1111
+ - @akinon/next@1.56.0-rc.7
1112
+ - @akinon/pz-akifast@1.56.0-rc.7
1113
+ - @akinon/pz-b2b@1.56.0-rc.7
1114
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.7
1115
+ - @akinon/pz-bkm@1.56.0-rc.7
1116
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.7
1117
+ - @akinon/pz-click-collect@1.56.0-rc.7
1118
+ - @akinon/pz-credit-payment@1.56.0-rc.7
1119
+ - @akinon/pz-gpay@1.56.0-rc.7
1120
+ - @akinon/pz-masterpass@1.56.0-rc.7
1121
+ - @akinon/pz-one-click-checkout@1.56.0-rc.7
1122
+ - @akinon/pz-otp@1.56.0-rc.7
1123
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.7
1124
+
1125
+ ## 1.56.0-rc.6
1126
+
1127
+ ### Minor Changes
1128
+
1129
+ - f3d076b: ZERO-2864: create tabby extension plugin
1130
+
1131
+ ### Patch Changes
1132
+
1133
+ - Updated dependencies [f3d076b]
1134
+ - @akinon/next@1.56.0-rc.6
1135
+ - @akinon/pz-akifast@1.56.0-rc.6
1136
+ - @akinon/pz-b2b@1.56.0-rc.6
1137
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.6
1138
+ - @akinon/pz-bkm@1.56.0-rc.6
1139
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.6
1140
+ - @akinon/pz-click-collect@1.56.0-rc.6
1141
+ - @akinon/pz-credit-payment@1.56.0-rc.6
1142
+ - @akinon/pz-gpay@1.56.0-rc.6
1143
+ - @akinon/pz-masterpass@1.56.0-rc.6
1144
+ - @akinon/pz-one-click-checkout@1.56.0-rc.6
1145
+ - @akinon/pz-otp@1.56.0-rc.6
1146
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.6
1147
+
1148
+ ## 1.56.0-rc.5
1149
+
1150
+ ### Patch Changes
1151
+
1152
+ - Updated dependencies [c416d18]
1153
+ - @akinon/next@1.56.0-rc.5
1154
+ - @akinon/pz-akifast@1.56.0-rc.5
1155
+ - @akinon/pz-b2b@1.56.0-rc.5
1156
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.5
1157
+ - @akinon/pz-bkm@1.56.0-rc.5
1158
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.5
1159
+ - @akinon/pz-click-collect@1.56.0-rc.5
1160
+ - @akinon/pz-credit-payment@1.56.0-rc.5
1161
+ - @akinon/pz-gpay@1.56.0-rc.5
1162
+ - @akinon/pz-masterpass@1.56.0-rc.5
1163
+ - @akinon/pz-one-click-checkout@1.56.0-rc.5
1164
+ - @akinon/pz-otp@1.56.0-rc.5
1165
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.5
1166
+
1167
+ ## 1.56.0-rc.4
1168
+
1169
+ ### Minor Changes
1170
+
1171
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1172
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1173
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1174
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1175
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1176
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1177
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1178
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1179
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1180
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1181
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1182
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1183
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1184
+ - d3474c64: ZERO-2655: Add data source shipping option
1185
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1186
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1187
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1188
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1189
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1190
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1191
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1192
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1193
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1194
+ - f046f8e0: ZERO-2575: update version for react-number-format
603
1195
  - b9273fd: ZERO-2889: add host headers to requests
1196
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
604
1197
 
605
1198
  ### Patch Changes
606
1199
 
1200
+ - Updated dependencies [572d2e84]
1201
+ - Updated dependencies [5dfeea0]
1202
+ - Updated dependencies [a4c8d6a9]
1203
+ - Updated dependencies [fda5b927]
1204
+ - Updated dependencies [2d9b2b2c]
1205
+ - Updated dependencies [c53ea3e6]
607
1206
  - Updated dependencies [d93a507]
1207
+ - Updated dependencies [714e0b46]
1208
+ - Updated dependencies [6c25f66]
1209
+ - Updated dependencies [bc2b411]
1210
+ - Updated dependencies [3bf2dd9]
1211
+ - Updated dependencies [e9541a13]
1212
+ - Updated dependencies [c53ef7b9]
1213
+ - Updated dependencies [2e6104d]
1214
+ - Updated dependencies [64699d3]
1215
+ - Updated dependencies [0d3a913e]
1216
+ - Updated dependencies [7b05522]
1217
+ - Updated dependencies [d6edb1d]
1218
+ - Updated dependencies [d3474c64]
1219
+ - Updated dependencies [17f8752]
1220
+ - Updated dependencies [29ead87]
1221
+ - Updated dependencies [c45b62c]
1222
+ - Updated dependencies [91265bba]
1223
+ - Updated dependencies [bbe18b9f]
1224
+ - Updated dependencies [d4099960]
1225
+ - Updated dependencies [4920742]
1226
+ - Updated dependencies [12a873e]
608
1227
  - Updated dependencies [674badc]
1228
+ - Updated dependencies [7e56d6b]
1229
+ - Updated dependencies [94b69285]
1230
+ - Updated dependencies [98bb8dcd]
609
1231
  - Updated dependencies [207ac6e]
1232
+ - Updated dependencies [dcc8a150]
1233
+ - Updated dependencies [8f47cca]
1234
+ - Updated dependencies [fad27689]
1235
+ - Updated dependencies [dff0d595]
1236
+ - Updated dependencies [fdd0b41]
1237
+ - Updated dependencies [f2c325c]
1238
+ - Updated dependencies [9e25a64]
1239
+ - Updated dependencies [beb499e6]
1240
+ - Updated dependencies [f2c92d5c]
1241
+ - Updated dependencies [7bd3d99]
1242
+ - Updated dependencies [f046f8e0]
610
1243
  - Updated dependencies [b9273fd]
1244
+ - Updated dependencies [49eeebf]
1245
+ - Updated dependencies [86d25315]
611
1246
  - Updated dependencies [c670bd4]
612
- - @akinon/next@1.56.0
613
- - @akinon/pz-akifast@1.56.0
614
- - @akinon/pz-b2b@1.56.0
615
- - @akinon/pz-basket-gift-pack@1.56.0
616
- - @akinon/pz-bkm@1.56.0
617
- - @akinon/pz-checkout-gift-pack@1.56.0
618
- - @akinon/pz-click-collect@1.56.0
619
- - @akinon/pz-credit-payment@1.56.0
620
- - @akinon/pz-gpay@1.56.0
621
- - @akinon/pz-masterpass@1.56.0
622
- - @akinon/pz-one-click-checkout@1.56.0
623
- - @akinon/pz-otp@1.56.0
624
- - @akinon/pz-pay-on-delivery@1.56.0
1247
+ - Updated dependencies [3f9b8d7]
1248
+ - @akinon/next@1.56.0-rc.4
1249
+ - @akinon/pz-click-collect@1.56.0-rc.4
1250
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.4
1251
+ - @akinon/pz-one-click-checkout@1.56.0-rc.4
1252
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.4
1253
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.4
1254
+ - @akinon/pz-credit-payment@1.56.0-rc.4
1255
+ - @akinon/pz-masterpass@1.56.0-rc.4
1256
+ - @akinon/pz-akifast@1.56.0-rc.4
1257
+ - @akinon/pz-gpay@1.56.0-rc.4
1258
+ - @akinon/pz-b2b@1.56.0-rc.4
1259
+ - @akinon/pz-bkm@1.56.0-rc.4
1260
+ - @akinon/pz-otp@1.56.0-rc.4
1261
+
1262
+ ## 1.56.0-rc.3
1263
+
1264
+ ### Patch Changes
1265
+
1266
+ - Updated dependencies [674badc]
1267
+ - @akinon/next@1.56.0-rc.3
1268
+ - @akinon/pz-akifast@1.56.0-rc.3
1269
+ - @akinon/pz-b2b@1.56.0-rc.3
1270
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.3
1271
+ - @akinon/pz-bkm@1.56.0-rc.3
1272
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.3
1273
+ - @akinon/pz-click-collect@1.56.0-rc.3
1274
+ - @akinon/pz-credit-payment@1.56.0-rc.3
1275
+ - @akinon/pz-gpay@1.56.0-rc.3
1276
+ - @akinon/pz-masterpass@1.56.0-rc.3
1277
+ - @akinon/pz-one-click-checkout@1.56.0-rc.3
1278
+ - @akinon/pz-otp@1.56.0-rc.3
1279
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.3
1280
+
1281
+ ## 1.56.0-rc.2
1282
+
1283
+ ### Patch Changes
1284
+
1285
+ - Updated dependencies [7b05522]
1286
+ - Updated dependencies [29ead87]
1287
+ - @akinon/next@1.56.0-rc.2
1288
+ - @akinon/pz-otp@1.56.0-rc.2
1289
+ - @akinon/pz-akifast@1.56.0-rc.2
1290
+ - @akinon/pz-b2b@1.56.0-rc.2
1291
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.2
1292
+ - @akinon/pz-bkm@1.56.0-rc.2
1293
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.2
1294
+ - @akinon/pz-click-collect@1.56.0-rc.2
1295
+ - @akinon/pz-credit-payment@1.56.0-rc.2
1296
+ - @akinon/pz-gpay@1.56.0-rc.2
1297
+ - @akinon/pz-masterpass@1.56.0-rc.2
1298
+ - @akinon/pz-one-click-checkout@1.56.0-rc.2
1299
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.2
1300
+
1301
+ ## 1.56.0-rc.1
1302
+
1303
+ ### Patch Changes
1304
+
1305
+ - Updated dependencies [207ac6e]
1306
+ - @akinon/next@1.56.0-rc.1
1307
+ - @akinon/pz-akifast@1.56.0-rc.1
1308
+ - @akinon/pz-b2b@1.56.0-rc.1
1309
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.1
1310
+ - @akinon/pz-bkm@1.56.0-rc.1
1311
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.1
1312
+ - @akinon/pz-click-collect@1.56.0-rc.1
1313
+ - @akinon/pz-credit-payment@1.56.0-rc.1
1314
+ - @akinon/pz-gpay@1.56.0-rc.1
1315
+ - @akinon/pz-masterpass@1.56.0-rc.1
1316
+ - @akinon/pz-one-click-checkout@1.56.0-rc.1
1317
+ - @akinon/pz-otp@1.56.0-rc.1
1318
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.1
1319
+
1320
+ ## 1.56.0-rc.0
1321
+
1322
+ ### Minor Changes
1323
+
1324
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1325
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1326
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1327
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1328
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1329
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1330
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1331
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1332
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1333
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1334
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1335
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1336
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1337
+ - d3474c64: ZERO-2655: Add data source shipping option
1338
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1339
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1340
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1341
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1342
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1343
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
1344
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1345
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1346
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1347
+ - f046f8e0: ZERO-2575: update version for react-number-format
1348
+ - b9273fd3: ZERO-2889: add host headers to requests
1349
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1350
+
1351
+ ### Patch Changes
1352
+
1353
+ - Updated dependencies [572d2e84]
1354
+ - Updated dependencies [5dfeea0]
1355
+ - Updated dependencies [a4c8d6a9]
1356
+ - Updated dependencies [fda5b927]
1357
+ - Updated dependencies [2d9b2b2c]
1358
+ - Updated dependencies [c53ea3e6]
1359
+ - Updated dependencies [d93a507]
1360
+ - Updated dependencies [714e0b46]
1361
+ - Updated dependencies [6c25f666]
1362
+ - Updated dependencies [bc2b4117]
1363
+ - Updated dependencies [3bf2dd94]
1364
+ - Updated dependencies [e9541a13]
1365
+ - Updated dependencies [c53ef7b9]
1366
+ - Updated dependencies [2e6104d]
1367
+ - Updated dependencies [64699d3f]
1368
+ - Updated dependencies [0d3a913e]
1369
+ - Updated dependencies [d6edb1d0]
1370
+ - Updated dependencies [d3474c64]
1371
+ - Updated dependencies [17f87524]
1372
+ - Updated dependencies [c45b62c9]
1373
+ - Updated dependencies [91265bba]
1374
+ - Updated dependencies [bbe18b9f]
1375
+ - Updated dependencies [d4099960]
1376
+ - Updated dependencies [4920742c]
1377
+ - Updated dependencies [12a873e]
1378
+ - Updated dependencies [7e56d6b6]
1379
+ - Updated dependencies [94b69285]
1380
+ - Updated dependencies [98bb8dcd]
1381
+ - Updated dependencies [dcc8a150]
1382
+ - Updated dependencies [8f47ccae]
1383
+ - Updated dependencies [fad27689]
1384
+ - Updated dependencies [dff0d595]
1385
+ - Updated dependencies [fdd0b41]
1386
+ - Updated dependencies [f2c325c1]
1387
+ - Updated dependencies [9e25a64b]
1388
+ - Updated dependencies [beb499e6]
1389
+ - Updated dependencies [f2c92d5c]
1390
+ - Updated dependencies [7bd3d992]
1391
+ - Updated dependencies [f046f8e0]
1392
+ - Updated dependencies [b9273fd3]
1393
+ - Updated dependencies [49eeebf]
1394
+ - Updated dependencies [86d25315]
1395
+ - Updated dependencies [c670bd48]
1396
+ - Updated dependencies [3f9b8d7e]
1397
+ - @akinon/next@1.56.0-rc.0
1398
+ - @akinon/pz-click-collect@1.56.0-rc.0
1399
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.0
1400
+ - @akinon/pz-one-click-checkout@1.56.0-rc.0
1401
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.0
1402
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.0
1403
+ - @akinon/pz-credit-payment@1.56.0-rc.0
1404
+ - @akinon/pz-masterpass@1.56.0-rc.0
1405
+ - @akinon/pz-akifast@1.56.0-rc.0
1406
+ - @akinon/pz-gpay@1.56.0-rc.0
1407
+ - @akinon/pz-b2b@1.56.0-rc.0
1408
+ - @akinon/pz-bkm@1.56.0-rc.0
1409
+ - @akinon/pz-otp@1.56.0-rc.0
625
1410
 
626
1411
  ## 1.55.0
627
1412
 
@@ -764,20 +1549,220 @@
764
1549
 
765
1550
  ### Patch Changes
766
1551
 
1552
+ - Updated dependencies [90282b53]
1553
+ - Updated dependencies [50b90692]
1554
+ - Updated dependencies [572d2e84]
1555
+ - Updated dependencies [5dfeea0]
1556
+ - Updated dependencies [a4c8d6a9]
1557
+ - Updated dependencies [fda5b927]
1558
+ - Updated dependencies [2d9b2b2]
1559
+ - Updated dependencies [c53ea3e6]
1560
+ - Updated dependencies [d93a507]
1561
+ - Updated dependencies [8d9ac9a]
1562
+ - Updated dependencies [18e8197]
1563
+ - Updated dependencies [714e0b46]
1564
+ - Updated dependencies [70279e7]
1565
+ - Updated dependencies [6c25f66]
1566
+ - Updated dependencies [bc2b411]
1567
+ - Updated dependencies [3bf2dd9]
1568
+ - Updated dependencies [e9541a1]
1569
+ - Updated dependencies [c53ef7b9]
1570
+ - Updated dependencies [9d94f7e]
1571
+ - Updated dependencies [2e6104d]
1572
+ - Updated dependencies [64699d3]
1573
+ - Updated dependencies [0d3a913e]
1574
+ - Updated dependencies [1448a96e]
1575
+ - Updated dependencies [1ec2e9d]
1576
+ - Updated dependencies [d6edb1d]
1577
+ - Updated dependencies [d3474c64]
1578
+ - Updated dependencies [75080fd6]
1579
+ - Updated dependencies [17f8752]
1580
+ - Updated dependencies [c45b62c]
1581
+ - Updated dependencies [91265bba]
1582
+ - Updated dependencies [bbe18b9f]
1583
+ - Updated dependencies [d4099960]
1584
+ - Updated dependencies [4920742]
1585
+ - Updated dependencies [12a873e]
1586
+ - Updated dependencies [69ca0801]
1587
+ - Updated dependencies [7e56d6b]
1588
+ - Updated dependencies [94b6928]
1589
+ - Updated dependencies [98bb8dcd]
1590
+ - Updated dependencies [46b7aad7]
1591
+ - Updated dependencies [dcc8a150]
1592
+ - Updated dependencies [8f47cca]
1593
+ - Updated dependencies [fad27689]
1594
+ - Updated dependencies [dff0d595]
1595
+ - Updated dependencies [fdd0b41]
1596
+ - Updated dependencies [eecb282]
1597
+ - Updated dependencies [f2c325c]
1598
+ - Updated dependencies [9e25a64]
1599
+ - Updated dependencies [beb499e6]
1600
+ - Updated dependencies [146ea391]
1601
+ - Updated dependencies [f2c92d5]
1602
+ - Updated dependencies [7bd3d99]
1603
+ - Updated dependencies [c47be30d]
1604
+ - Updated dependencies [e9a46acb]
1605
+ - Updated dependencies [f046f8e0]
1606
+ - Updated dependencies [b9273fd]
1607
+ - Updated dependencies [49eeebf]
1608
+ - Updated dependencies [86d25315]
1609
+ - Updated dependencies [c670bd4]
1610
+ - Updated dependencies [3f9b8d7]
1611
+ - Updated dependencies [3d35f70]
1612
+ - @akinon/next@1.50.0-rc.2
1613
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.2
1614
+ - @akinon/pz-one-click-checkout@1.50.0-rc.2
1615
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.2
1616
+ - @akinon/pz-click-collect@1.50.0-rc.2
1617
+ - @akinon/pz-masterpass@1.50.0-rc.2
1618
+ - @akinon/pz-akifast@1.50.0-rc.2
1619
+ - @akinon/pz-gpay@1.50.0-rc.2
1620
+ - @akinon/pz-b2b@1.50.0-rc.2
1621
+ - @akinon/pz-bkm@1.50.0-rc.2
1622
+ - @akinon/pz-otp@1.50.0-rc.2
1623
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.2
1624
+ - @akinon/pz-credit-payment@1.50.0-rc.2
1625
+
1626
+ ## 1.50.0-rc.1
1627
+
1628
+ ### Patch Changes
1629
+
1630
+ - Updated dependencies [49eeebf]
1631
+ - @akinon/next@1.50.0-rc.1
1632
+ - @akinon/pz-akifast@1.50.0-rc.1
1633
+ - @akinon/pz-b2b@1.50.0-rc.1
1634
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.1
1635
+ - @akinon/pz-bkm@1.50.0-rc.1
1636
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.1
1637
+ - @akinon/pz-click-collect@1.50.0-rc.1
1638
+ - @akinon/pz-credit-payment@1.50.0-rc.1
1639
+ - @akinon/pz-gpay@1.50.0-rc.1
1640
+ - @akinon/pz-masterpass@1.50.0-rc.1
1641
+ - @akinon/pz-one-click-checkout@1.50.0-rc.1
1642
+ - @akinon/pz-otp@1.50.0-rc.1
1643
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.1
1644
+
1645
+ ## 1.50.0-rc.0
1646
+
1647
+ ### Minor Changes
1648
+
1649
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1650
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1651
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1652
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1653
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1654
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1655
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1656
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1657
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1658
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1659
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
1660
+ - 52c13732: ZERO-2619: Added fix flag for the staged linter
1661
+ - 552ee8a: ZERO-2777: fix link component usage
1662
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1663
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1664
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1665
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1666
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1667
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1668
+ - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
1669
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1670
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1671
+ - d3474c64: ZERO-2655: Add data source shipping option
1672
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1673
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1674
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1675
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1676
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1677
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1678
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1679
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1680
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1681
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1682
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1683
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1684
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1685
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1686
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1687
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1688
+ - f046f8e0: ZERO-2575: update version for react-number-format
1689
+ - b9273fd: ZERO-2889: add host headers to requests
1690
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1691
+
1692
+ ### Patch Changes
1693
+
1694
+ - Updated dependencies [90282b53]
1695
+ - Updated dependencies [50b90692]
1696
+ - Updated dependencies [572d2e84]
1697
+ - Updated dependencies [5dfeea0]
1698
+ - Updated dependencies [a4c8d6a9]
1699
+ - Updated dependencies [fda5b927]
1700
+ - Updated dependencies [2d9b2b2]
1701
+ - Updated dependencies [c53ea3e6]
1702
+ - Updated dependencies [d93a507]
1703
+ - Updated dependencies [8d9ac9a]
1704
+ - Updated dependencies [18e8197]
767
1705
  - Updated dependencies [eaf97d6]
768
- - @akinon/next@1.50.0
769
- - @akinon/pz-akifast@1.50.0
770
- - @akinon/pz-b2b@1.50.0
771
- - @akinon/pz-basket-gift-pack@1.50.0
772
- - @akinon/pz-bkm@1.50.0
773
- - @akinon/pz-checkout-gift-pack@1.50.0
774
- - @akinon/pz-click-collect@1.50.0
775
- - @akinon/pz-credit-payment@1.50.0
776
- - @akinon/pz-gpay@1.50.0
777
- - @akinon/pz-masterpass@1.50.0
778
- - @akinon/pz-one-click-checkout@1.50.0
779
- - @akinon/pz-otp@1.50.0
780
- - @akinon/pz-pay-on-delivery@1.50.0
1706
+ - Updated dependencies [714e0b46]
1707
+ - Updated dependencies [70279e7]
1708
+ - Updated dependencies [6c25f66]
1709
+ - Updated dependencies [bc2b411]
1710
+ - Updated dependencies [3bf2dd9]
1711
+ - Updated dependencies [e9541a1]
1712
+ - Updated dependencies [c53ef7b9]
1713
+ - Updated dependencies [9d94f7e]
1714
+ - Updated dependencies [2e6104d]
1715
+ - Updated dependencies [64699d3]
1716
+ - Updated dependencies [0d3a913e]
1717
+ - Updated dependencies [1448a96e]
1718
+ - Updated dependencies [1ec2e9d]
1719
+ - Updated dependencies [d6edb1d]
1720
+ - Updated dependencies [d3474c64]
1721
+ - Updated dependencies [75080fd6]
1722
+ - Updated dependencies [17f8752]
1723
+ - Updated dependencies [c45b62c]
1724
+ - Updated dependencies [91265bba]
1725
+ - Updated dependencies [bbe18b9f]
1726
+ - Updated dependencies [d4099960]
1727
+ - Updated dependencies [4920742]
1728
+ - Updated dependencies [12a873e]
1729
+ - Updated dependencies [69ca080]
1730
+ - Updated dependencies [7e56d6b]
1731
+ - Updated dependencies [94b6928]
1732
+ - Updated dependencies [98bb8dcd]
1733
+ - Updated dependencies [46b7aad7]
1734
+ - Updated dependencies [dcc8a150]
1735
+ - Updated dependencies [8f47cca]
1736
+ - Updated dependencies [fad27689]
1737
+ - Updated dependencies [dff0d595]
1738
+ - Updated dependencies [fdd0b41]
1739
+ - Updated dependencies [eecb282]
1740
+ - Updated dependencies [f2c325c]
1741
+ - Updated dependencies [9e25a64]
1742
+ - Updated dependencies [beb499e6]
1743
+ - Updated dependencies [146ea391]
1744
+ - Updated dependencies [f2c92d5]
1745
+ - Updated dependencies [7bd3d99]
1746
+ - Updated dependencies [c47be30d]
1747
+ - Updated dependencies [e9a46acb]
1748
+ - Updated dependencies [f046f8e0]
1749
+ - Updated dependencies [b9273fd]
1750
+ - Updated dependencies [86d25315]
1751
+ - Updated dependencies [c670bd4]
1752
+ - Updated dependencies [3f9b8d7]
1753
+ - @akinon/next@1.50.0-rc.0
1754
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.0
1755
+ - @akinon/pz-one-click-checkout@1.50.0-rc.0
1756
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.0
1757
+ - @akinon/pz-click-collect@1.50.0-rc.0
1758
+ - @akinon/pz-masterpass@1.50.0-rc.0
1759
+ - @akinon/pz-akifast@1.50.0-rc.0
1760
+ - @akinon/pz-gpay@1.50.0-rc.0
1761
+ - @akinon/pz-b2b@1.50.0-rc.0
1762
+ - @akinon/pz-bkm@1.50.0-rc.0
1763
+ - @akinon/pz-otp@1.50.0-rc.0
1764
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.0
1765
+ - @akinon/pz-credit-payment@1.50.0-rc.0
781
1766
 
782
1767
  ## 1.49.0
783
1768
 
@@ -805,28 +1790,485 @@
805
1790
 
806
1791
  ### Minor Changes
807
1792
 
808
- - f45aa87: ZERO-2904: Upgrade version for tailwindcss
809
-
810
- ### Patch Changes
811
-
812
- - @akinon/next@1.48.0
813
- - @akinon/pz-akifast@1.48.0
814
- - @akinon/pz-b2b@1.48.0
815
- - @akinon/pz-basket-gift-pack@1.48.0
816
- - @akinon/pz-bkm@1.48.0
817
- - @akinon/pz-checkout-gift-pack@1.48.0
818
- - @akinon/pz-click-collect@1.48.0
819
- - @akinon/pz-credit-payment@1.48.0
820
- - @akinon/pz-gpay@1.48.0
821
- - @akinon/pz-masterpass@1.48.0
822
- - @akinon/pz-one-click-checkout@1.48.0
823
- - @akinon/pz-otp@1.48.0
824
- - @akinon/pz-pay-on-delivery@1.48.0
825
-
826
- ## 1.47.0
827
-
828
- ### Patch Changes
829
-
1793
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1794
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1795
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1796
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1797
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1798
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1799
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1800
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1801
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1802
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1803
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1804
+ - 52c13732: ZERO-2619: Added fix flag for the staged linter
1805
+ - 552ee8a: ZERO-2777: fix link component usage
1806
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1807
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1808
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1809
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1810
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1811
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1812
+ - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
1813
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1814
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1815
+ - d3474c64: ZERO-2655: Add data source shipping option
1816
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1817
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1818
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1819
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1820
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1821
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1822
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1823
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1824
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1825
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1826
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1827
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1828
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1829
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1830
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1831
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1832
+ - f046f8e0: ZERO-2575: update version for react-number-format
1833
+ - b9273fd: ZERO-2889: add host headers to requests
1834
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1835
+
1836
+ ### Patch Changes
1837
+
1838
+ - Updated dependencies [90282b53]
1839
+ - Updated dependencies [50b9069]
1840
+ - Updated dependencies [572d2e84]
1841
+ - Updated dependencies [5dfeea0]
1842
+ - Updated dependencies [a4c8d6a9]
1843
+ - Updated dependencies [fda5b927]
1844
+ - Updated dependencies [2d9b2b2]
1845
+ - Updated dependencies [c53ea3e6]
1846
+ - Updated dependencies [d93a507]
1847
+ - Updated dependencies [8d9ac9a]
1848
+ - Updated dependencies [18e8197]
1849
+ - Updated dependencies [714e0b46]
1850
+ - Updated dependencies [70279e7]
1851
+ - Updated dependencies [6c25f66]
1852
+ - Updated dependencies [bc2b411]
1853
+ - Updated dependencies [3bf2dd9]
1854
+ - Updated dependencies [e9541a1]
1855
+ - Updated dependencies [c53ef7b9]
1856
+ - Updated dependencies [9d94f7e]
1857
+ - Updated dependencies [2e6104d]
1858
+ - Updated dependencies [64699d3]
1859
+ - Updated dependencies [0d3a913e]
1860
+ - Updated dependencies [1448a96e]
1861
+ - Updated dependencies [26b809f]
1862
+ - Updated dependencies [1ec2e9d]
1863
+ - Updated dependencies [d6edb1d]
1864
+ - Updated dependencies [d3474c64]
1865
+ - Updated dependencies [75080fd6]
1866
+ - Updated dependencies [17f8752]
1867
+ - Updated dependencies [c45b62c]
1868
+ - Updated dependencies [91265bba]
1869
+ - Updated dependencies [20da358]
1870
+ - Updated dependencies [bbe18b9f]
1871
+ - Updated dependencies [d409996]
1872
+ - Updated dependencies [4920742]
1873
+ - Updated dependencies [12a873e]
1874
+ - Updated dependencies [69ca080]
1875
+ - Updated dependencies [7e56d6b]
1876
+ - Updated dependencies [94b6928]
1877
+ - Updated dependencies [98bb8dcd]
1878
+ - Updated dependencies [46b7aad7]
1879
+ - Updated dependencies [dcc8a150]
1880
+ - Updated dependencies [8f47cca]
1881
+ - Updated dependencies [fad27689]
1882
+ - Updated dependencies [dff0d595]
1883
+ - Updated dependencies [fdd0b41]
1884
+ - Updated dependencies [eecb282]
1885
+ - Updated dependencies [f2c325c]
1886
+ - Updated dependencies [9e25a64]
1887
+ - Updated dependencies [beb499e6]
1888
+ - Updated dependencies [146ea391]
1889
+ - Updated dependencies [f2c92d5]
1890
+ - Updated dependencies [7bd3d99]
1891
+ - Updated dependencies [c47be30d]
1892
+ - Updated dependencies [e9a46acb]
1893
+ - Updated dependencies [f046f8e0]
1894
+ - Updated dependencies [04115e5]
1895
+ - Updated dependencies [b9273fd]
1896
+ - Updated dependencies [fa88889]
1897
+ - Updated dependencies [86d25315]
1898
+ - Updated dependencies [c670bd4]
1899
+ - Updated dependencies [3f9b8d7]
1900
+ - @akinon/next@1.48.0-rc.8
1901
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.8
1902
+ - @akinon/pz-one-click-checkout@1.48.0-rc.8
1903
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.8
1904
+ - @akinon/pz-click-collect@1.48.0-rc.8
1905
+ - @akinon/pz-masterpass@1.48.0-rc.8
1906
+ - @akinon/pz-akifast@1.48.0-rc.8
1907
+ - @akinon/pz-gpay@1.48.0-rc.8
1908
+ - @akinon/pz-b2b@1.48.0-rc.8
1909
+ - @akinon/pz-bkm@1.48.0-rc.8
1910
+ - @akinon/pz-otp@1.48.0-rc.8
1911
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.8
1912
+ - @akinon/pz-credit-payment@1.48.0-rc.8
1913
+
1914
+ ## 1.48.0-rc.7
1915
+
1916
+ ### Patch Changes
1917
+
1918
+ - Updated dependencies [26b809f]
1919
+ - @akinon/next@1.48.0-rc.7
1920
+ - @akinon/pz-akifast@1.48.0-rc.7
1921
+ - @akinon/pz-b2b@1.48.0-rc.7
1922
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.7
1923
+ - @akinon/pz-bkm@1.48.0-rc.7
1924
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.7
1925
+ - @akinon/pz-click-collect@1.48.0-rc.7
1926
+ - @akinon/pz-credit-payment@1.48.0-rc.7
1927
+ - @akinon/pz-gpay@1.48.0-rc.7
1928
+ - @akinon/pz-masterpass@1.48.0-rc.7
1929
+ - @akinon/pz-one-click-checkout@1.48.0-rc.7
1930
+ - @akinon/pz-otp@1.48.0-rc.7
1931
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.7
1932
+
1933
+ ## 1.48.0-rc.6
1934
+
1935
+ ### Patch Changes
1936
+
1937
+ - Updated dependencies [04115e5]
1938
+ - @akinon/next@1.48.0-rc.6
1939
+ - @akinon/pz-akifast@1.48.0-rc.6
1940
+ - @akinon/pz-b2b@1.48.0-rc.6
1941
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.6
1942
+ - @akinon/pz-bkm@1.48.0-rc.6
1943
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.6
1944
+ - @akinon/pz-click-collect@1.48.0-rc.6
1945
+ - @akinon/pz-credit-payment@1.48.0-rc.6
1946
+ - @akinon/pz-gpay@1.48.0-rc.6
1947
+ - @akinon/pz-masterpass@1.48.0-rc.6
1948
+ - @akinon/pz-one-click-checkout@1.48.0-rc.6
1949
+ - @akinon/pz-otp@1.48.0-rc.6
1950
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.6
1951
+
1952
+ ## 1.48.0-rc.5
1953
+
1954
+ ### Patch Changes
1955
+
1956
+ - Updated dependencies [20da358]
1957
+ - @akinon/next@1.48.0-rc.5
1958
+ - @akinon/pz-akifast@1.48.0-rc.5
1959
+ - @akinon/pz-b2b@1.48.0-rc.5
1960
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.5
1961
+ - @akinon/pz-bkm@1.48.0-rc.5
1962
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.5
1963
+ - @akinon/pz-click-collect@1.48.0-rc.5
1964
+ - @akinon/pz-credit-payment@1.48.0-rc.5
1965
+ - @akinon/pz-gpay@1.48.0-rc.5
1966
+ - @akinon/pz-masterpass@1.48.0-rc.5
1967
+ - @akinon/pz-one-click-checkout@1.48.0-rc.5
1968
+ - @akinon/pz-otp@1.48.0-rc.5
1969
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.5
1970
+
1971
+ ## 1.48.0-rc.4
1972
+
1973
+ ### Patch Changes
1974
+
1975
+ - Updated dependencies [5dfeea0]
1976
+ - @akinon/next@1.48.0-rc.4
1977
+ - @akinon/pz-akifast@1.48.0-rc.4
1978
+ - @akinon/pz-b2b@1.48.0-rc.4
1979
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.4
1980
+ - @akinon/pz-bkm@1.48.0-rc.4
1981
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.4
1982
+ - @akinon/pz-click-collect@1.48.0-rc.4
1983
+ - @akinon/pz-credit-payment@1.48.0-rc.4
1984
+ - @akinon/pz-gpay@1.48.0-rc.4
1985
+ - @akinon/pz-masterpass@1.48.0-rc.4
1986
+ - @akinon/pz-one-click-checkout@1.48.0-rc.4
1987
+ - @akinon/pz-otp@1.48.0-rc.4
1988
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.4
1989
+
1990
+ ## 1.48.0-rc.3
1991
+
1992
+ ### Minor Changes
1993
+
1994
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1995
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1996
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1997
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1998
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1999
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2000
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
2001
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
2002
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2003
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2004
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2005
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2006
+ - 552ee8a: ZERO-2777: fix link component usage
2007
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
2008
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
2009
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2010
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
2011
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
2012
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
2013
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2014
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
2015
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
2016
+ - d3474c64: ZERO-2655: Add data source shipping option
2017
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
2018
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
2019
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2020
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
2021
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
2022
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2023
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
2024
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2025
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
2026
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
2027
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2028
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2029
+ - beb499e6: ZERO-2551: Add new tsconfig paths
2030
+ - f45aa87: ZERO-2904: Upgrade version for tailwindcss
2031
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2032
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
2033
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
2034
+ - f046f8e0: ZERO-2575: update version for react-number-format
2035
+ - b9273fd: ZERO-2889: add host headers to requests
2036
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
2037
+
2038
+ ### Patch Changes
2039
+
2040
+ - Updated dependencies [90282b53]
2041
+ - Updated dependencies [50b9069]
2042
+ - Updated dependencies [572d2e84]
2043
+ - Updated dependencies [a4c8d6a9]
2044
+ - Updated dependencies [fda5b92]
2045
+ - Updated dependencies [2d9b2b2]
2046
+ - Updated dependencies [c53ea3e6]
2047
+ - Updated dependencies [d93a507]
2048
+ - Updated dependencies [8d9ac9a]
2049
+ - Updated dependencies [18e8197]
2050
+ - Updated dependencies [714e0b46]
2051
+ - Updated dependencies [70279e7]
2052
+ - Updated dependencies [6c25f66]
2053
+ - Updated dependencies [bc2b411]
2054
+ - Updated dependencies [3bf2dd9]
2055
+ - Updated dependencies [e9541a1]
2056
+ - Updated dependencies [c53ef7b9]
2057
+ - Updated dependencies [9d94f7e]
2058
+ - Updated dependencies [2e6104d]
2059
+ - Updated dependencies [64699d3]
2060
+ - Updated dependencies [0d3a913e]
2061
+ - Updated dependencies [1448a96e]
2062
+ - Updated dependencies [1ec2e9d]
2063
+ - Updated dependencies [d6edb1d]
2064
+ - Updated dependencies [d3474c64]
2065
+ - Updated dependencies [75080fd6]
2066
+ - Updated dependencies [17f8752]
2067
+ - Updated dependencies [c45b62c]
2068
+ - Updated dependencies [91265bba]
2069
+ - Updated dependencies [bbe18b9f]
2070
+ - Updated dependencies [d409996]
2071
+ - Updated dependencies [4920742]
2072
+ - Updated dependencies [12a873e]
2073
+ - Updated dependencies [69ca080]
2074
+ - Updated dependencies [7e56d6b]
2075
+ - Updated dependencies [94b6928]
2076
+ - Updated dependencies [98bb8dcd]
2077
+ - Updated dependencies [46b7aad]
2078
+ - Updated dependencies [dcc8a150]
2079
+ - Updated dependencies [8f47cca]
2080
+ - Updated dependencies [fad27689]
2081
+ - Updated dependencies [dff0d595]
2082
+ - Updated dependencies [fdd0b41]
2083
+ - Updated dependencies [eecb282]
2084
+ - Updated dependencies [f2c325c]
2085
+ - Updated dependencies [9e25a64]
2086
+ - Updated dependencies [beb499e6]
2087
+ - Updated dependencies [146ea39]
2088
+ - Updated dependencies [f2c92d5]
2089
+ - Updated dependencies [7bd3d99]
2090
+ - Updated dependencies [c47be30d]
2091
+ - Updated dependencies [e9a46acb]
2092
+ - Updated dependencies [f046f8e0]
2093
+ - Updated dependencies [b9273fd]
2094
+ - Updated dependencies [86d25315]
2095
+ - Updated dependencies [c670bd4]
2096
+ - Updated dependencies [3f9b8d7]
2097
+ - @akinon/next@1.48.0-rc.3
2098
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.3
2099
+ - @akinon/pz-one-click-checkout@1.48.0-rc.3
2100
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.3
2101
+ - @akinon/pz-click-collect@1.48.0-rc.3
2102
+ - @akinon/pz-masterpass@1.48.0-rc.3
2103
+ - @akinon/pz-akifast@1.48.0-rc.3
2104
+ - @akinon/pz-gpay@1.48.0-rc.3
2105
+ - @akinon/pz-b2b@1.48.0-rc.3
2106
+ - @akinon/pz-bkm@1.48.0-rc.3
2107
+ - @akinon/pz-otp@1.48.0-rc.3
2108
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.3
2109
+ - @akinon/pz-credit-payment@1.48.0-rc.3
2110
+
2111
+ ## 1.48.0-rc.2
2112
+
2113
+ ### Minor Changes
2114
+
2115
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
2116
+
2117
+ ### Patch Changes
2118
+
2119
+ - Updated dependencies [2e6104d]
2120
+ - @akinon/next@1.48.0-rc.2
2121
+ - @akinon/pz-akifast@1.48.0-rc.2
2122
+ - @akinon/pz-b2b@1.48.0-rc.2
2123
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.2
2124
+ - @akinon/pz-bkm@1.48.0-rc.2
2125
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.2
2126
+ - @akinon/pz-click-collect@1.48.0-rc.2
2127
+ - @akinon/pz-credit-payment@1.48.0-rc.2
2128
+ - @akinon/pz-gpay@1.48.0-rc.2
2129
+ - @akinon/pz-masterpass@1.48.0-rc.2
2130
+ - @akinon/pz-one-click-checkout@1.48.0-rc.2
2131
+ - @akinon/pz-otp@1.48.0-rc.2
2132
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.2
2133
+
2134
+ ## 1.48.0-rc.1
2135
+
2136
+ ### Patch Changes
2137
+
2138
+ - Updated dependencies [fdd0b41]
2139
+ - @akinon/next@1.48.0-rc.1
2140
+ - @akinon/pz-akifast@1.48.0-rc.1
2141
+ - @akinon/pz-b2b@1.48.0-rc.1
2142
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.1
2143
+ - @akinon/pz-bkm@1.48.0-rc.1
2144
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.1
2145
+ - @akinon/pz-click-collect@1.48.0-rc.1
2146
+ - @akinon/pz-credit-payment@1.48.0-rc.1
2147
+ - @akinon/pz-gpay@1.48.0-rc.1
2148
+ - @akinon/pz-masterpass@1.48.0-rc.1
2149
+ - @akinon/pz-one-click-checkout@1.48.0-rc.1
2150
+ - @akinon/pz-otp@1.48.0-rc.1
2151
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.1
2152
+
2153
+ ## 1.48.0-rc.0
2154
+
2155
+ ### Minor Changes
2156
+
2157
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2158
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2159
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
2160
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2161
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2162
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2163
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
2164
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2165
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2166
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2167
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2168
+ - 552ee8a: ZERO-2777: fix link component usage
2169
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2170
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2171
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2172
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2173
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
2174
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2175
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
2176
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
2177
+ - d3474c6: ZERO-2655: Add data source shipping option
2178
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2179
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
2180
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2181
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
2182
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2183
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
2184
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2185
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
2186
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
2187
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2188
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2189
+ - beb499e6: ZERO-2551: Add new tsconfig paths
2190
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2191
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
2192
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2193
+ - f046f8e0: ZERO-2575: update version for react-number-format
2194
+ - b9273fd: ZERO-2889: add host headers to requests
2195
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2196
+
2197
+ ### Patch Changes
2198
+
2199
+ - Updated dependencies [90282b5]
2200
+ - Updated dependencies [50b9069]
2201
+ - Updated dependencies [572d2e8]
2202
+ - Updated dependencies [a4c8d6a9]
2203
+ - Updated dependencies [fda5b92]
2204
+ - Updated dependencies [2d9b2b2]
2205
+ - Updated dependencies [c53ea3e6]
2206
+ - Updated dependencies [d93a507]
2207
+ - Updated dependencies [8d9ac9a]
2208
+ - Updated dependencies [18e8197]
2209
+ - Updated dependencies [714e0b4]
2210
+ - Updated dependencies [70279e7]
2211
+ - Updated dependencies [6c25f66]
2212
+ - Updated dependencies [bc2b411]
2213
+ - Updated dependencies [3bf2dd9]
2214
+ - Updated dependencies [e9541a1]
2215
+ - Updated dependencies [c53ef7b9]
2216
+ - Updated dependencies [9d94f7e]
2217
+ - Updated dependencies [64699d3]
2218
+ - Updated dependencies [0d3a913]
2219
+ - Updated dependencies [1448a96e]
2220
+ - Updated dependencies [1ec2e9d]
2221
+ - Updated dependencies [d6edb1d]
2222
+ - Updated dependencies [d3474c6]
2223
+ - Updated dependencies [75080fd6]
2224
+ - Updated dependencies [17f8752]
2225
+ - Updated dependencies [c45b62c]
2226
+ - Updated dependencies [91265bba]
2227
+ - Updated dependencies [bbe18b9f]
2228
+ - Updated dependencies [d409996]
2229
+ - Updated dependencies [4920742]
2230
+ - Updated dependencies [12a873e]
2231
+ - Updated dependencies [69ca080]
2232
+ - Updated dependencies [7e56d6b]
2233
+ - Updated dependencies [94b6928]
2234
+ - Updated dependencies [98bb8dc]
2235
+ - Updated dependencies [46b7aad]
2236
+ - Updated dependencies [dcc8a15]
2237
+ - Updated dependencies [8f47cca]
2238
+ - Updated dependencies [fad2768]
2239
+ - Updated dependencies [dff0d595]
2240
+ - Updated dependencies [eecb282]
2241
+ - Updated dependencies [f2c325c]
2242
+ - Updated dependencies [9e25a64]
2243
+ - Updated dependencies [beb499e6]
2244
+ - Updated dependencies [146ea39]
2245
+ - Updated dependencies [f2c92d5]
2246
+ - Updated dependencies [7bd3d99]
2247
+ - Updated dependencies [c47be30]
2248
+ - Updated dependencies [e9a46ac]
2249
+ - Updated dependencies [f046f8e0]
2250
+ - Updated dependencies [b9273fd]
2251
+ - Updated dependencies [86d2531]
2252
+ - Updated dependencies [c670bd4]
2253
+ - Updated dependencies [3f9b8d7]
2254
+ - @akinon/next@1.48.0-rc.0
2255
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.0
2256
+ - @akinon/pz-one-click-checkout@1.48.0-rc.0
2257
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.0
2258
+ - @akinon/pz-click-collect@1.48.0-rc.0
2259
+ - @akinon/pz-masterpass@1.48.0-rc.0
2260
+ - @akinon/pz-akifast@1.48.0-rc.0
2261
+ - @akinon/pz-gpay@1.48.0-rc.0
2262
+ - @akinon/pz-b2b@1.48.0-rc.0
2263
+ - @akinon/pz-bkm@1.48.0-rc.0
2264
+ - @akinon/pz-otp@1.48.0-rc.0
2265
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.0
2266
+ - @akinon/pz-credit-payment@1.48.0-rc.0
2267
+
2268
+ ## 1.47.0
2269
+
2270
+ ### Patch Changes
2271
+
830
2272
  - Updated dependencies [948eb42]
831
2273
  - Updated dependencies [040ec95]
832
2274
  - @akinon/next@1.47.0
@@ -865,65 +2307,841 @@
865
2307
  - @akinon/pz-otp@1.46.0
866
2308
  - @akinon/pz-pay-on-delivery@1.46.0
867
2309
 
868
- ## 1.45.0
2310
+ ## 1.45.0
2311
+
2312
+ ### Patch Changes
2313
+
2314
+ - Updated dependencies [90282b5]
2315
+ - Updated dependencies [50b9069]
2316
+ - Updated dependencies [572d2e8]
2317
+ - Updated dependencies [a4c8d6a9]
2318
+ - Updated dependencies [fda5b92]
2319
+ - Updated dependencies [2d9b2b2]
2320
+ - Updated dependencies [c53ea3e]
2321
+ - Updated dependencies [8d9ac9a]
2322
+ - Updated dependencies [18e8197]
2323
+ - Updated dependencies [714e0b4]
2324
+ - Updated dependencies [70279e7]
2325
+ - Updated dependencies [6c25f66]
2326
+ - Updated dependencies [bc2b411]
2327
+ - Updated dependencies [3bf2dd9]
2328
+ - Updated dependencies [e9541a1]
2329
+ - Updated dependencies [c53ef7b9]
2330
+ - Updated dependencies [9d94f7e]
2331
+ - Updated dependencies [64699d3]
2332
+ - Updated dependencies [0d3a913]
2333
+ - Updated dependencies [1448a96e]
2334
+ - Updated dependencies [d6edb1d]
2335
+ - Updated dependencies [d3474c6]
2336
+ - Updated dependencies [75080fd6]
2337
+ - Updated dependencies [17f8752]
2338
+ - Updated dependencies [c45b62c]
2339
+ - Updated dependencies [91265bba]
2340
+ - Updated dependencies [bbe18b9f]
2341
+ - Updated dependencies [d409996]
2342
+ - Updated dependencies [4920742]
2343
+ - Updated dependencies [69ca080]
2344
+ - Updated dependencies [7e56d6b]
2345
+ - Updated dependencies [94b6928]
2346
+ - Updated dependencies [98bb8dc]
2347
+ - Updated dependencies [46b7aad]
2348
+ - Updated dependencies [dcc8a15]
2349
+ - Updated dependencies [8f47cca]
2350
+ - Updated dependencies [fad2768]
2351
+ - Updated dependencies [dff0d595]
2352
+ - Updated dependencies [eecb282]
2353
+ - Updated dependencies [f2c325c]
2354
+ - Updated dependencies [9e25a64]
2355
+ - Updated dependencies [beb499e6]
2356
+ - Updated dependencies [948eb42]
2357
+ - Updated dependencies [146ea39]
2358
+ - Updated dependencies [f2c92d5]
2359
+ - Updated dependencies [7bd3d99]
2360
+ - Updated dependencies [c47be30]
2361
+ - Updated dependencies [e9a46ac]
2362
+ - Updated dependencies [f046f8e0]
2363
+ - Updated dependencies [86d2531]
2364
+ - Updated dependencies [3f9b8d7]
2365
+ - @akinon/next@1.45.0-rc.5
2366
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.5
2367
+ - @akinon/pz-one-click-checkout@1.45.0-rc.5
2368
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.5
2369
+ - @akinon/pz-click-collect@1.45.0-rc.5
2370
+ - @akinon/pz-masterpass@1.45.0-rc.5
2371
+ - @akinon/pz-akifast@1.45.0-rc.5
2372
+ - @akinon/pz-gpay@1.45.0-rc.5
2373
+ - @akinon/pz-b2b@1.45.0-rc.5
2374
+ - @akinon/pz-bkm@1.45.0-rc.5
2375
+ - @akinon/pz-otp@1.45.0-rc.5
2376
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.5
2377
+ - @akinon/pz-credit-payment@1.45.0-rc.5
2378
+
2379
+ ## 1.45.0-rc.4
2380
+
2381
+ ### Patch Changes
2382
+
2383
+ - Updated dependencies [8f47cca]
2384
+ - @akinon/next@1.45.0-rc.4
2385
+ - @akinon/pz-akifast@1.45.0-rc.4
2386
+ - @akinon/pz-b2b@1.45.0-rc.4
2387
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.4
2388
+ - @akinon/pz-bkm@1.45.0-rc.4
2389
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.4
2390
+ - @akinon/pz-click-collect@1.45.0-rc.4
2391
+ - @akinon/pz-credit-payment@1.45.0-rc.4
2392
+ - @akinon/pz-gpay@1.45.0-rc.4
2393
+ - @akinon/pz-masterpass@1.45.0-rc.4
2394
+ - @akinon/pz-one-click-checkout@1.45.0-rc.4
2395
+ - @akinon/pz-otp@1.45.0-rc.4
2396
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.4
2397
+
2398
+ ## 1.45.0-rc.3
2399
+
2400
+ ### Patch Changes
2401
+
2402
+ - Updated dependencies [948eb42]
2403
+ - @akinon/next@1.45.0-rc.3
2404
+ - @akinon/pz-akifast@1.45.0-rc.3
2405
+ - @akinon/pz-b2b@1.45.0-rc.3
2406
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.3
2407
+ - @akinon/pz-bkm@1.45.0-rc.3
2408
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.3
2409
+ - @akinon/pz-click-collect@1.45.0-rc.3
2410
+ - @akinon/pz-credit-payment@1.45.0-rc.3
2411
+ - @akinon/pz-gpay@1.45.0-rc.3
2412
+ - @akinon/pz-masterpass@1.45.0-rc.3
2413
+ - @akinon/pz-one-click-checkout@1.45.0-rc.3
2414
+ - @akinon/pz-otp@1.45.0-rc.3
2415
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.3
2416
+
2417
+ ## 1.45.0-rc.2
2418
+
2419
+ ### Minor Changes
2420
+
2421
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
2422
+
2423
+ ### Patch Changes
2424
+
2425
+ - Updated dependencies [c45b62c]
2426
+ - Updated dependencies [f2c325c]
2427
+ - @akinon/next@1.45.0-rc.2
2428
+ - @akinon/pz-b2b@1.45.0-rc.2
2429
+ - @akinon/pz-akifast@1.45.0-rc.2
2430
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.2
2431
+ - @akinon/pz-bkm@1.45.0-rc.2
2432
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.2
2433
+ - @akinon/pz-click-collect@1.45.0-rc.2
2434
+ - @akinon/pz-credit-payment@1.45.0-rc.2
2435
+ - @akinon/pz-gpay@1.45.0-rc.2
2436
+ - @akinon/pz-masterpass@1.45.0-rc.2
2437
+ - @akinon/pz-one-click-checkout@1.45.0-rc.2
2438
+ - @akinon/pz-otp@1.45.0-rc.2
2439
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.2
2440
+
2441
+ ## 1.45.0-rc.1
2442
+
2443
+ ### Patch Changes
2444
+
2445
+ - Updated dependencies [7e56d6b]
2446
+ - @akinon/next@1.45.0-rc.1
2447
+ - @akinon/pz-akifast@1.45.0-rc.1
2448
+ - @akinon/pz-b2b@1.45.0-rc.1
2449
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.1
2450
+ - @akinon/pz-bkm@1.45.0-rc.1
2451
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.1
2452
+ - @akinon/pz-click-collect@1.45.0-rc.1
2453
+ - @akinon/pz-credit-payment@1.45.0-rc.1
2454
+ - @akinon/pz-gpay@1.45.0-rc.1
2455
+ - @akinon/pz-masterpass@1.45.0-rc.1
2456
+ - @akinon/pz-one-click-checkout@1.45.0-rc.1
2457
+ - @akinon/pz-otp@1.45.0-rc.1
2458
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.1
2459
+
2460
+ ## 1.45.0-rc.0
2461
+
2462
+ ### Minor Changes
2463
+
2464
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2465
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2466
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2467
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2468
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2469
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2470
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2471
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2472
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2473
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2474
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2475
+ - 552ee8a: ZERO-2777: fix link component usage
2476
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2477
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2478
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2479
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2480
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2481
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2482
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2483
+ - d3474c6: ZERO-2655: Add data source shipping option
2484
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2485
+ - 75080fd: ZERO-2630: Add max limit to postcode area
2486
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2487
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2488
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2489
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2490
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2491
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
2492
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2493
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2494
+ - beb499e: ZERO-2551: Add new tsconfig paths
2495
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2496
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2497
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2498
+ - f046f8e0: ZERO-2575: update version for react-number-format
2499
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2500
+
2501
+ ### Patch Changes
2502
+
2503
+ - Updated dependencies [90282b5]
2504
+ - Updated dependencies [50b9069]
2505
+ - Updated dependencies [572d2e8]
2506
+ - Updated dependencies [a4c8d6a9]
2507
+ - Updated dependencies [fda5b92]
2508
+ - Updated dependencies [2d9b2b2]
2509
+ - Updated dependencies [c53ea3e]
2510
+ - Updated dependencies [8d9ac9a]
2511
+ - Updated dependencies [18e8197]
2512
+ - Updated dependencies [714e0b4]
2513
+ - Updated dependencies [70279e7]
2514
+ - Updated dependencies [6c25f66]
2515
+ - Updated dependencies [bc2b411]
2516
+ - Updated dependencies [3bf2dd9]
2517
+ - Updated dependencies [e9541a1]
2518
+ - Updated dependencies [c53ef7b9]
2519
+ - Updated dependencies [9d94f7e]
2520
+ - Updated dependencies [64699d3]
2521
+ - Updated dependencies [0d3a913]
2522
+ - Updated dependencies [1448a96]
2523
+ - Updated dependencies [2ab6e08]
2524
+ - Updated dependencies [d6edb1d]
2525
+ - Updated dependencies [d3474c6]
2526
+ - Updated dependencies [75080fd]
2527
+ - Updated dependencies [17f8752]
2528
+ - Updated dependencies [91265bb]
2529
+ - Updated dependencies [bbe18b9]
2530
+ - Updated dependencies [d409996]
2531
+ - Updated dependencies [4920742]
2532
+ - Updated dependencies [69ca080]
2533
+ - Updated dependencies [94b6928]
2534
+ - Updated dependencies [98bb8dc]
2535
+ - Updated dependencies [46b7aad]
2536
+ - Updated dependencies [dcc8a15]
2537
+ - Updated dependencies [fad2768]
2538
+ - Updated dependencies [dff0d59]
2539
+ - Updated dependencies [eecb282]
2540
+ - Updated dependencies [9e25a64]
2541
+ - Updated dependencies [beb499e]
2542
+ - Updated dependencies [146ea39]
2543
+ - Updated dependencies [f2c92d5]
2544
+ - Updated dependencies [7bd3d99]
2545
+ - Updated dependencies [c47be30]
2546
+ - Updated dependencies [e9a46ac]
2547
+ - Updated dependencies [f046f8e0]
2548
+ - Updated dependencies [86d2531]
2549
+ - Updated dependencies [3f9b8d7]
2550
+ - @akinon/next@1.45.0-rc.0
2551
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
2552
+ - @akinon/pz-one-click-checkout@1.45.0-rc.0
2553
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.0
2554
+ - @akinon/pz-click-collect@1.45.0-rc.0
2555
+ - @akinon/pz-masterpass@1.45.0-rc.0
2556
+ - @akinon/pz-akifast@1.45.0-rc.0
2557
+ - @akinon/pz-gpay@1.45.0-rc.0
2558
+ - @akinon/pz-b2b@1.45.0-rc.0
2559
+ - @akinon/pz-bkm@1.45.0-rc.0
2560
+ - @akinon/pz-otp@1.45.0-rc.0
2561
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.0
2562
+ - @akinon/pz-credit-payment@1.45.0-rc.0
2563
+
2564
+ ## 1.44.0
2565
+
2566
+ ### Patch Changes
2567
+
2568
+ - @akinon/next@1.44.0
2569
+ - @akinon/pz-akifast@1.44.0
2570
+ - @akinon/pz-b2b@1.44.0
2571
+ - @akinon/pz-basket-gift-pack@1.44.0
2572
+ - @akinon/pz-bkm@1.44.0
2573
+ - @akinon/pz-checkout-gift-pack@1.44.0
2574
+ - @akinon/pz-click-collect@1.44.0
2575
+ - @akinon/pz-credit-payment@1.44.0
2576
+ - @akinon/pz-gpay@1.44.0
2577
+ - @akinon/pz-masterpass@1.44.0
2578
+ - @akinon/pz-one-click-checkout@1.44.0
2579
+ - @akinon/pz-otp@1.44.0
2580
+ - @akinon/pz-pay-on-delivery@1.44.0
2581
+
2582
+ ## 1.43.0
2583
+
2584
+ ### Minor Changes
2585
+
2586
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2587
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2588
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2589
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2590
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2591
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2592
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2593
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2594
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2595
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2596
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2597
+ - 552ee8a: ZERO-2777: fix link component usage
2598
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2599
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2600
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2601
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2602
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2603
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2604
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2605
+ - d3474c6: ZERO-2655: Add data source shipping option
2606
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2607
+ - 75080fd: ZERO-2630: Add max limit to postcode area
2608
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2609
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2610
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2611
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2612
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2613
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
2614
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2615
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2616
+ - beb499e: ZERO-2551: Add new tsconfig paths
2617
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2618
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2619
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2620
+ - f046f8e0: ZERO-2575: update version for react-number-format
2621
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2622
+
2623
+ ### Patch Changes
2624
+
2625
+ - Updated dependencies [90282b5]
2626
+ - Updated dependencies [50b9069]
2627
+ - Updated dependencies [572d2e8]
2628
+ - Updated dependencies [a4c8d6a9]
2629
+ - Updated dependencies [fda5b92]
2630
+ - Updated dependencies [2d9b2b2]
2631
+ - Updated dependencies [c53ea3e]
2632
+ - Updated dependencies [8d9ac9a]
2633
+ - Updated dependencies [18e8197]
2634
+ - Updated dependencies [714e0b4]
2635
+ - Updated dependencies [70279e7]
2636
+ - Updated dependencies [6c25f66]
2637
+ - Updated dependencies [bc2b411]
2638
+ - Updated dependencies [3bf2dd9]
2639
+ - Updated dependencies [e9541a1]
2640
+ - Updated dependencies [c53ef7b9]
2641
+ - Updated dependencies [9d94f7e]
2642
+ - Updated dependencies [64699d3]
2643
+ - Updated dependencies [0d3a913]
2644
+ - Updated dependencies [1448a96]
2645
+ - Updated dependencies [d6edb1d]
2646
+ - Updated dependencies [d3474c6]
2647
+ - Updated dependencies [75080fd]
2648
+ - Updated dependencies [17f8752]
2649
+ - Updated dependencies [91265bb]
2650
+ - Updated dependencies [bbe18b9]
2651
+ - Updated dependencies [d409996]
2652
+ - Updated dependencies [4920742]
2653
+ - Updated dependencies [69ca080]
2654
+ - Updated dependencies [94b6928]
2655
+ - Updated dependencies [98bb8dc]
2656
+ - Updated dependencies [46b7aad]
2657
+ - Updated dependencies [dcc8a15]
2658
+ - Updated dependencies [fad2768]
2659
+ - Updated dependencies [dff0d59]
2660
+ - Updated dependencies [eecb282]
2661
+ - Updated dependencies [9e25a64]
2662
+ - Updated dependencies [beb499e]
2663
+ - Updated dependencies [146ea39]
2664
+ - Updated dependencies [f2c92d5]
2665
+ - Updated dependencies [7bd3d99]
2666
+ - Updated dependencies [c47be30]
2667
+ - Updated dependencies [e9a46ac]
2668
+ - Updated dependencies [f046f8e0]
2669
+ - Updated dependencies [86d2531]
2670
+ - Updated dependencies [3f9b8d7]
2671
+ - @akinon/next@1.43.0-rc.16
2672
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
2673
+ - @akinon/pz-one-click-checkout@1.43.0-rc.16
2674
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.16
2675
+ - @akinon/pz-click-collect@1.43.0-rc.16
2676
+ - @akinon/pz-masterpass@1.43.0-rc.16
2677
+ - @akinon/pz-akifast@1.43.0-rc.16
2678
+ - @akinon/pz-gpay@1.43.0-rc.16
2679
+ - @akinon/pz-b2b@1.43.0-rc.16
2680
+ - @akinon/pz-bkm@1.43.0-rc.16
2681
+ - @akinon/pz-otp@1.43.0-rc.16
2682
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.16
2683
+ - @akinon/pz-credit-payment@1.43.0-rc.16
2684
+
2685
+ ## 1.43.0-rc.15
2686
+
2687
+ ### Patch Changes
2688
+
2689
+ - @akinon/next@1.43.0-rc.15
2690
+ - @akinon/pz-akifast@1.43.0-rc.15
2691
+ - @akinon/pz-b2b@1.43.0-rc.15
2692
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.15
2693
+ - @akinon/pz-bkm@1.43.0-rc.15
2694
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
2695
+ - @akinon/pz-click-collect@1.43.0-rc.15
2696
+ - @akinon/pz-credit-payment@1.43.0-rc.15
2697
+ - @akinon/pz-gpay@1.43.0-rc.15
2698
+ - @akinon/pz-masterpass@1.43.0-rc.15
2699
+ - @akinon/pz-one-click-checkout@1.43.0-rc.15
2700
+ - @akinon/pz-otp@1.43.0-rc.15
2701
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.15
2702
+
2703
+ ## 1.43.0-rc.14
2704
+
2705
+ ### Patch Changes
2706
+
2707
+ - Updated dependencies [3bf2dd9]
2708
+ - @akinon/next@1.43.0-rc.14
2709
+ - @akinon/pz-akifast@1.43.0-rc.14
2710
+ - @akinon/pz-b2b@1.43.0-rc.14
2711
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.14
2712
+ - @akinon/pz-bkm@1.43.0-rc.14
2713
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
2714
+ - @akinon/pz-click-collect@1.43.0-rc.14
2715
+ - @akinon/pz-credit-payment@1.43.0-rc.14
2716
+ - @akinon/pz-gpay@1.43.0-rc.14
2717
+ - @akinon/pz-masterpass@1.43.0-rc.14
2718
+ - @akinon/pz-one-click-checkout@1.43.0-rc.14
2719
+ - @akinon/pz-otp@1.43.0-rc.14
2720
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.14
2721
+
2722
+ ## 1.43.0-rc.13
2723
+
2724
+ ### Minor Changes
2725
+
2726
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
2727
+
2728
+ ### Patch Changes
2729
+
2730
+ - Updated dependencies [9e25a64]
2731
+ - @akinon/next@1.43.0-rc.13
2732
+ - @akinon/pz-akifast@1.43.0-rc.13
2733
+ - @akinon/pz-b2b@1.43.0-rc.13
2734
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.13
2735
+ - @akinon/pz-bkm@1.43.0-rc.13
2736
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
2737
+ - @akinon/pz-click-collect@1.43.0-rc.13
2738
+ - @akinon/pz-credit-payment@1.43.0-rc.13
2739
+ - @akinon/pz-gpay@1.43.0-rc.13
2740
+ - @akinon/pz-masterpass@1.43.0-rc.13
2741
+ - @akinon/pz-one-click-checkout@1.43.0-rc.13
2742
+ - @akinon/pz-otp@1.43.0-rc.13
2743
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.13
2744
+
2745
+ ## 1.43.0-rc.12
2746
+
2747
+ ### Patch Changes
2748
+
2749
+ - Updated dependencies [4920742]
2750
+ - @akinon/next@1.43.0-rc.12
2751
+ - @akinon/pz-akifast@1.43.0-rc.12
2752
+ - @akinon/pz-b2b@1.43.0-rc.12
2753
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.12
2754
+ - @akinon/pz-bkm@1.43.0-rc.12
2755
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
2756
+ - @akinon/pz-click-collect@1.43.0-rc.12
2757
+ - @akinon/pz-credit-payment@1.43.0-rc.12
2758
+ - @akinon/pz-gpay@1.43.0-rc.12
2759
+ - @akinon/pz-masterpass@1.43.0-rc.12
2760
+ - @akinon/pz-one-click-checkout@1.43.0-rc.12
2761
+ - @akinon/pz-otp@1.43.0-rc.12
2762
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.12
2763
+
2764
+ ## 1.43.0-rc.11
2765
+
2766
+ ### Patch Changes
2767
+
2768
+ - Updated dependencies [6c25f66]
2769
+ - @akinon/next@1.43.0-rc.11
2770
+ - @akinon/pz-akifast@1.43.0-rc.11
2771
+ - @akinon/pz-b2b@1.43.0-rc.11
2772
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.11
2773
+ - @akinon/pz-bkm@1.43.0-rc.11
2774
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
2775
+ - @akinon/pz-click-collect@1.43.0-rc.11
2776
+ - @akinon/pz-credit-payment@1.43.0-rc.11
2777
+ - @akinon/pz-gpay@1.43.0-rc.11
2778
+ - @akinon/pz-masterpass@1.43.0-rc.11
2779
+ - @akinon/pz-one-click-checkout@1.43.0-rc.11
2780
+ - @akinon/pz-otp@1.43.0-rc.11
2781
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.11
2782
+
2783
+ ## 1.43.0-rc.10
2784
+
2785
+ ### Patch Changes
2786
+
2787
+ - Updated dependencies [d6edb1d]
2788
+ - @akinon/next@1.43.0-rc.10
2789
+ - @akinon/pz-akifast@1.43.0-rc.10
2790
+ - @akinon/pz-b2b@1.43.0-rc.10
2791
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.10
2792
+ - @akinon/pz-bkm@1.43.0-rc.10
2793
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
2794
+ - @akinon/pz-click-collect@1.43.0-rc.10
2795
+ - @akinon/pz-credit-payment@1.43.0-rc.10
2796
+ - @akinon/pz-gpay@1.43.0-rc.10
2797
+ - @akinon/pz-masterpass@1.43.0-rc.10
2798
+ - @akinon/pz-one-click-checkout@1.43.0-rc.10
2799
+ - @akinon/pz-otp@1.43.0-rc.10
2800
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.10
2801
+
2802
+ ## 1.43.0-rc.9
2803
+
2804
+ ### Minor Changes
2805
+
2806
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2807
+
2808
+ ### Patch Changes
2809
+
2810
+ - Updated dependencies [bc2b411]
2811
+ - @akinon/next@1.43.0-rc.9
2812
+ - @akinon/pz-akifast@1.43.0-rc.9
2813
+ - @akinon/pz-b2b@1.43.0-rc.9
2814
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.9
2815
+ - @akinon/pz-bkm@1.43.0-rc.9
2816
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
2817
+ - @akinon/pz-click-collect@1.43.0-rc.9
2818
+ - @akinon/pz-credit-payment@1.43.0-rc.9
2819
+ - @akinon/pz-gpay@1.43.0-rc.9
2820
+ - @akinon/pz-masterpass@1.43.0-rc.9
2821
+ - @akinon/pz-one-click-checkout@1.43.0-rc.9
2822
+ - @akinon/pz-otp@1.43.0-rc.9
2823
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.9
2824
+
2825
+ ## 1.43.0-rc.8
2826
+
2827
+ ### Patch Changes
2828
+
2829
+ - Updated dependencies [70279e7]
2830
+ - Updated dependencies [9d94f7e]
2831
+ - @akinon/next@1.43.0-rc.8
2832
+ - @akinon/pz-akifast@1.43.0-rc.8
2833
+ - @akinon/pz-b2b@1.43.0-rc.8
2834
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.8
2835
+ - @akinon/pz-bkm@1.43.0-rc.8
2836
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
2837
+ - @akinon/pz-click-collect@1.43.0-rc.8
2838
+ - @akinon/pz-credit-payment@1.43.0-rc.8
2839
+ - @akinon/pz-gpay@1.43.0-rc.8
2840
+ - @akinon/pz-masterpass@1.43.0-rc.8
2841
+ - @akinon/pz-one-click-checkout@1.43.0-rc.8
2842
+ - @akinon/pz-otp@1.43.0-rc.8
2843
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.8
2844
+
2845
+ ## 1.43.0-rc.7
2846
+
2847
+ ### Patch Changes
2848
+
2849
+ - Updated dependencies [7bd3d99]
2850
+ - @akinon/next@1.43.0-rc.7
2851
+ - @akinon/pz-akifast@1.43.0-rc.7
2852
+ - @akinon/pz-b2b@1.43.0-rc.7
2853
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.7
2854
+ - @akinon/pz-bkm@1.43.0-rc.7
2855
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
2856
+ - @akinon/pz-click-collect@1.43.0-rc.7
2857
+ - @akinon/pz-credit-payment@1.43.0-rc.7
2858
+ - @akinon/pz-gpay@1.43.0-rc.7
2859
+ - @akinon/pz-masterpass@1.43.0-rc.7
2860
+ - @akinon/pz-one-click-checkout@1.43.0-rc.7
2861
+ - @akinon/pz-otp@1.43.0-rc.7
2862
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.7
2863
+
2864
+ ## 1.43.0-rc.6
2865
+
2866
+ ### Minor Changes
2867
+
2868
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2869
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2870
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2871
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2872
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2873
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2874
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2875
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2876
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2877
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2878
+ - 552ee8a: ZERO-2777: fix link component usage
2879
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2880
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2881
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2882
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2883
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2884
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2885
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2886
+ - d3474c6: ZERO-2655: Add data source shipping option
2887
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2888
+ - 75080fd: ZERO-2630: Add max limit to postcode area
2889
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2890
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2891
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2892
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2893
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2894
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
2895
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2896
+ - 4a163f2: ZERO-2761: Add condition for basket summary
2897
+ - beb499e: ZERO-2551: Add new tsconfig paths
2898
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2899
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2900
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2901
+ - f046f8e: ZERO-2575: update version for react-number-format
2902
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2903
+
2904
+ ### Patch Changes
2905
+
2906
+ - Updated dependencies [90282b5]
2907
+ - Updated dependencies [50b9069]
2908
+ - Updated dependencies [572d2e8]
2909
+ - Updated dependencies [a4c8d6a]
2910
+ - Updated dependencies [fda5b92]
2911
+ - Updated dependencies [2d9b2b2]
2912
+ - Updated dependencies [c53ea3e]
2913
+ - Updated dependencies [8d9ac9a]
2914
+ - Updated dependencies [18e8197]
2915
+ - Updated dependencies [714e0b4]
2916
+ - Updated dependencies [e9541a1]
2917
+ - Updated dependencies [c53ef7b]
2918
+ - Updated dependencies [64699d3]
2919
+ - Updated dependencies [0d3a913]
2920
+ - Updated dependencies [1448a96]
2921
+ - Updated dependencies [d3474c6]
2922
+ - Updated dependencies [75080fd]
2923
+ - Updated dependencies [17f8752]
2924
+ - Updated dependencies [91265bb]
2925
+ - Updated dependencies [bbe18b9]
2926
+ - Updated dependencies [d409996]
2927
+ - Updated dependencies [69ca080]
2928
+ - Updated dependencies [94b6928]
2929
+ - Updated dependencies [98bb8dc]
2930
+ - Updated dependencies [46b7aad]
2931
+ - Updated dependencies [dcc8a15]
2932
+ - Updated dependencies [fad2768]
2933
+ - Updated dependencies [dff0d59]
2934
+ - Updated dependencies [eecb282]
2935
+ - Updated dependencies [4a163f2]
2936
+ - Updated dependencies [beb499e]
2937
+ - Updated dependencies [146ea39]
2938
+ - Updated dependencies [f2c92d5]
2939
+ - Updated dependencies [c47be30]
2940
+ - Updated dependencies [e9a46ac]
2941
+ - Updated dependencies [f046f8e]
2942
+ - Updated dependencies [86d2531]
2943
+ - Updated dependencies [3f9b8d7]
2944
+ - @akinon/next@1.43.0-rc.6
2945
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
2946
+ - @akinon/pz-one-click-checkout@1.43.0-rc.6
2947
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.6
2948
+ - @akinon/pz-click-collect@1.43.0-rc.6
2949
+ - @akinon/pz-masterpass@1.43.0-rc.6
2950
+ - @akinon/pz-akifast@1.43.0-rc.6
2951
+ - @akinon/pz-gpay@1.43.0-rc.6
2952
+ - @akinon/pz-b2b@1.43.0-rc.6
2953
+ - @akinon/pz-bkm@1.43.0-rc.6
2954
+ - @akinon/pz-otp@1.43.0-rc.6
2955
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.6
2956
+ - @akinon/pz-credit-payment@1.43.0-rc.6
2957
+
2958
+ ## 1.43.0-rc.5
2959
+
2960
+ ### Patch Changes
2961
+
2962
+ - Updated dependencies [17f8752]
2963
+ - @akinon/next@1.43.0-rc.5
2964
+ - @akinon/pz-akifast@1.43.0-rc.5
2965
+ - @akinon/pz-b2b@1.43.0-rc.5
2966
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.5
2967
+ - @akinon/pz-bkm@1.43.0-rc.5
2968
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
2969
+ - @akinon/pz-click-collect@1.43.0-rc.5
2970
+ - @akinon/pz-credit-payment@1.43.0-rc.5
2971
+ - @akinon/pz-gpay@1.43.0-rc.5
2972
+ - @akinon/pz-masterpass@1.43.0-rc.5
2973
+ - @akinon/pz-one-click-checkout@1.43.0-rc.5
2974
+ - @akinon/pz-otp@1.43.0-rc.5
2975
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.5
2976
+
2977
+ ## 1.43.0-rc.4
869
2978
 
870
2979
  ### Patch Changes
871
2980
 
872
- - Updated dependencies [2ab6e08]
873
- - @akinon/next@1.45.0
874
- - @akinon/pz-akifast@1.45.0
875
- - @akinon/pz-b2b@1.45.0
876
- - @akinon/pz-basket-gift-pack@1.45.0
877
- - @akinon/pz-bkm@1.45.0
878
- - @akinon/pz-checkout-gift-pack@1.45.0
879
- - @akinon/pz-click-collect@1.45.0
880
- - @akinon/pz-credit-payment@1.45.0
881
- - @akinon/pz-gpay@1.45.0
882
- - @akinon/pz-masterpass@1.45.0
883
- - @akinon/pz-one-click-checkout@1.45.0
884
- - @akinon/pz-otp@1.45.0
885
- - @akinon/pz-pay-on-delivery@1.45.0
2981
+ - Updated dependencies [3f9b8d7]
2982
+ - @akinon/next@1.43.0-rc.4
2983
+ - @akinon/pz-akifast@1.43.0-rc.4
2984
+ - @akinon/pz-b2b@1.43.0-rc.4
2985
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.4
2986
+ - @akinon/pz-bkm@1.43.0-rc.4
2987
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
2988
+ - @akinon/pz-click-collect@1.43.0-rc.4
2989
+ - @akinon/pz-credit-payment@1.43.0-rc.4
2990
+ - @akinon/pz-gpay@1.43.0-rc.4
2991
+ - @akinon/pz-masterpass@1.43.0-rc.4
2992
+ - @akinon/pz-one-click-checkout@1.43.0-rc.4
2993
+ - @akinon/pz-otp@1.43.0-rc.4
2994
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.4
2995
+
2996
+ ## 1.43.0-rc.3
886
2997
 
887
- ## 1.44.0
2998
+ ### Minor Changes
2999
+
3000
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
888
3001
 
889
3002
  ### Patch Changes
890
3003
 
891
- - @akinon/next@1.44.0
892
- - @akinon/pz-akifast@1.44.0
893
- - @akinon/pz-b2b@1.44.0
894
- - @akinon/pz-basket-gift-pack@1.44.0
895
- - @akinon/pz-bkm@1.44.0
896
- - @akinon/pz-checkout-gift-pack@1.44.0
897
- - @akinon/pz-click-collect@1.44.0
898
- - @akinon/pz-credit-payment@1.44.0
899
- - @akinon/pz-gpay@1.44.0
900
- - @akinon/pz-masterpass@1.44.0
901
- - @akinon/pz-one-click-checkout@1.44.0
902
- - @akinon/pz-otp@1.44.0
903
- - @akinon/pz-pay-on-delivery@1.44.0
3004
+ - Updated dependencies [64699d3]
3005
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
3006
+ - @akinon/pz-one-click-checkout@1.43.0-rc.3
3007
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.3
3008
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.3
3009
+ - @akinon/pz-credit-payment@1.43.0-rc.3
3010
+ - @akinon/pz-click-collect@1.43.0-rc.3
3011
+ - @akinon/pz-masterpass@1.43.0-rc.3
3012
+ - @akinon/next@1.43.0-rc.3
3013
+ - @akinon/pz-akifast@1.43.0-rc.3
3014
+ - @akinon/pz-gpay@1.43.0-rc.3
3015
+ - @akinon/pz-b2b@1.43.0-rc.3
3016
+ - @akinon/pz-bkm@1.43.0-rc.3
3017
+ - @akinon/pz-otp@1.43.0-rc.3
3018
+
3019
+ ## 1.43.0-rc.2
904
3020
 
905
- ## 1.43.0
3021
+ ### Patch Changes
3022
+
3023
+ - Updated dependencies [f2c92d5]
3024
+ - @akinon/next@1.43.0-rc.2
3025
+ - @akinon/pz-akifast@1.43.0-rc.2
3026
+ - @akinon/pz-b2b@1.43.0-rc.2
3027
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.2
3028
+ - @akinon/pz-bkm@1.43.0-rc.2
3029
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
3030
+ - @akinon/pz-click-collect@1.43.0-rc.2
3031
+ - @akinon/pz-credit-payment@1.43.0-rc.2
3032
+ - @akinon/pz-gpay@1.43.0-rc.2
3033
+ - @akinon/pz-masterpass@1.43.0-rc.2
3034
+ - @akinon/pz-one-click-checkout@1.43.0-rc.2
3035
+ - @akinon/pz-otp@1.43.0-rc.2
3036
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.2
3037
+
3038
+ ## 1.43.0-rc.1
906
3039
 
907
3040
  ### Minor Changes
908
3041
 
909
- - 4a163f2: ZERO-2761: Add condition for basket summary
3042
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
910
3043
 
911
3044
  ### Patch Changes
912
3045
 
913
- - Updated dependencies [4a163f2]
914
- - @akinon/next@1.43.0
915
- - @akinon/pz-akifast@1.43.0
916
- - @akinon/pz-b2b@1.43.0
917
- - @akinon/pz-basket-gift-pack@1.43.0
918
- - @akinon/pz-bkm@1.43.0
919
- - @akinon/pz-checkout-gift-pack@1.43.0
920
- - @akinon/pz-click-collect@1.43.0
921
- - @akinon/pz-credit-payment@1.43.0
922
- - @akinon/pz-gpay@1.43.0
923
- - @akinon/pz-masterpass@1.43.0
924
- - @akinon/pz-one-click-checkout@1.43.0
925
- - @akinon/pz-otp@1.43.0
926
- - @akinon/pz-pay-on-delivery@1.43.0
3046
+ - Updated dependencies [eecb282]
3047
+ - @akinon/next@1.43.0-rc.1
3048
+ - @akinon/pz-akifast@1.43.0-rc.1
3049
+ - @akinon/pz-b2b@1.43.0-rc.1
3050
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.1
3051
+ - @akinon/pz-bkm@1.43.0-rc.1
3052
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
3053
+ - @akinon/pz-click-collect@1.43.0-rc.1
3054
+ - @akinon/pz-credit-payment@1.43.0-rc.1
3055
+ - @akinon/pz-gpay@1.43.0-rc.1
3056
+ - @akinon/pz-masterpass@1.43.0-rc.1
3057
+ - @akinon/pz-one-click-checkout@1.43.0-rc.1
3058
+ - @akinon/pz-otp@1.43.0-rc.1
3059
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.1
3060
+
3061
+ ## 1.43.0-rc.0
3062
+
3063
+ ### Minor Changes
3064
+
3065
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
3066
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
3067
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
3068
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
3069
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
3070
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
3071
+ - 27a5296: ZERO-2631:Fix Checkbox Click
3072
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
3073
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
3074
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
3075
+ - 552ee8a: ZERO-2777: fix link component usage
3076
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
3077
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
3078
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
3079
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
3080
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
3081
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3082
+ - d3474c6: ZERO-2655: Add data source shipping option
3083
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
3084
+ - 75080fd: ZERO-2630: Add max limit to postcode area
3085
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
3086
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
3087
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
3088
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
3089
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
3090
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
3091
+ - beb499e: ZERO-2551: Add new tsconfig paths
3092
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
3093
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3094
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
3095
+ - f046f8e: ZERO-2575: update version for react-number-format
3096
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
3097
+
3098
+ ### Patch Changes
3099
+
3100
+ - Updated dependencies [90282b5]
3101
+ - Updated dependencies [50b9069]
3102
+ - Updated dependencies [572d2e8]
3103
+ - Updated dependencies [a4c8d6a]
3104
+ - Updated dependencies [fda5b92]
3105
+ - Updated dependencies [2d9b2b2]
3106
+ - Updated dependencies [c53ea3e]
3107
+ - Updated dependencies [8d9ac9a]
3108
+ - Updated dependencies [18e8197]
3109
+ - Updated dependencies [714e0b4]
3110
+ - Updated dependencies [e9541a1]
3111
+ - Updated dependencies [c53ef7b]
3112
+ - Updated dependencies [0d3a913]
3113
+ - Updated dependencies [1448a96]
3114
+ - Updated dependencies [d3474c6]
3115
+ - Updated dependencies [75080fd]
3116
+ - Updated dependencies [91265bb]
3117
+ - Updated dependencies [bbe18b9]
3118
+ - Updated dependencies [d409996]
3119
+ - Updated dependencies [69ca080]
3120
+ - Updated dependencies [94b6928]
3121
+ - Updated dependencies [98bb8dc]
3122
+ - Updated dependencies [46b7aad]
3123
+ - Updated dependencies [dcc8a15]
3124
+ - Updated dependencies [fad2768]
3125
+ - Updated dependencies [dff0d59]
3126
+ - Updated dependencies [beb499e]
3127
+ - Updated dependencies [146ea39]
3128
+ - Updated dependencies [c47be30]
3129
+ - Updated dependencies [e9a46ac]
3130
+ - Updated dependencies [f046f8e]
3131
+ - Updated dependencies [86d2531]
3132
+ - @akinon/next@1.43.0-rc.0
3133
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
3134
+ - @akinon/pz-one-click-checkout@1.43.0-rc.0
3135
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.0
3136
+ - @akinon/pz-click-collect@1.43.0-rc.0
3137
+ - @akinon/pz-masterpass@1.43.0-rc.0
3138
+ - @akinon/pz-akifast@1.43.0-rc.0
3139
+ - @akinon/pz-gpay@1.43.0-rc.0
3140
+ - @akinon/pz-b2b@1.43.0-rc.0
3141
+ - @akinon/pz-bkm@1.43.0-rc.0
3142
+ - @akinon/pz-otp@1.43.0-rc.0
3143
+ - @akinon/pz-credit-payment@1.43.0-rc.0
3144
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.0
927
3145
 
928
3146
  ## 1.42.0
929
3147
 
@@ -1092,13 +3310,301 @@
1092
3310
 
1093
3311
  ### Patch Changes
1094
3312
 
1095
- - @akinon/next@1.34.0
1096
- - @akinon/pz-b2b@1.34.0
1097
- - @akinon/pz-gpay@1.34.0
1098
- - @akinon/pz-masterpass@1.34.0
1099
- - @akinon/pz-one-click-checkout@1.34.0
1100
- - @akinon/pz-otp@1.34.0
1101
- - @akinon/pz-pay-on-delivery@1.34.0
3313
+ - Updated dependencies [a4c8d6a]
3314
+ - Updated dependencies [d09b677]
3315
+ - Updated dependencies [6d4aadb]
3316
+ - Updated dependencies [8e6e8cf]
3317
+ - Updated dependencies [c53ef7b]
3318
+ - Updated dependencies [ebb63ce]
3319
+ - Updated dependencies [7cebe87]
3320
+ - Updated dependencies [616690d]
3321
+ - Updated dependencies [f3b595e]
3322
+ - Updated dependencies [91265bb]
3323
+ - Updated dependencies [59fb7c3]
3324
+ - Updated dependencies [bbe18b9]
3325
+ - Updated dependencies [f0c23bc]
3326
+ - Updated dependencies [3420416]
3327
+ - Updated dependencies [495d155]
3328
+ - Updated dependencies [beb499e]
3329
+ - Updated dependencies [6c18543]
3330
+ - Updated dependencies [40ad73e]
3331
+ - Updated dependencies [495d155]
3332
+ - Updated dependencies [f046f8e]
3333
+ - Updated dependencies [6b2972b]
3334
+ - Updated dependencies [3e68768]
3335
+ - @akinon/next@1.34.0-rc.20
3336
+ - @akinon/pz-masterpass@1.34.0-rc.20
3337
+ - @akinon/pz-one-click-checkout@1.34.0-rc.20
3338
+ - @akinon/pz-b2b@1.34.0-rc.20
3339
+ - @akinon/pz-gpay@1.34.0-rc.20
3340
+ - @akinon/pz-otp@1.34.0-rc.20
3341
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.20
3342
+
3343
+ ## 1.34.0-rc.19
3344
+
3345
+ ### Patch Changes
3346
+
3347
+ - Updated dependencies [c53ef7b]
3348
+ - @akinon/next@1.34.0-rc.19
3349
+ - @akinon/pz-b2b@1.34.0-rc.19
3350
+ - @akinon/pz-gpay@1.34.0-rc.19
3351
+ - @akinon/pz-masterpass@1.34.0-rc.19
3352
+ - @akinon/pz-one-click-checkout@1.34.0-rc.19
3353
+ - @akinon/pz-otp@1.34.0-rc.19
3354
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.19
3355
+
3356
+ ## 1.34.0-rc.18
3357
+
3358
+ ### Minor Changes
3359
+
3360
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
3361
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
3362
+
3363
+ ### Patch Changes
3364
+
3365
+ - Updated dependencies [a4c8d6a]
3366
+ - @akinon/next@1.34.0-rc.18
3367
+ - @akinon/pz-b2b@1.34.0-rc.18
3368
+ - @akinon/pz-gpay@1.34.0-rc.18
3369
+ - @akinon/pz-masterpass@1.34.0-rc.18
3370
+ - @akinon/pz-one-click-checkout@1.34.0-rc.18
3371
+ - @akinon/pz-otp@1.34.0-rc.18
3372
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.18
3373
+
3374
+ ## 1.34.0-rc.17
3375
+
3376
+ ### Minor Changes
3377
+
3378
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
3379
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
3380
+ - 27a5296: ZERO-2631:Fix Checkbox Click
3381
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
3382
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3383
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
3384
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
3385
+ - f0c23bc: ZERO-2135: add custom not found page
3386
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
3387
+ - beb499e: ZERO-2551: Add new tsconfig paths
3388
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
3389
+ - 202f84e: ZERO-2569: Fix static keys
3390
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3391
+ - f046f8e: ZERO-2575: update version for react-number-format
3392
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
3393
+
3394
+ ### Patch Changes
3395
+
3396
+ - Updated dependencies [d09b677]
3397
+ - Updated dependencies [6d4aadb]
3398
+ - Updated dependencies [8e6e8cf]
3399
+ - Updated dependencies [ebb63ce]
3400
+ - Updated dependencies [7cebe87]
3401
+ - Updated dependencies [616690d]
3402
+ - Updated dependencies [f3b595e]
3403
+ - Updated dependencies [91265bb]
3404
+ - Updated dependencies [59fb7c3]
3405
+ - Updated dependencies [bbe18b9]
3406
+ - Updated dependencies [f0c23bc]
3407
+ - Updated dependencies [3420416]
3408
+ - Updated dependencies [495d155]
3409
+ - Updated dependencies [beb499e]
3410
+ - Updated dependencies [6c18543]
3411
+ - Updated dependencies [40ad73e]
3412
+ - Updated dependencies [495d155]
3413
+ - Updated dependencies [f046f8e]
3414
+ - Updated dependencies [6b2972b]
3415
+ - Updated dependencies [3e68768]
3416
+ - @akinon/next@1.34.0-rc.17
3417
+ - @akinon/pz-masterpass@1.34.0-rc.17
3418
+ - @akinon/pz-one-click-checkout@1.34.0-rc.17
3419
+ - @akinon/pz-b2b@1.34.0-rc.17
3420
+ - @akinon/pz-gpay@1.34.0-rc.17
3421
+ - @akinon/pz-otp@1.34.0-rc.17
3422
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.17
3423
+
3424
+ ## 1.34.0-rc.16
3425
+
3426
+ ### Patch Changes
3427
+
3428
+ - @akinon/next@1.34.0-rc.16
3429
+ - @akinon/pz-b2b@1.34.0-rc.16
3430
+ - @akinon/pz-gpay@1.34.0-rc.16
3431
+ - @akinon/pz-masterpass@1.34.0-rc.16
3432
+ - @akinon/pz-one-click-checkout@1.34.0-rc.16
3433
+ - @akinon/pz-otp@1.34.0-rc.16
3434
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.16
3435
+
3436
+ ## 1.34.0-rc.15
3437
+
3438
+ ### Patch Changes
3439
+
3440
+ - @akinon/next@1.34.0-rc.15
3441
+ - @akinon/pz-b2b@1.34.0-rc.15
3442
+ - @akinon/pz-gpay@1.34.0-rc.15
3443
+ - @akinon/pz-masterpass@1.34.0-rc.15
3444
+ - @akinon/pz-one-click-checkout@1.34.0-rc.15
3445
+ - @akinon/pz-otp@1.34.0-rc.15
3446
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.15
3447
+
3448
+ ## 1.34.0-rc.14
3449
+
3450
+ ### Minor Changes
3451
+
3452
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
3453
+
3454
+ ### Patch Changes
3455
+
3456
+ - @akinon/next@1.34.0-rc.14
3457
+ - @akinon/pz-b2b@1.34.0-rc.14
3458
+ - @akinon/pz-gpay@1.34.0-rc.14
3459
+ - @akinon/pz-masterpass@1.34.0-rc.14
3460
+ - @akinon/pz-one-click-checkout@1.34.0-rc.14
3461
+ - @akinon/pz-otp@1.34.0-rc.14
3462
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.14
3463
+
3464
+ ## 1.34.0-rc.13
3465
+
3466
+ ### Minor Changes
3467
+
3468
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
3469
+
3470
+ ### Patch Changes
3471
+
3472
+ - @akinon/next@1.34.0-rc.13
3473
+ - @akinon/pz-b2b@1.34.0-rc.13
3474
+ - @akinon/pz-gpay@1.34.0-rc.13
3475
+ - @akinon/pz-masterpass@1.34.0-rc.13
3476
+ - @akinon/pz-one-click-checkout@1.34.0-rc.13
3477
+ - @akinon/pz-otp@1.34.0-rc.13
3478
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.13
3479
+
3480
+ ## 1.34.0-rc.12
3481
+
3482
+ ### Patch Changes
3483
+
3484
+ - Updated dependencies [616690d]
3485
+ - @akinon/next@1.34.0-rc.12
3486
+ - @akinon/pz-b2b@1.34.0-rc.12
3487
+ - @akinon/pz-gpay@1.34.0-rc.12
3488
+ - @akinon/pz-masterpass@1.34.0-rc.12
3489
+ - @akinon/pz-one-click-checkout@1.34.0-rc.12
3490
+ - @akinon/pz-otp@1.34.0-rc.12
3491
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.12
3492
+
3493
+ ## 1.34.0-rc.11
3494
+
3495
+ ### Patch Changes
3496
+
3497
+ - Updated dependencies [8e6e8cf]
3498
+ - @akinon/next@1.34.0-rc.11
3499
+ - @akinon/pz-b2b@1.34.0-rc.11
3500
+ - @akinon/pz-gpay@1.34.0-rc.11
3501
+ - @akinon/pz-masterpass@1.34.0-rc.11
3502
+ - @akinon/pz-one-click-checkout@1.34.0-rc.11
3503
+ - @akinon/pz-otp@1.34.0-rc.11
3504
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.11
3505
+
3506
+ ## 1.34.0-rc.10
3507
+
3508
+ ### Patch Changes
3509
+
3510
+ - Updated dependencies [bbe18b9]
3511
+ - @akinon/next@1.34.0-rc.10
3512
+ - @akinon/pz-b2b@1.34.0-rc.10
3513
+ - @akinon/pz-gpay@1.34.0-rc.10
3514
+ - @akinon/pz-masterpass@1.34.0-rc.10
3515
+ - @akinon/pz-one-click-checkout@1.34.0-rc.10
3516
+ - @akinon/pz-otp@1.34.0-rc.10
3517
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.10
3518
+
3519
+ ## 1.34.0-rc.9
3520
+
3521
+ ### Minor Changes
3522
+
3523
+ - beb499e: ZERO-2551: Add new tsconfig paths
3524
+
3525
+ ### Patch Changes
3526
+
3527
+ - Updated dependencies [beb499e]
3528
+ - @akinon/next@1.34.0-rc.9
3529
+ - @akinon/pz-b2b@1.34.0-rc.9
3530
+ - @akinon/pz-gpay@1.34.0-rc.9
3531
+ - @akinon/pz-masterpass@1.34.0-rc.9
3532
+ - @akinon/pz-one-click-checkout@1.34.0-rc.9
3533
+ - @akinon/pz-otp@1.34.0-rc.9
3534
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.9
3535
+
3536
+ ## 1.34.0-rc.8
3537
+
3538
+ ### Minor Changes
3539
+
3540
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
3541
+
3542
+ ### Patch Changes
3543
+
3544
+ - Updated dependencies [91265bb]
3545
+ - @akinon/next@1.34.0-rc.8
3546
+ - @akinon/pz-b2b@1.34.0-rc.8
3547
+ - @akinon/pz-gpay@1.34.0-rc.8
3548
+ - @akinon/pz-masterpass@1.34.0-rc.8
3549
+ - @akinon/pz-one-click-checkout@1.34.0-rc.8
3550
+ - @akinon/pz-otp@1.34.0-rc.8
3551
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.8
3552
+
3553
+ ## 1.34.0-rc.7
3554
+
3555
+ ### Minor Changes
3556
+
3557
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
3558
+
3559
+ ### Patch Changes
3560
+
3561
+ - @akinon/next@1.34.0-rc.7
3562
+ - @akinon/pz-b2b@1.34.0-rc.7
3563
+ - @akinon/pz-gpay@1.34.0-rc.7
3564
+ - @akinon/pz-masterpass@1.34.0-rc.7
3565
+ - @akinon/pz-one-click-checkout@1.34.0-rc.7
3566
+ - @akinon/pz-otp@1.34.0-rc.7
3567
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.7
3568
+
3569
+ ## 1.34.0-rc.6
3570
+
3571
+ ### Minor Changes
3572
+
3573
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
3574
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
3575
+ - 27a5296: ZERO-2631:Fix Checkbox Click
3576
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
3577
+ - f0c23bc: ZERO-2135: add custom not found page
3578
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
3579
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
3580
+ - 202f84e: ZERO-2569: Fix static keys
3581
+ - f046f8e: ZERO-2575: update version for react-number-format
3582
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
3583
+
3584
+ ### Patch Changes
3585
+
3586
+ - Updated dependencies [d09b677]
3587
+ - Updated dependencies [6d4aadb]
3588
+ - Updated dependencies [ebb63ce]
3589
+ - Updated dependencies [7cebe87]
3590
+ - Updated dependencies [f3b595e]
3591
+ - Updated dependencies [59fb7c3]
3592
+ - Updated dependencies [f0c23bc]
3593
+ - Updated dependencies [3420416]
3594
+ - Updated dependencies [495d155]
3595
+ - Updated dependencies [6c18543]
3596
+ - Updated dependencies [40ad73e]
3597
+ - Updated dependencies [495d155]
3598
+ - Updated dependencies [f046f8e]
3599
+ - Updated dependencies [6b2972b]
3600
+ - Updated dependencies [3e68768]
3601
+ - @akinon/next@1.34.0-rc.6
3602
+ - @akinon/pz-masterpass@1.34.0-rc.6
3603
+ - @akinon/pz-one-click-checkout@1.34.0-rc.6
3604
+ - @akinon/pz-b2b@1.34.0-rc.6
3605
+ - @akinon/pz-gpay@1.34.0-rc.6
3606
+ - @akinon/pz-otp@1.34.0-rc.6
3607
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.6
1102
3608
 
1103
3609
  ## 1.33.2
1104
3610