@akinon/projectzero 1.59.0 → 1.60.0-rc.11

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 (34) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/app-template/.gitignore +4 -0
  3. package/app-template/CHANGELOG.md +2371 -72
  4. package/app-template/package.json +19 -19
  5. package/app-template/public/locales/en/account.json +4 -4
  6. package/app-template/public/locales/tr/account.json +1 -1
  7. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +8 -0
  8. package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +1 -0
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +5 -2
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +12 -8
  12. package/app-template/src/components/checkbox.tsx +2 -2
  13. package/app-template/src/components/input.tsx +19 -7
  14. package/app-template/src/components/pagination.tsx +13 -18
  15. package/app-template/src/components/price.tsx +9 -4
  16. package/app-template/src/plugins.js +2 -1
  17. package/app-template/src/redux/reducers/category.ts +7 -1
  18. package/app-template/src/settings.js +6 -1
  19. package/app-template/src/types/index.ts +1 -0
  20. package/app-template/src/views/account/address-form.tsx +12 -2
  21. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +5 -1
  22. package/app-template/src/views/breadcrumb.tsx +4 -1
  23. package/app-template/src/views/category/category-active-filters.tsx +16 -6
  24. package/app-template/src/views/category/category-info.tsx +31 -17
  25. package/app-template/src/views/category/filters/filter-item.tsx +163 -0
  26. package/app-template/src/views/category/filters/index.tsx +16 -108
  27. package/app-template/src/views/category/layout.tsx +5 -3
  28. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +43 -37
  29. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +19 -3
  30. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +230 -34
  31. package/app-template/src/views/header/mobile-menu.tsx +25 -8
  32. package/app-template/tsconfig.json +14 -4
  33. package/dist/commands/plugins.js +4 -0
  34. package/package.json +2 -2
@@ -1,5 +1,210 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.60.0-rc.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fcea495]
8
+ - @akinon/next@1.60.0-rc.11
9
+ - @akinon/pz-akifast@1.60.0-rc.11
10
+ - @akinon/pz-b2b@1.60.0-rc.11
11
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.11
12
+ - @akinon/pz-bkm@1.60.0-rc.11
13
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.11
14
+ - @akinon/pz-click-collect@1.60.0-rc.11
15
+ - @akinon/pz-credit-payment@1.60.0-rc.11
16
+ - @akinon/pz-gpay@1.60.0-rc.11
17
+ - @akinon/pz-masterpass@1.60.0-rc.11
18
+ - @akinon/pz-one-click-checkout@1.60.0-rc.11
19
+ - @akinon/pz-otp@1.60.0-rc.11
20
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.11
21
+ - @akinon/pz-saved-card@1.60.0-rc.11
22
+ - @akinon/pz-tabby-extension@1.60.0-rc.11
23
+
24
+ ## 1.60.0-rc.10
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [7b17923]
29
+ - @akinon/next@1.60.0-rc.10
30
+ - @akinon/pz-akifast@1.60.0-rc.10
31
+ - @akinon/pz-b2b@1.60.0-rc.10
32
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.10
33
+ - @akinon/pz-bkm@1.60.0-rc.10
34
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.10
35
+ - @akinon/pz-click-collect@1.60.0-rc.10
36
+ - @akinon/pz-credit-payment@1.60.0-rc.10
37
+ - @akinon/pz-gpay@1.60.0-rc.10
38
+ - @akinon/pz-masterpass@1.60.0-rc.10
39
+ - @akinon/pz-one-click-checkout@1.60.0-rc.10
40
+ - @akinon/pz-otp@1.60.0-rc.10
41
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.10
42
+ - @akinon/pz-saved-card@1.60.0-rc.10
43
+ - @akinon/pz-tabby-extension@1.60.0-rc.10
44
+
45
+ ## 1.60.0-rc.9
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [ad5de2c]
50
+ - @akinon/next@1.60.0-rc.9
51
+ - @akinon/pz-akifast@1.60.0-rc.9
52
+ - @akinon/pz-b2b@1.60.0-rc.9
53
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.9
54
+ - @akinon/pz-bkm@1.60.0-rc.9
55
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.9
56
+ - @akinon/pz-click-collect@1.60.0-rc.9
57
+ - @akinon/pz-credit-payment@1.60.0-rc.9
58
+ - @akinon/pz-gpay@1.60.0-rc.9
59
+ - @akinon/pz-masterpass@1.60.0-rc.9
60
+ - @akinon/pz-one-click-checkout@1.60.0-rc.9
61
+ - @akinon/pz-otp@1.60.0-rc.9
62
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.9
63
+ - @akinon/pz-saved-card@1.60.0-rc.9
64
+ - @akinon/pz-tabby-extension@1.60.0-rc.9
65
+
66
+ ## 1.60.0-rc.8
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [57d1657]
71
+ - @akinon/next@1.60.0-rc.8
72
+ - @akinon/pz-akifast@1.60.0-rc.8
73
+ - @akinon/pz-b2b@1.60.0-rc.8
74
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.8
75
+ - @akinon/pz-bkm@1.60.0-rc.8
76
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.8
77
+ - @akinon/pz-click-collect@1.60.0-rc.8
78
+ - @akinon/pz-credit-payment@1.60.0-rc.8
79
+ - @akinon/pz-gpay@1.60.0-rc.8
80
+ - @akinon/pz-masterpass@1.60.0-rc.8
81
+ - @akinon/pz-one-click-checkout@1.60.0-rc.8
82
+ - @akinon/pz-otp@1.60.0-rc.8
83
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.8
84
+ - @akinon/pz-saved-card@1.60.0-rc.8
85
+ - @akinon/pz-tabby-extension@1.60.0-rc.8
86
+
87
+ ## 1.60.0-rc.7
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [63597bc]
92
+ - Updated dependencies [ce25dac]
93
+ - @akinon/pz-saved-card@1.60.0-rc.7
94
+ - @akinon/next@1.60.0-rc.7
95
+ - @akinon/pz-akifast@1.60.0-rc.7
96
+ - @akinon/pz-b2b@1.60.0-rc.7
97
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.7
98
+ - @akinon/pz-bkm@1.60.0-rc.7
99
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.7
100
+ - @akinon/pz-click-collect@1.60.0-rc.7
101
+ - @akinon/pz-credit-payment@1.60.0-rc.7
102
+ - @akinon/pz-gpay@1.60.0-rc.7
103
+ - @akinon/pz-masterpass@1.60.0-rc.7
104
+ - @akinon/pz-one-click-checkout@1.60.0-rc.7
105
+ - @akinon/pz-otp@1.60.0-rc.7
106
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.7
107
+ - @akinon/pz-tabby-extension@1.60.0-rc.7
108
+
109
+ ## 1.60.0-rc.6
110
+
111
+ ### Minor Changes
112
+
113
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
114
+ - 907813c: ZERO-2934: add payment-gateway/<gateway> redirect in middleware
115
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
116
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
117
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
118
+ - c873740: ZERO-2903: add types
119
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
120
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
121
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
122
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
123
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
124
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
125
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
126
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
127
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
128
+ - d3474c64: ZERO-2655: Add data source shipping option
129
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
130
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
131
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
132
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
133
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
134
+ - beb499e6: ZERO-2551: Add new tsconfig paths
135
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
136
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
137
+ - f046f8e0: ZERO-2575: update version for react-number-format
138
+ - 034b813: ZERO-2903: create saved card plugin
139
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [c416d18]
144
+ - Updated dependencies [572d2e84]
145
+ - Updated dependencies [5dfeea0]
146
+ - Updated dependencies [907813c]
147
+ - Updated dependencies [a4c8d6a9]
148
+ - Updated dependencies [fda5b927]
149
+ - Updated dependencies [2d9b2b2c]
150
+ - Updated dependencies [c53ea3e6]
151
+ - Updated dependencies [82cf1e5]
152
+ - Updated dependencies [714e0b46]
153
+ - Updated dependencies [6c25f666]
154
+ - Updated dependencies [c873740]
155
+ - Updated dependencies [bc2b4117]
156
+ - Updated dependencies [3bf2dd94]
157
+ - Updated dependencies [e9541a13]
158
+ - Updated dependencies [c53ef7b9]
159
+ - Updated dependencies [2e6104d]
160
+ - Updated dependencies [64699d3f]
161
+ - Updated dependencies [0d3a913e]
162
+ - Updated dependencies [d899cc7]
163
+ - Updated dependencies [7b05522]
164
+ - Updated dependencies [d6edb1d0]
165
+ - Updated dependencies [d3474c64]
166
+ - Updated dependencies [17f87524]
167
+ - Updated dependencies [29ead87]
168
+ - Updated dependencies [c45b62c]
169
+ - Updated dependencies [91265bba]
170
+ - Updated dependencies [bbe18b9f]
171
+ - Updated dependencies [d4099960]
172
+ - Updated dependencies [4920742c]
173
+ - Updated dependencies [fa4c716]
174
+ - Updated dependencies [12a873e]
175
+ - Updated dependencies [2eba2a8]
176
+ - Updated dependencies [7e56d6b]
177
+ - Updated dependencies [94b69285]
178
+ - Updated dependencies [98bb8dcd]
179
+ - Updated dependencies [dcc8a150]
180
+ - Updated dependencies [3be7462]
181
+ - Updated dependencies [8f47ccae]
182
+ - Updated dependencies [fdd0b41]
183
+ - Updated dependencies [f2c325c]
184
+ - Updated dependencies [9e25a64b]
185
+ - Updated dependencies [beb499e6]
186
+ - Updated dependencies [f2c92d5c]
187
+ - Updated dependencies [7bd3d992]
188
+ - Updated dependencies [f046f8e0]
189
+ - Updated dependencies [49eeebf]
190
+ - Updated dependencies [034b813]
191
+ - Updated dependencies [86d25315]
192
+ - Updated dependencies [3f9b8d7e]
193
+ - @akinon/next@1.60.0-rc.6
194
+ - @akinon/pz-tabby-extension@1.60.0-rc.6
195
+ - @akinon/pz-click-collect@1.60.0-rc.6
196
+ - @akinon/pz-checkout-gift-pack@1.60.0-rc.6
197
+ - @akinon/pz-one-click-checkout@1.60.0-rc.6
198
+ - @akinon/pz-basket-gift-pack@1.60.0-rc.6
199
+ - @akinon/pz-pay-on-delivery@1.60.0-rc.6
200
+ - @akinon/pz-credit-payment@1.60.0-rc.6
201
+ - @akinon/pz-masterpass@1.60.0-rc.6
202
+ - @akinon/pz-akifast@1.60.0-rc.6
203
+ - @akinon/pz-gpay@1.60.0-rc.6
204
+ - @akinon/pz-b2b@1.60.0-rc.6
205
+ - @akinon/pz-bkm@1.60.0-rc.6
206
+ - @akinon/pz-otp@1.60.0-rc.6
207
+
3
208
  ## 1.59.0
4
209
 
5
210
  ### Minor Changes
@@ -75,28 +280,401 @@
75
280
 
76
281
  ### Minor Changes
77
282
 
283
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
284
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
285
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
286
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
287
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
288
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
289
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
290
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
291
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
292
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
293
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
294
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
295
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
296
+ - d3474c64: ZERO-2655: Add data source shipping option
297
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
298
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
299
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
300
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
301
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
302
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
303
+ - beb499e6: ZERO-2551: Add new tsconfig paths
304
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
305
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
306
+ - f3d076b: ZERO-2864: create tabby extension plugin
307
+ - f046f8e0: ZERO-2575: update version for react-number-format
308
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
309
+
310
+ ### Patch Changes
311
+
312
+ - Updated dependencies [c416d18]
313
+ - Updated dependencies [572d2e84]
314
+ - Updated dependencies [5dfeea0]
315
+ - Updated dependencies [0e25399]
316
+ - Updated dependencies [a4c8d6a9]
317
+ - Updated dependencies [fda5b927]
318
+ - Updated dependencies [2d9b2b2c]
319
+ - Updated dependencies [c53ea3e6]
320
+ - Updated dependencies [714e0b46]
321
+ - Updated dependencies [6c25f66]
322
+ - Updated dependencies [bc2b4117]
323
+ - Updated dependencies [3bf2dd9]
324
+ - Updated dependencies [e9541a13]
325
+ - Updated dependencies [c53ef7b9]
326
+ - Updated dependencies [2e6104d]
327
+ - Updated dependencies [64699d3f]
328
+ - Updated dependencies [0d3a913e]
329
+ - Updated dependencies [7b05522]
330
+ - Updated dependencies [d6edb1d]
331
+ - Updated dependencies [d3474c64]
332
+ - Updated dependencies [17f87524]
333
+ - Updated dependencies [29ead87]
334
+ - Updated dependencies [c45b62c]
335
+ - Updated dependencies [91265bba]
336
+ - Updated dependencies [bbe18b9f]
337
+ - Updated dependencies [d4099960]
338
+ - Updated dependencies [4920742]
339
+ - Updated dependencies [12a873e]
340
+ - Updated dependencies [7e56d6b]
341
+ - Updated dependencies [94b69285]
342
+ - Updated dependencies [98bb8dcd]
343
+ - Updated dependencies [dcc8a150]
344
+ - Updated dependencies [8f47cca]
345
+ - Updated dependencies [fad27689]
346
+ - Updated dependencies [dff0d595]
347
+ - Updated dependencies [fdd0b41]
348
+ - Updated dependencies [f2c325c]
349
+ - Updated dependencies [9e25a64]
350
+ - Updated dependencies [beb499e6]
351
+ - Updated dependencies [f2c92d5c]
352
+ - Updated dependencies [7bd3d992]
353
+ - Updated dependencies [f3d076b]
354
+ - Updated dependencies [f046f8e0]
355
+ - Updated dependencies [49eeebf]
356
+ - Updated dependencies [86d25315]
357
+ - Updated dependencies [3f9b8d7e]
358
+ - @akinon/next@1.56.0-rc.8
359
+ - @akinon/pz-tabby-extension@1.56.0-rc.8
360
+ - @akinon/pz-click-collect@1.56.0-rc.8
361
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.8
362
+ - @akinon/pz-one-click-checkout@1.56.0-rc.8
363
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.8
364
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.8
365
+ - @akinon/pz-credit-payment@1.56.0-rc.8
366
+ - @akinon/pz-masterpass@1.56.0-rc.8
367
+ - @akinon/pz-akifast@1.56.0-rc.8
368
+ - @akinon/pz-gpay@1.56.0-rc.8
369
+ - @akinon/pz-b2b@1.56.0-rc.8
370
+ - @akinon/pz-bkm@1.56.0-rc.8
371
+ - @akinon/pz-otp@1.56.0-rc.8
372
+
373
+ ## 1.56.0-rc.7
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [0e25399]
378
+ - @akinon/pz-tabby-extension@1.56.0-rc.7
379
+ - @akinon/next@1.56.0-rc.7
380
+ - @akinon/pz-akifast@1.56.0-rc.7
381
+ - @akinon/pz-b2b@1.56.0-rc.7
382
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.7
383
+ - @akinon/pz-bkm@1.56.0-rc.7
384
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.7
385
+ - @akinon/pz-click-collect@1.56.0-rc.7
386
+ - @akinon/pz-credit-payment@1.56.0-rc.7
387
+ - @akinon/pz-gpay@1.56.0-rc.7
388
+ - @akinon/pz-masterpass@1.56.0-rc.7
389
+ - @akinon/pz-one-click-checkout@1.56.0-rc.7
390
+ - @akinon/pz-otp@1.56.0-rc.7
391
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.7
392
+
393
+ ## 1.56.0-rc.6
394
+
395
+ ### Minor Changes
396
+
397
+ - f3d076b: ZERO-2864: create tabby extension plugin
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [f3d076b]
402
+ - @akinon/next@1.56.0-rc.6
403
+ - @akinon/pz-akifast@1.56.0-rc.6
404
+ - @akinon/pz-b2b@1.56.0-rc.6
405
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.6
406
+ - @akinon/pz-bkm@1.56.0-rc.6
407
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.6
408
+ - @akinon/pz-click-collect@1.56.0-rc.6
409
+ - @akinon/pz-credit-payment@1.56.0-rc.6
410
+ - @akinon/pz-gpay@1.56.0-rc.6
411
+ - @akinon/pz-masterpass@1.56.0-rc.6
412
+ - @akinon/pz-one-click-checkout@1.56.0-rc.6
413
+ - @akinon/pz-otp@1.56.0-rc.6
414
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.6
415
+
416
+ ## 1.56.0-rc.5
417
+
418
+ ### Patch Changes
419
+
420
+ - Updated dependencies [c416d18]
421
+ - @akinon/next@1.56.0-rc.5
422
+ - @akinon/pz-akifast@1.56.0-rc.5
423
+ - @akinon/pz-b2b@1.56.0-rc.5
424
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.5
425
+ - @akinon/pz-bkm@1.56.0-rc.5
426
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.5
427
+ - @akinon/pz-click-collect@1.56.0-rc.5
428
+ - @akinon/pz-credit-payment@1.56.0-rc.5
429
+ - @akinon/pz-gpay@1.56.0-rc.5
430
+ - @akinon/pz-masterpass@1.56.0-rc.5
431
+ - @akinon/pz-one-click-checkout@1.56.0-rc.5
432
+ - @akinon/pz-otp@1.56.0-rc.5
433
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.5
434
+
435
+ ## 1.56.0-rc.4
436
+
437
+ ### Minor Changes
438
+
439
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
440
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
441
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
442
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
443
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
444
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
445
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
446
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
447
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
448
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
449
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
450
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
451
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
452
+ - d3474c64: ZERO-2655: Add data source shipping option
453
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
454
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
455
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
456
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
457
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
458
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
459
+ - beb499e6: ZERO-2551: Add new tsconfig paths
460
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
461
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
462
+ - f046f8e0: ZERO-2575: update version for react-number-format
78
463
  - b9273fd: ZERO-2889: add host headers to requests
464
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
79
465
 
80
466
  ### Patch Changes
81
467
 
468
+ - Updated dependencies [572d2e84]
469
+ - Updated dependencies [5dfeea0]
470
+ - Updated dependencies [a4c8d6a9]
471
+ - Updated dependencies [fda5b927]
472
+ - Updated dependencies [2d9b2b2c]
473
+ - Updated dependencies [c53ea3e6]
82
474
  - Updated dependencies [d93a507]
475
+ - Updated dependencies [714e0b46]
476
+ - Updated dependencies [6c25f66]
477
+ - Updated dependencies [bc2b411]
478
+ - Updated dependencies [3bf2dd9]
479
+ - Updated dependencies [e9541a13]
480
+ - Updated dependencies [c53ef7b9]
481
+ - Updated dependencies [2e6104d]
482
+ - Updated dependencies [64699d3]
483
+ - Updated dependencies [0d3a913e]
484
+ - Updated dependencies [7b05522]
485
+ - Updated dependencies [d6edb1d]
486
+ - Updated dependencies [d3474c64]
487
+ - Updated dependencies [17f8752]
488
+ - Updated dependencies [29ead87]
489
+ - Updated dependencies [c45b62c]
490
+ - Updated dependencies [91265bba]
491
+ - Updated dependencies [bbe18b9f]
492
+ - Updated dependencies [d4099960]
493
+ - Updated dependencies [4920742]
494
+ - Updated dependencies [12a873e]
83
495
  - Updated dependencies [674badc]
496
+ - Updated dependencies [7e56d6b]
497
+ - Updated dependencies [94b69285]
498
+ - Updated dependencies [98bb8dcd]
84
499
  - Updated dependencies [207ac6e]
500
+ - Updated dependencies [dcc8a150]
501
+ - Updated dependencies [8f47cca]
502
+ - Updated dependencies [fad27689]
503
+ - Updated dependencies [dff0d595]
504
+ - Updated dependencies [fdd0b41]
505
+ - Updated dependencies [f2c325c]
506
+ - Updated dependencies [9e25a64]
507
+ - Updated dependencies [beb499e6]
508
+ - Updated dependencies [f2c92d5c]
509
+ - Updated dependencies [7bd3d99]
510
+ - Updated dependencies [f046f8e0]
85
511
  - Updated dependencies [b9273fd]
512
+ - Updated dependencies [49eeebf]
513
+ - Updated dependencies [86d25315]
86
514
  - Updated dependencies [c670bd4]
87
- - @akinon/next@1.56.0
88
- - @akinon/pz-akifast@1.56.0
89
- - @akinon/pz-b2b@1.56.0
90
- - @akinon/pz-basket-gift-pack@1.56.0
91
- - @akinon/pz-bkm@1.56.0
92
- - @akinon/pz-checkout-gift-pack@1.56.0
93
- - @akinon/pz-click-collect@1.56.0
94
- - @akinon/pz-credit-payment@1.56.0
95
- - @akinon/pz-gpay@1.56.0
96
- - @akinon/pz-masterpass@1.56.0
97
- - @akinon/pz-one-click-checkout@1.56.0
98
- - @akinon/pz-otp@1.56.0
99
- - @akinon/pz-pay-on-delivery@1.56.0
515
+ - Updated dependencies [3f9b8d7]
516
+ - @akinon/next@1.56.0-rc.4
517
+ - @akinon/pz-click-collect@1.56.0-rc.4
518
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.4
519
+ - @akinon/pz-one-click-checkout@1.56.0-rc.4
520
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.4
521
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.4
522
+ - @akinon/pz-credit-payment@1.56.0-rc.4
523
+ - @akinon/pz-masterpass@1.56.0-rc.4
524
+ - @akinon/pz-akifast@1.56.0-rc.4
525
+ - @akinon/pz-gpay@1.56.0-rc.4
526
+ - @akinon/pz-b2b@1.56.0-rc.4
527
+ - @akinon/pz-bkm@1.56.0-rc.4
528
+ - @akinon/pz-otp@1.56.0-rc.4
529
+
530
+ ## 1.56.0-rc.3
531
+
532
+ ### Patch Changes
533
+
534
+ - Updated dependencies [674badc]
535
+ - @akinon/next@1.56.0-rc.3
536
+ - @akinon/pz-akifast@1.56.0-rc.3
537
+ - @akinon/pz-b2b@1.56.0-rc.3
538
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.3
539
+ - @akinon/pz-bkm@1.56.0-rc.3
540
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.3
541
+ - @akinon/pz-click-collect@1.56.0-rc.3
542
+ - @akinon/pz-credit-payment@1.56.0-rc.3
543
+ - @akinon/pz-gpay@1.56.0-rc.3
544
+ - @akinon/pz-masterpass@1.56.0-rc.3
545
+ - @akinon/pz-one-click-checkout@1.56.0-rc.3
546
+ - @akinon/pz-otp@1.56.0-rc.3
547
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.3
548
+
549
+ ## 1.56.0-rc.2
550
+
551
+ ### Patch Changes
552
+
553
+ - Updated dependencies [7b05522]
554
+ - Updated dependencies [29ead87]
555
+ - @akinon/next@1.56.0-rc.2
556
+ - @akinon/pz-otp@1.56.0-rc.2
557
+ - @akinon/pz-akifast@1.56.0-rc.2
558
+ - @akinon/pz-b2b@1.56.0-rc.2
559
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.2
560
+ - @akinon/pz-bkm@1.56.0-rc.2
561
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.2
562
+ - @akinon/pz-click-collect@1.56.0-rc.2
563
+ - @akinon/pz-credit-payment@1.56.0-rc.2
564
+ - @akinon/pz-gpay@1.56.0-rc.2
565
+ - @akinon/pz-masterpass@1.56.0-rc.2
566
+ - @akinon/pz-one-click-checkout@1.56.0-rc.2
567
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.2
568
+
569
+ ## 1.56.0-rc.1
570
+
571
+ ### Patch Changes
572
+
573
+ - Updated dependencies [207ac6e]
574
+ - @akinon/next@1.56.0-rc.1
575
+ - @akinon/pz-akifast@1.56.0-rc.1
576
+ - @akinon/pz-b2b@1.56.0-rc.1
577
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.1
578
+ - @akinon/pz-bkm@1.56.0-rc.1
579
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.1
580
+ - @akinon/pz-click-collect@1.56.0-rc.1
581
+ - @akinon/pz-credit-payment@1.56.0-rc.1
582
+ - @akinon/pz-gpay@1.56.0-rc.1
583
+ - @akinon/pz-masterpass@1.56.0-rc.1
584
+ - @akinon/pz-one-click-checkout@1.56.0-rc.1
585
+ - @akinon/pz-otp@1.56.0-rc.1
586
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.1
587
+
588
+ ## 1.56.0-rc.0
589
+
590
+ ### Minor Changes
591
+
592
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
593
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
594
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
595
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
596
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
597
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
598
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
599
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
600
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
601
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
602
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
603
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
604
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
605
+ - d3474c64: ZERO-2655: Add data source shipping option
606
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
607
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
608
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
609
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
610
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
611
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
612
+ - beb499e6: ZERO-2551: Add new tsconfig paths
613
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
614
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
615
+ - f046f8e0: ZERO-2575: update version for react-number-format
616
+ - b9273fd3: ZERO-2889: add host headers to requests
617
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
618
+
619
+ ### Patch Changes
620
+
621
+ - Updated dependencies [572d2e84]
622
+ - Updated dependencies [5dfeea0]
623
+ - Updated dependencies [a4c8d6a9]
624
+ - Updated dependencies [fda5b927]
625
+ - Updated dependencies [2d9b2b2c]
626
+ - Updated dependencies [c53ea3e6]
627
+ - Updated dependencies [d93a507]
628
+ - Updated dependencies [714e0b46]
629
+ - Updated dependencies [6c25f666]
630
+ - Updated dependencies [bc2b4117]
631
+ - Updated dependencies [3bf2dd94]
632
+ - Updated dependencies [e9541a13]
633
+ - Updated dependencies [c53ef7b9]
634
+ - Updated dependencies [2e6104d]
635
+ - Updated dependencies [64699d3f]
636
+ - Updated dependencies [0d3a913e]
637
+ - Updated dependencies [d6edb1d0]
638
+ - Updated dependencies [d3474c64]
639
+ - Updated dependencies [17f87524]
640
+ - Updated dependencies [c45b62c9]
641
+ - Updated dependencies [91265bba]
642
+ - Updated dependencies [bbe18b9f]
643
+ - Updated dependencies [d4099960]
644
+ - Updated dependencies [4920742c]
645
+ - Updated dependencies [12a873e]
646
+ - Updated dependencies [7e56d6b6]
647
+ - Updated dependencies [94b69285]
648
+ - Updated dependencies [98bb8dcd]
649
+ - Updated dependencies [dcc8a150]
650
+ - Updated dependencies [8f47ccae]
651
+ - Updated dependencies [fad27689]
652
+ - Updated dependencies [dff0d595]
653
+ - Updated dependencies [fdd0b41]
654
+ - Updated dependencies [f2c325c1]
655
+ - Updated dependencies [9e25a64b]
656
+ - Updated dependencies [beb499e6]
657
+ - Updated dependencies [f2c92d5c]
658
+ - Updated dependencies [7bd3d992]
659
+ - Updated dependencies [f046f8e0]
660
+ - Updated dependencies [b9273fd3]
661
+ - Updated dependencies [49eeebf]
662
+ - Updated dependencies [86d25315]
663
+ - Updated dependencies [c670bd48]
664
+ - Updated dependencies [3f9b8d7e]
665
+ - @akinon/next@1.56.0-rc.0
666
+ - @akinon/pz-click-collect@1.56.0-rc.0
667
+ - @akinon/pz-checkout-gift-pack@1.56.0-rc.0
668
+ - @akinon/pz-one-click-checkout@1.56.0-rc.0
669
+ - @akinon/pz-basket-gift-pack@1.56.0-rc.0
670
+ - @akinon/pz-pay-on-delivery@1.56.0-rc.0
671
+ - @akinon/pz-credit-payment@1.56.0-rc.0
672
+ - @akinon/pz-masterpass@1.56.0-rc.0
673
+ - @akinon/pz-akifast@1.56.0-rc.0
674
+ - @akinon/pz-gpay@1.56.0-rc.0
675
+ - @akinon/pz-b2b@1.56.0-rc.0
676
+ - @akinon/pz-bkm@1.56.0-rc.0
677
+ - @akinon/pz-otp@1.56.0-rc.0
100
678
 
101
679
  ## 1.55.0
102
680
 
@@ -239,20 +817,220 @@
239
817
 
240
818
  ### Patch Changes
241
819
 
820
+ - Updated dependencies [90282b53]
821
+ - Updated dependencies [50b90692]
822
+ - Updated dependencies [572d2e84]
823
+ - Updated dependencies [5dfeea0]
824
+ - Updated dependencies [a4c8d6a9]
825
+ - Updated dependencies [fda5b927]
826
+ - Updated dependencies [2d9b2b2]
827
+ - Updated dependencies [c53ea3e6]
828
+ - Updated dependencies [d93a507]
829
+ - Updated dependencies [8d9ac9a]
830
+ - Updated dependencies [18e8197]
831
+ - Updated dependencies [714e0b46]
832
+ - Updated dependencies [70279e7]
833
+ - Updated dependencies [6c25f66]
834
+ - Updated dependencies [bc2b411]
835
+ - Updated dependencies [3bf2dd9]
836
+ - Updated dependencies [e9541a1]
837
+ - Updated dependencies [c53ef7b9]
838
+ - Updated dependencies [9d94f7e]
839
+ - Updated dependencies [2e6104d]
840
+ - Updated dependencies [64699d3]
841
+ - Updated dependencies [0d3a913e]
842
+ - Updated dependencies [1448a96e]
843
+ - Updated dependencies [1ec2e9d]
844
+ - Updated dependencies [d6edb1d]
845
+ - Updated dependencies [d3474c64]
846
+ - Updated dependencies [75080fd6]
847
+ - Updated dependencies [17f8752]
848
+ - Updated dependencies [c45b62c]
849
+ - Updated dependencies [91265bba]
850
+ - Updated dependencies [bbe18b9f]
851
+ - Updated dependencies [d4099960]
852
+ - Updated dependencies [4920742]
853
+ - Updated dependencies [12a873e]
854
+ - Updated dependencies [69ca0801]
855
+ - Updated dependencies [7e56d6b]
856
+ - Updated dependencies [94b6928]
857
+ - Updated dependencies [98bb8dcd]
858
+ - Updated dependencies [46b7aad7]
859
+ - Updated dependencies [dcc8a150]
860
+ - Updated dependencies [8f47cca]
861
+ - Updated dependencies [fad27689]
862
+ - Updated dependencies [dff0d595]
863
+ - Updated dependencies [fdd0b41]
864
+ - Updated dependencies [eecb282]
865
+ - Updated dependencies [f2c325c]
866
+ - Updated dependencies [9e25a64]
867
+ - Updated dependencies [beb499e6]
868
+ - Updated dependencies [146ea391]
869
+ - Updated dependencies [f2c92d5]
870
+ - Updated dependencies [7bd3d99]
871
+ - Updated dependencies [c47be30d]
872
+ - Updated dependencies [e9a46acb]
873
+ - Updated dependencies [f046f8e0]
874
+ - Updated dependencies [b9273fd]
875
+ - Updated dependencies [49eeebf]
876
+ - Updated dependencies [86d25315]
877
+ - Updated dependencies [c670bd4]
878
+ - Updated dependencies [3f9b8d7]
879
+ - Updated dependencies [3d35f70]
880
+ - @akinon/next@1.50.0-rc.2
881
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.2
882
+ - @akinon/pz-one-click-checkout@1.50.0-rc.2
883
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.2
884
+ - @akinon/pz-click-collect@1.50.0-rc.2
885
+ - @akinon/pz-masterpass@1.50.0-rc.2
886
+ - @akinon/pz-akifast@1.50.0-rc.2
887
+ - @akinon/pz-gpay@1.50.0-rc.2
888
+ - @akinon/pz-b2b@1.50.0-rc.2
889
+ - @akinon/pz-bkm@1.50.0-rc.2
890
+ - @akinon/pz-otp@1.50.0-rc.2
891
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.2
892
+ - @akinon/pz-credit-payment@1.50.0-rc.2
893
+
894
+ ## 1.50.0-rc.1
895
+
896
+ ### Patch Changes
897
+
898
+ - Updated dependencies [49eeebf]
899
+ - @akinon/next@1.50.0-rc.1
900
+ - @akinon/pz-akifast@1.50.0-rc.1
901
+ - @akinon/pz-b2b@1.50.0-rc.1
902
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.1
903
+ - @akinon/pz-bkm@1.50.0-rc.1
904
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.1
905
+ - @akinon/pz-click-collect@1.50.0-rc.1
906
+ - @akinon/pz-credit-payment@1.50.0-rc.1
907
+ - @akinon/pz-gpay@1.50.0-rc.1
908
+ - @akinon/pz-masterpass@1.50.0-rc.1
909
+ - @akinon/pz-one-click-checkout@1.50.0-rc.1
910
+ - @akinon/pz-otp@1.50.0-rc.1
911
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.1
912
+
913
+ ## 1.50.0-rc.0
914
+
915
+ ### Minor Changes
916
+
917
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
918
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
919
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
920
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
921
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
922
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
923
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
924
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
925
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
926
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
927
+ - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
928
+ - 52c13732: ZERO-2619: Added fix flag for the staged linter
929
+ - 552ee8a: ZERO-2777: fix link component usage
930
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
931
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
932
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
933
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
934
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
935
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
936
+ - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
937
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
938
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
939
+ - d3474c64: ZERO-2655: Add data source shipping option
940
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
941
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
942
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
943
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
944
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
945
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
946
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
947
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
948
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
949
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
950
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
951
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
952
+ - beb499e6: ZERO-2551: Add new tsconfig paths
953
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
954
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
955
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
956
+ - f046f8e0: ZERO-2575: update version for react-number-format
957
+ - b9273fd: ZERO-2889: add host headers to requests
958
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
959
+
960
+ ### Patch Changes
961
+
962
+ - Updated dependencies [90282b53]
963
+ - Updated dependencies [50b90692]
964
+ - Updated dependencies [572d2e84]
965
+ - Updated dependencies [5dfeea0]
966
+ - Updated dependencies [a4c8d6a9]
967
+ - Updated dependencies [fda5b927]
968
+ - Updated dependencies [2d9b2b2]
969
+ - Updated dependencies [c53ea3e6]
970
+ - Updated dependencies [d93a507]
971
+ - Updated dependencies [8d9ac9a]
972
+ - Updated dependencies [18e8197]
242
973
  - Updated dependencies [eaf97d6]
243
- - @akinon/next@1.50.0
244
- - @akinon/pz-akifast@1.50.0
245
- - @akinon/pz-b2b@1.50.0
246
- - @akinon/pz-basket-gift-pack@1.50.0
247
- - @akinon/pz-bkm@1.50.0
248
- - @akinon/pz-checkout-gift-pack@1.50.0
249
- - @akinon/pz-click-collect@1.50.0
250
- - @akinon/pz-credit-payment@1.50.0
251
- - @akinon/pz-gpay@1.50.0
252
- - @akinon/pz-masterpass@1.50.0
253
- - @akinon/pz-one-click-checkout@1.50.0
254
- - @akinon/pz-otp@1.50.0
255
- - @akinon/pz-pay-on-delivery@1.50.0
974
+ - Updated dependencies [714e0b46]
975
+ - Updated dependencies [70279e7]
976
+ - Updated dependencies [6c25f66]
977
+ - Updated dependencies [bc2b411]
978
+ - Updated dependencies [3bf2dd9]
979
+ - Updated dependencies [e9541a1]
980
+ - Updated dependencies [c53ef7b9]
981
+ - Updated dependencies [9d94f7e]
982
+ - Updated dependencies [2e6104d]
983
+ - Updated dependencies [64699d3]
984
+ - Updated dependencies [0d3a913e]
985
+ - Updated dependencies [1448a96e]
986
+ - Updated dependencies [1ec2e9d]
987
+ - Updated dependencies [d6edb1d]
988
+ - Updated dependencies [d3474c64]
989
+ - Updated dependencies [75080fd6]
990
+ - Updated dependencies [17f8752]
991
+ - Updated dependencies [c45b62c]
992
+ - Updated dependencies [91265bba]
993
+ - Updated dependencies [bbe18b9f]
994
+ - Updated dependencies [d4099960]
995
+ - Updated dependencies [4920742]
996
+ - Updated dependencies [12a873e]
997
+ - Updated dependencies [69ca080]
998
+ - Updated dependencies [7e56d6b]
999
+ - Updated dependencies [94b6928]
1000
+ - Updated dependencies [98bb8dcd]
1001
+ - Updated dependencies [46b7aad7]
1002
+ - Updated dependencies [dcc8a150]
1003
+ - Updated dependencies [8f47cca]
1004
+ - Updated dependencies [fad27689]
1005
+ - Updated dependencies [dff0d595]
1006
+ - Updated dependencies [fdd0b41]
1007
+ - Updated dependencies [eecb282]
1008
+ - Updated dependencies [f2c325c]
1009
+ - Updated dependencies [9e25a64]
1010
+ - Updated dependencies [beb499e6]
1011
+ - Updated dependencies [146ea391]
1012
+ - Updated dependencies [f2c92d5]
1013
+ - Updated dependencies [7bd3d99]
1014
+ - Updated dependencies [c47be30d]
1015
+ - Updated dependencies [e9a46acb]
1016
+ - Updated dependencies [f046f8e0]
1017
+ - Updated dependencies [b9273fd]
1018
+ - Updated dependencies [86d25315]
1019
+ - Updated dependencies [c670bd4]
1020
+ - Updated dependencies [3f9b8d7]
1021
+ - @akinon/next@1.50.0-rc.0
1022
+ - @akinon/pz-checkout-gift-pack@1.50.0-rc.0
1023
+ - @akinon/pz-one-click-checkout@1.50.0-rc.0
1024
+ - @akinon/pz-basket-gift-pack@1.50.0-rc.0
1025
+ - @akinon/pz-click-collect@1.50.0-rc.0
1026
+ - @akinon/pz-masterpass@1.50.0-rc.0
1027
+ - @akinon/pz-akifast@1.50.0-rc.0
1028
+ - @akinon/pz-gpay@1.50.0-rc.0
1029
+ - @akinon/pz-b2b@1.50.0-rc.0
1030
+ - @akinon/pz-bkm@1.50.0-rc.0
1031
+ - @akinon/pz-otp@1.50.0-rc.0
1032
+ - @akinon/pz-pay-on-delivery@1.50.0-rc.0
1033
+ - @akinon/pz-credit-payment@1.50.0-rc.0
256
1034
 
257
1035
  ## 1.49.0
258
1036
 
@@ -280,23 +1058,480 @@
280
1058
 
281
1059
  ### Minor Changes
282
1060
 
1061
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1062
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1063
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1064
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1065
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1066
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1067
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1068
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1069
+ - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1070
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1071
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1072
+ - 52c13732: ZERO-2619: Added fix flag for the staged linter
1073
+ - 552ee8a: ZERO-2777: fix link component usage
1074
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1075
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1076
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1077
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1078
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1079
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1080
+ - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
1081
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1082
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1083
+ - d3474c64: ZERO-2655: Add data source shipping option
1084
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1085
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1086
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1087
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1088
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1089
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1090
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1091
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1092
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1093
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1094
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1095
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1096
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1097
+ - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1098
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1099
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1100
+ - f046f8e0: ZERO-2575: update version for react-number-format
1101
+ - b9273fd: ZERO-2889: add host headers to requests
1102
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - Updated dependencies [90282b53]
1107
+ - Updated dependencies [50b9069]
1108
+ - Updated dependencies [572d2e84]
1109
+ - Updated dependencies [5dfeea0]
1110
+ - Updated dependencies [a4c8d6a9]
1111
+ - Updated dependencies [fda5b927]
1112
+ - Updated dependencies [2d9b2b2]
1113
+ - Updated dependencies [c53ea3e6]
1114
+ - Updated dependencies [d93a507]
1115
+ - Updated dependencies [8d9ac9a]
1116
+ - Updated dependencies [18e8197]
1117
+ - Updated dependencies [714e0b46]
1118
+ - Updated dependencies [70279e7]
1119
+ - Updated dependencies [6c25f66]
1120
+ - Updated dependencies [bc2b411]
1121
+ - Updated dependencies [3bf2dd9]
1122
+ - Updated dependencies [e9541a1]
1123
+ - Updated dependencies [c53ef7b9]
1124
+ - Updated dependencies [9d94f7e]
1125
+ - Updated dependencies [2e6104d]
1126
+ - Updated dependencies [64699d3]
1127
+ - Updated dependencies [0d3a913e]
1128
+ - Updated dependencies [1448a96e]
1129
+ - Updated dependencies [26b809f]
1130
+ - Updated dependencies [1ec2e9d]
1131
+ - Updated dependencies [d6edb1d]
1132
+ - Updated dependencies [d3474c64]
1133
+ - Updated dependencies [75080fd6]
1134
+ - Updated dependencies [17f8752]
1135
+ - Updated dependencies [c45b62c]
1136
+ - Updated dependencies [91265bba]
1137
+ - Updated dependencies [20da358]
1138
+ - Updated dependencies [bbe18b9f]
1139
+ - Updated dependencies [d409996]
1140
+ - Updated dependencies [4920742]
1141
+ - Updated dependencies [12a873e]
1142
+ - Updated dependencies [69ca080]
1143
+ - Updated dependencies [7e56d6b]
1144
+ - Updated dependencies [94b6928]
1145
+ - Updated dependencies [98bb8dcd]
1146
+ - Updated dependencies [46b7aad7]
1147
+ - Updated dependencies [dcc8a150]
1148
+ - Updated dependencies [8f47cca]
1149
+ - Updated dependencies [fad27689]
1150
+ - Updated dependencies [dff0d595]
1151
+ - Updated dependencies [fdd0b41]
1152
+ - Updated dependencies [eecb282]
1153
+ - Updated dependencies [f2c325c]
1154
+ - Updated dependencies [9e25a64]
1155
+ - Updated dependencies [beb499e6]
1156
+ - Updated dependencies [146ea391]
1157
+ - Updated dependencies [f2c92d5]
1158
+ - Updated dependencies [7bd3d99]
1159
+ - Updated dependencies [c47be30d]
1160
+ - Updated dependencies [e9a46acb]
1161
+ - Updated dependencies [f046f8e0]
1162
+ - Updated dependencies [04115e5]
1163
+ - Updated dependencies [b9273fd]
1164
+ - Updated dependencies [fa88889]
1165
+ - Updated dependencies [86d25315]
1166
+ - Updated dependencies [c670bd4]
1167
+ - Updated dependencies [3f9b8d7]
1168
+ - @akinon/next@1.48.0-rc.8
1169
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.8
1170
+ - @akinon/pz-one-click-checkout@1.48.0-rc.8
1171
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.8
1172
+ - @akinon/pz-click-collect@1.48.0-rc.8
1173
+ - @akinon/pz-masterpass@1.48.0-rc.8
1174
+ - @akinon/pz-akifast@1.48.0-rc.8
1175
+ - @akinon/pz-gpay@1.48.0-rc.8
1176
+ - @akinon/pz-b2b@1.48.0-rc.8
1177
+ - @akinon/pz-bkm@1.48.0-rc.8
1178
+ - @akinon/pz-otp@1.48.0-rc.8
1179
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.8
1180
+ - @akinon/pz-credit-payment@1.48.0-rc.8
1181
+
1182
+ ## 1.48.0-rc.7
1183
+
1184
+ ### Patch Changes
1185
+
1186
+ - Updated dependencies [26b809f]
1187
+ - @akinon/next@1.48.0-rc.7
1188
+ - @akinon/pz-akifast@1.48.0-rc.7
1189
+ - @akinon/pz-b2b@1.48.0-rc.7
1190
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.7
1191
+ - @akinon/pz-bkm@1.48.0-rc.7
1192
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.7
1193
+ - @akinon/pz-click-collect@1.48.0-rc.7
1194
+ - @akinon/pz-credit-payment@1.48.0-rc.7
1195
+ - @akinon/pz-gpay@1.48.0-rc.7
1196
+ - @akinon/pz-masterpass@1.48.0-rc.7
1197
+ - @akinon/pz-one-click-checkout@1.48.0-rc.7
1198
+ - @akinon/pz-otp@1.48.0-rc.7
1199
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.7
1200
+
1201
+ ## 1.48.0-rc.6
1202
+
1203
+ ### Patch Changes
1204
+
1205
+ - Updated dependencies [04115e5]
1206
+ - @akinon/next@1.48.0-rc.6
1207
+ - @akinon/pz-akifast@1.48.0-rc.6
1208
+ - @akinon/pz-b2b@1.48.0-rc.6
1209
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.6
1210
+ - @akinon/pz-bkm@1.48.0-rc.6
1211
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.6
1212
+ - @akinon/pz-click-collect@1.48.0-rc.6
1213
+ - @akinon/pz-credit-payment@1.48.0-rc.6
1214
+ - @akinon/pz-gpay@1.48.0-rc.6
1215
+ - @akinon/pz-masterpass@1.48.0-rc.6
1216
+ - @akinon/pz-one-click-checkout@1.48.0-rc.6
1217
+ - @akinon/pz-otp@1.48.0-rc.6
1218
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.6
1219
+
1220
+ ## 1.48.0-rc.5
1221
+
1222
+ ### Patch Changes
1223
+
1224
+ - Updated dependencies [20da358]
1225
+ - @akinon/next@1.48.0-rc.5
1226
+ - @akinon/pz-akifast@1.48.0-rc.5
1227
+ - @akinon/pz-b2b@1.48.0-rc.5
1228
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.5
1229
+ - @akinon/pz-bkm@1.48.0-rc.5
1230
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.5
1231
+ - @akinon/pz-click-collect@1.48.0-rc.5
1232
+ - @akinon/pz-credit-payment@1.48.0-rc.5
1233
+ - @akinon/pz-gpay@1.48.0-rc.5
1234
+ - @akinon/pz-masterpass@1.48.0-rc.5
1235
+ - @akinon/pz-one-click-checkout@1.48.0-rc.5
1236
+ - @akinon/pz-otp@1.48.0-rc.5
1237
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.5
1238
+
1239
+ ## 1.48.0-rc.4
1240
+
1241
+ ### Patch Changes
1242
+
1243
+ - Updated dependencies [5dfeea0]
1244
+ - @akinon/next@1.48.0-rc.4
1245
+ - @akinon/pz-akifast@1.48.0-rc.4
1246
+ - @akinon/pz-b2b@1.48.0-rc.4
1247
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.4
1248
+ - @akinon/pz-bkm@1.48.0-rc.4
1249
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.4
1250
+ - @akinon/pz-click-collect@1.48.0-rc.4
1251
+ - @akinon/pz-credit-payment@1.48.0-rc.4
1252
+ - @akinon/pz-gpay@1.48.0-rc.4
1253
+ - @akinon/pz-masterpass@1.48.0-rc.4
1254
+ - @akinon/pz-one-click-checkout@1.48.0-rc.4
1255
+ - @akinon/pz-otp@1.48.0-rc.4
1256
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.4
1257
+
1258
+ ## 1.48.0-rc.3
1259
+
1260
+ ### Minor Changes
1261
+
1262
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1263
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1264
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1265
+ - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
1266
+ - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
1267
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1268
+ - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
1269
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1270
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1271
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1272
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1273
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
1274
+ - 552ee8a: ZERO-2777: fix link component usage
1275
+ - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
1276
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1277
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1278
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1279
+ - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
1280
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1281
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1282
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1283
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1284
+ - d3474c64: ZERO-2655: Add data source shipping option
1285
+ - d2f0f15c: ZERO-2723: Update sentry version and dependencies
1286
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1287
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1288
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1289
+ - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
1290
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1291
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1292
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1293
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1294
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1295
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1296
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1297
+ - beb499e6: ZERO-2551: Add new tsconfig paths
283
1298
  - f45aa87: ZERO-2904: Upgrade version for tailwindcss
1299
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1300
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1301
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1302
+ - f046f8e0: ZERO-2575: update version for react-number-format
1303
+ - b9273fd: ZERO-2889: add host headers to requests
1304
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
284
1305
 
285
1306
  ### Patch Changes
286
1307
 
287
- - @akinon/next@1.48.0
288
- - @akinon/pz-akifast@1.48.0
289
- - @akinon/pz-b2b@1.48.0
290
- - @akinon/pz-basket-gift-pack@1.48.0
291
- - @akinon/pz-bkm@1.48.0
292
- - @akinon/pz-checkout-gift-pack@1.48.0
293
- - @akinon/pz-click-collect@1.48.0
294
- - @akinon/pz-credit-payment@1.48.0
295
- - @akinon/pz-gpay@1.48.0
296
- - @akinon/pz-masterpass@1.48.0
297
- - @akinon/pz-one-click-checkout@1.48.0
298
- - @akinon/pz-otp@1.48.0
299
- - @akinon/pz-pay-on-delivery@1.48.0
1308
+ - Updated dependencies [90282b53]
1309
+ - Updated dependencies [50b9069]
1310
+ - Updated dependencies [572d2e84]
1311
+ - Updated dependencies [a4c8d6a9]
1312
+ - Updated dependencies [fda5b92]
1313
+ - Updated dependencies [2d9b2b2]
1314
+ - Updated dependencies [c53ea3e6]
1315
+ - Updated dependencies [d93a507]
1316
+ - Updated dependencies [8d9ac9a]
1317
+ - Updated dependencies [18e8197]
1318
+ - Updated dependencies [714e0b46]
1319
+ - Updated dependencies [70279e7]
1320
+ - Updated dependencies [6c25f66]
1321
+ - Updated dependencies [bc2b411]
1322
+ - Updated dependencies [3bf2dd9]
1323
+ - Updated dependencies [e9541a1]
1324
+ - Updated dependencies [c53ef7b9]
1325
+ - Updated dependencies [9d94f7e]
1326
+ - Updated dependencies [2e6104d]
1327
+ - Updated dependencies [64699d3]
1328
+ - Updated dependencies [0d3a913e]
1329
+ - Updated dependencies [1448a96e]
1330
+ - Updated dependencies [1ec2e9d]
1331
+ - Updated dependencies [d6edb1d]
1332
+ - Updated dependencies [d3474c64]
1333
+ - Updated dependencies [75080fd6]
1334
+ - Updated dependencies [17f8752]
1335
+ - Updated dependencies [c45b62c]
1336
+ - Updated dependencies [91265bba]
1337
+ - Updated dependencies [bbe18b9f]
1338
+ - Updated dependencies [d409996]
1339
+ - Updated dependencies [4920742]
1340
+ - Updated dependencies [12a873e]
1341
+ - Updated dependencies [69ca080]
1342
+ - Updated dependencies [7e56d6b]
1343
+ - Updated dependencies [94b6928]
1344
+ - Updated dependencies [98bb8dcd]
1345
+ - Updated dependencies [46b7aad]
1346
+ - Updated dependencies [dcc8a150]
1347
+ - Updated dependencies [8f47cca]
1348
+ - Updated dependencies [fad27689]
1349
+ - Updated dependencies [dff0d595]
1350
+ - Updated dependencies [fdd0b41]
1351
+ - Updated dependencies [eecb282]
1352
+ - Updated dependencies [f2c325c]
1353
+ - Updated dependencies [9e25a64]
1354
+ - Updated dependencies [beb499e6]
1355
+ - Updated dependencies [146ea39]
1356
+ - Updated dependencies [f2c92d5]
1357
+ - Updated dependencies [7bd3d99]
1358
+ - Updated dependencies [c47be30d]
1359
+ - Updated dependencies [e9a46acb]
1360
+ - Updated dependencies [f046f8e0]
1361
+ - Updated dependencies [b9273fd]
1362
+ - Updated dependencies [86d25315]
1363
+ - Updated dependencies [c670bd4]
1364
+ - Updated dependencies [3f9b8d7]
1365
+ - @akinon/next@1.48.0-rc.3
1366
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.3
1367
+ - @akinon/pz-one-click-checkout@1.48.0-rc.3
1368
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.3
1369
+ - @akinon/pz-click-collect@1.48.0-rc.3
1370
+ - @akinon/pz-masterpass@1.48.0-rc.3
1371
+ - @akinon/pz-akifast@1.48.0-rc.3
1372
+ - @akinon/pz-gpay@1.48.0-rc.3
1373
+ - @akinon/pz-b2b@1.48.0-rc.3
1374
+ - @akinon/pz-bkm@1.48.0-rc.3
1375
+ - @akinon/pz-otp@1.48.0-rc.3
1376
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.3
1377
+ - @akinon/pz-credit-payment@1.48.0-rc.3
1378
+
1379
+ ## 1.48.0-rc.2
1380
+
1381
+ ### Minor Changes
1382
+
1383
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1384
+
1385
+ ### Patch Changes
1386
+
1387
+ - Updated dependencies [2e6104d]
1388
+ - @akinon/next@1.48.0-rc.2
1389
+ - @akinon/pz-akifast@1.48.0-rc.2
1390
+ - @akinon/pz-b2b@1.48.0-rc.2
1391
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.2
1392
+ - @akinon/pz-bkm@1.48.0-rc.2
1393
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.2
1394
+ - @akinon/pz-click-collect@1.48.0-rc.2
1395
+ - @akinon/pz-credit-payment@1.48.0-rc.2
1396
+ - @akinon/pz-gpay@1.48.0-rc.2
1397
+ - @akinon/pz-masterpass@1.48.0-rc.2
1398
+ - @akinon/pz-one-click-checkout@1.48.0-rc.2
1399
+ - @akinon/pz-otp@1.48.0-rc.2
1400
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.2
1401
+
1402
+ ## 1.48.0-rc.1
1403
+
1404
+ ### Patch Changes
1405
+
1406
+ - Updated dependencies [fdd0b41]
1407
+ - @akinon/next@1.48.0-rc.1
1408
+ - @akinon/pz-akifast@1.48.0-rc.1
1409
+ - @akinon/pz-b2b@1.48.0-rc.1
1410
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.1
1411
+ - @akinon/pz-bkm@1.48.0-rc.1
1412
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.1
1413
+ - @akinon/pz-click-collect@1.48.0-rc.1
1414
+ - @akinon/pz-credit-payment@1.48.0-rc.1
1415
+ - @akinon/pz-gpay@1.48.0-rc.1
1416
+ - @akinon/pz-masterpass@1.48.0-rc.1
1417
+ - @akinon/pz-one-click-checkout@1.48.0-rc.1
1418
+ - @akinon/pz-otp@1.48.0-rc.1
1419
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.1
1420
+
1421
+ ## 1.48.0-rc.0
1422
+
1423
+ ### Minor Changes
1424
+
1425
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1426
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1427
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1428
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1429
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1430
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1431
+ - 27a5296d: ZERO-2631:Fix Checkbox Click
1432
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1433
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1434
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1435
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
1436
+ - 552ee8a: ZERO-2777: fix link component usage
1437
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1438
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1439
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1440
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1441
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
1442
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1443
+ - 74a12699: ZERO-2658:Edit product name clickability on completed order page
1444
+ - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
1445
+ - d3474c6: ZERO-2655: Add data source shipping option
1446
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
1447
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1448
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1449
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1450
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1451
+ - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
1452
+ - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1453
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1454
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1455
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1456
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1457
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1458
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1459
+ - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
1460
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1461
+ - f046f8e0: ZERO-2575: update version for react-number-format
1462
+ - b9273fd: ZERO-2889: add host headers to requests
1463
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1464
+
1465
+ ### Patch Changes
1466
+
1467
+ - Updated dependencies [90282b5]
1468
+ - Updated dependencies [50b9069]
1469
+ - Updated dependencies [572d2e8]
1470
+ - Updated dependencies [a4c8d6a9]
1471
+ - Updated dependencies [fda5b92]
1472
+ - Updated dependencies [2d9b2b2]
1473
+ - Updated dependencies [c53ea3e6]
1474
+ - Updated dependencies [d93a507]
1475
+ - Updated dependencies [8d9ac9a]
1476
+ - Updated dependencies [18e8197]
1477
+ - Updated dependencies [714e0b4]
1478
+ - Updated dependencies [70279e7]
1479
+ - Updated dependencies [6c25f66]
1480
+ - Updated dependencies [bc2b411]
1481
+ - Updated dependencies [3bf2dd9]
1482
+ - Updated dependencies [e9541a1]
1483
+ - Updated dependencies [c53ef7b9]
1484
+ - Updated dependencies [9d94f7e]
1485
+ - Updated dependencies [64699d3]
1486
+ - Updated dependencies [0d3a913]
1487
+ - Updated dependencies [1448a96e]
1488
+ - Updated dependencies [1ec2e9d]
1489
+ - Updated dependencies [d6edb1d]
1490
+ - Updated dependencies [d3474c6]
1491
+ - Updated dependencies [75080fd6]
1492
+ - Updated dependencies [17f8752]
1493
+ - Updated dependencies [c45b62c]
1494
+ - Updated dependencies [91265bba]
1495
+ - Updated dependencies [bbe18b9f]
1496
+ - Updated dependencies [d409996]
1497
+ - Updated dependencies [4920742]
1498
+ - Updated dependencies [12a873e]
1499
+ - Updated dependencies [69ca080]
1500
+ - Updated dependencies [7e56d6b]
1501
+ - Updated dependencies [94b6928]
1502
+ - Updated dependencies [98bb8dc]
1503
+ - Updated dependencies [46b7aad]
1504
+ - Updated dependencies [dcc8a15]
1505
+ - Updated dependencies [8f47cca]
1506
+ - Updated dependencies [fad2768]
1507
+ - Updated dependencies [dff0d595]
1508
+ - Updated dependencies [eecb282]
1509
+ - Updated dependencies [f2c325c]
1510
+ - Updated dependencies [9e25a64]
1511
+ - Updated dependencies [beb499e6]
1512
+ - Updated dependencies [146ea39]
1513
+ - Updated dependencies [f2c92d5]
1514
+ - Updated dependencies [7bd3d99]
1515
+ - Updated dependencies [c47be30]
1516
+ - Updated dependencies [e9a46ac]
1517
+ - Updated dependencies [f046f8e0]
1518
+ - Updated dependencies [b9273fd]
1519
+ - Updated dependencies [86d2531]
1520
+ - Updated dependencies [c670bd4]
1521
+ - Updated dependencies [3f9b8d7]
1522
+ - @akinon/next@1.48.0-rc.0
1523
+ - @akinon/pz-checkout-gift-pack@1.48.0-rc.0
1524
+ - @akinon/pz-one-click-checkout@1.48.0-rc.0
1525
+ - @akinon/pz-basket-gift-pack@1.48.0-rc.0
1526
+ - @akinon/pz-click-collect@1.48.0-rc.0
1527
+ - @akinon/pz-masterpass@1.48.0-rc.0
1528
+ - @akinon/pz-akifast@1.48.0-rc.0
1529
+ - @akinon/pz-gpay@1.48.0-rc.0
1530
+ - @akinon/pz-b2b@1.48.0-rc.0
1531
+ - @akinon/pz-bkm@1.48.0-rc.0
1532
+ - @akinon/pz-otp@1.48.0-rc.0
1533
+ - @akinon/pz-pay-on-delivery@1.48.0-rc.0
1534
+ - @akinon/pz-credit-payment@1.48.0-rc.0
300
1535
 
301
1536
  ## 1.47.0
302
1537
 
@@ -344,20 +1579,255 @@
344
1579
 
345
1580
  ### Patch Changes
346
1581
 
1582
+ - Updated dependencies [90282b5]
1583
+ - Updated dependencies [50b9069]
1584
+ - Updated dependencies [572d2e8]
1585
+ - Updated dependencies [a4c8d6a9]
1586
+ - Updated dependencies [fda5b92]
1587
+ - Updated dependencies [2d9b2b2]
1588
+ - Updated dependencies [c53ea3e]
1589
+ - Updated dependencies [8d9ac9a]
1590
+ - Updated dependencies [18e8197]
1591
+ - Updated dependencies [714e0b4]
1592
+ - Updated dependencies [70279e7]
1593
+ - Updated dependencies [6c25f66]
1594
+ - Updated dependencies [bc2b411]
1595
+ - Updated dependencies [3bf2dd9]
1596
+ - Updated dependencies [e9541a1]
1597
+ - Updated dependencies [c53ef7b9]
1598
+ - Updated dependencies [9d94f7e]
1599
+ - Updated dependencies [64699d3]
1600
+ - Updated dependencies [0d3a913]
1601
+ - Updated dependencies [1448a96e]
1602
+ - Updated dependencies [d6edb1d]
1603
+ - Updated dependencies [d3474c6]
1604
+ - Updated dependencies [75080fd6]
1605
+ - Updated dependencies [17f8752]
1606
+ - Updated dependencies [c45b62c]
1607
+ - Updated dependencies [91265bba]
1608
+ - Updated dependencies [bbe18b9f]
1609
+ - Updated dependencies [d409996]
1610
+ - Updated dependencies [4920742]
1611
+ - Updated dependencies [69ca080]
1612
+ - Updated dependencies [7e56d6b]
1613
+ - Updated dependencies [94b6928]
1614
+ - Updated dependencies [98bb8dc]
1615
+ - Updated dependencies [46b7aad]
1616
+ - Updated dependencies [dcc8a15]
1617
+ - Updated dependencies [8f47cca]
1618
+ - Updated dependencies [fad2768]
1619
+ - Updated dependencies [dff0d595]
1620
+ - Updated dependencies [eecb282]
1621
+ - Updated dependencies [f2c325c]
1622
+ - Updated dependencies [9e25a64]
1623
+ - Updated dependencies [beb499e6]
1624
+ - Updated dependencies [948eb42]
1625
+ - Updated dependencies [146ea39]
1626
+ - Updated dependencies [f2c92d5]
1627
+ - Updated dependencies [7bd3d99]
1628
+ - Updated dependencies [c47be30]
1629
+ - Updated dependencies [e9a46ac]
1630
+ - Updated dependencies [f046f8e0]
1631
+ - Updated dependencies [86d2531]
1632
+ - Updated dependencies [3f9b8d7]
1633
+ - @akinon/next@1.45.0-rc.5
1634
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.5
1635
+ - @akinon/pz-one-click-checkout@1.45.0-rc.5
1636
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.5
1637
+ - @akinon/pz-click-collect@1.45.0-rc.5
1638
+ - @akinon/pz-masterpass@1.45.0-rc.5
1639
+ - @akinon/pz-akifast@1.45.0-rc.5
1640
+ - @akinon/pz-gpay@1.45.0-rc.5
1641
+ - @akinon/pz-b2b@1.45.0-rc.5
1642
+ - @akinon/pz-bkm@1.45.0-rc.5
1643
+ - @akinon/pz-otp@1.45.0-rc.5
1644
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.5
1645
+ - @akinon/pz-credit-payment@1.45.0-rc.5
1646
+
1647
+ ## 1.45.0-rc.4
1648
+
1649
+ ### Patch Changes
1650
+
1651
+ - Updated dependencies [8f47cca]
1652
+ - @akinon/next@1.45.0-rc.4
1653
+ - @akinon/pz-akifast@1.45.0-rc.4
1654
+ - @akinon/pz-b2b@1.45.0-rc.4
1655
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.4
1656
+ - @akinon/pz-bkm@1.45.0-rc.4
1657
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.4
1658
+ - @akinon/pz-click-collect@1.45.0-rc.4
1659
+ - @akinon/pz-credit-payment@1.45.0-rc.4
1660
+ - @akinon/pz-gpay@1.45.0-rc.4
1661
+ - @akinon/pz-masterpass@1.45.0-rc.4
1662
+ - @akinon/pz-one-click-checkout@1.45.0-rc.4
1663
+ - @akinon/pz-otp@1.45.0-rc.4
1664
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.4
1665
+
1666
+ ## 1.45.0-rc.3
1667
+
1668
+ ### Patch Changes
1669
+
1670
+ - Updated dependencies [948eb42]
1671
+ - @akinon/next@1.45.0-rc.3
1672
+ - @akinon/pz-akifast@1.45.0-rc.3
1673
+ - @akinon/pz-b2b@1.45.0-rc.3
1674
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.3
1675
+ - @akinon/pz-bkm@1.45.0-rc.3
1676
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.3
1677
+ - @akinon/pz-click-collect@1.45.0-rc.3
1678
+ - @akinon/pz-credit-payment@1.45.0-rc.3
1679
+ - @akinon/pz-gpay@1.45.0-rc.3
1680
+ - @akinon/pz-masterpass@1.45.0-rc.3
1681
+ - @akinon/pz-one-click-checkout@1.45.0-rc.3
1682
+ - @akinon/pz-otp@1.45.0-rc.3
1683
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.3
1684
+
1685
+ ## 1.45.0-rc.2
1686
+
1687
+ ### Minor Changes
1688
+
1689
+ - dfabc06: ZERO-2836: Upgrade version for tailwind
1690
+
1691
+ ### Patch Changes
1692
+
1693
+ - Updated dependencies [c45b62c]
1694
+ - Updated dependencies [f2c325c]
1695
+ - @akinon/next@1.45.0-rc.2
1696
+ - @akinon/pz-b2b@1.45.0-rc.2
1697
+ - @akinon/pz-akifast@1.45.0-rc.2
1698
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.2
1699
+ - @akinon/pz-bkm@1.45.0-rc.2
1700
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.2
1701
+ - @akinon/pz-click-collect@1.45.0-rc.2
1702
+ - @akinon/pz-credit-payment@1.45.0-rc.2
1703
+ - @akinon/pz-gpay@1.45.0-rc.2
1704
+ - @akinon/pz-masterpass@1.45.0-rc.2
1705
+ - @akinon/pz-one-click-checkout@1.45.0-rc.2
1706
+ - @akinon/pz-otp@1.45.0-rc.2
1707
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.2
1708
+
1709
+ ## 1.45.0-rc.1
1710
+
1711
+ ### Patch Changes
1712
+
1713
+ - Updated dependencies [7e56d6b]
1714
+ - @akinon/next@1.45.0-rc.1
1715
+ - @akinon/pz-akifast@1.45.0-rc.1
1716
+ - @akinon/pz-b2b@1.45.0-rc.1
1717
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.1
1718
+ - @akinon/pz-bkm@1.45.0-rc.1
1719
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.1
1720
+ - @akinon/pz-click-collect@1.45.0-rc.1
1721
+ - @akinon/pz-credit-payment@1.45.0-rc.1
1722
+ - @akinon/pz-gpay@1.45.0-rc.1
1723
+ - @akinon/pz-masterpass@1.45.0-rc.1
1724
+ - @akinon/pz-one-click-checkout@1.45.0-rc.1
1725
+ - @akinon/pz-otp@1.45.0-rc.1
1726
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.1
1727
+
1728
+ ## 1.45.0-rc.0
1729
+
1730
+ ### Minor Changes
1731
+
1732
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1733
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1734
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1735
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1736
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1737
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1738
+ - 27a5296: ZERO-2631:Fix Checkbox Click
1739
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1740
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1741
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1742
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
1743
+ - 552ee8a: ZERO-2777: fix link component usage
1744
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1745
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1746
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1747
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1748
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
1749
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1750
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1751
+ - d3474c6: ZERO-2655: Add data source shipping option
1752
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
1753
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1754
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1755
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1756
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1757
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1758
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1759
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1760
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1761
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1762
+ - beb499e: ZERO-2551: Add new tsconfig paths
1763
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1764
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1765
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1766
+ - f046f8e0: ZERO-2575: update version for react-number-format
1767
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1768
+
1769
+ ### Patch Changes
1770
+
1771
+ - Updated dependencies [90282b5]
1772
+ - Updated dependencies [50b9069]
1773
+ - Updated dependencies [572d2e8]
1774
+ - Updated dependencies [a4c8d6a9]
1775
+ - Updated dependencies [fda5b92]
1776
+ - Updated dependencies [2d9b2b2]
1777
+ - Updated dependencies [c53ea3e]
1778
+ - Updated dependencies [8d9ac9a]
1779
+ - Updated dependencies [18e8197]
1780
+ - Updated dependencies [714e0b4]
1781
+ - Updated dependencies [70279e7]
1782
+ - Updated dependencies [6c25f66]
1783
+ - Updated dependencies [bc2b411]
1784
+ - Updated dependencies [3bf2dd9]
1785
+ - Updated dependencies [e9541a1]
1786
+ - Updated dependencies [c53ef7b9]
1787
+ - Updated dependencies [9d94f7e]
1788
+ - Updated dependencies [64699d3]
1789
+ - Updated dependencies [0d3a913]
1790
+ - Updated dependencies [1448a96]
347
1791
  - Updated dependencies [2ab6e08]
348
- - @akinon/next@1.45.0
349
- - @akinon/pz-akifast@1.45.0
350
- - @akinon/pz-b2b@1.45.0
351
- - @akinon/pz-basket-gift-pack@1.45.0
352
- - @akinon/pz-bkm@1.45.0
353
- - @akinon/pz-checkout-gift-pack@1.45.0
354
- - @akinon/pz-click-collect@1.45.0
355
- - @akinon/pz-credit-payment@1.45.0
356
- - @akinon/pz-gpay@1.45.0
357
- - @akinon/pz-masterpass@1.45.0
358
- - @akinon/pz-one-click-checkout@1.45.0
359
- - @akinon/pz-otp@1.45.0
360
- - @akinon/pz-pay-on-delivery@1.45.0
1792
+ - Updated dependencies [d6edb1d]
1793
+ - Updated dependencies [d3474c6]
1794
+ - Updated dependencies [75080fd]
1795
+ - Updated dependencies [17f8752]
1796
+ - Updated dependencies [91265bb]
1797
+ - Updated dependencies [bbe18b9]
1798
+ - Updated dependencies [d409996]
1799
+ - Updated dependencies [4920742]
1800
+ - Updated dependencies [69ca080]
1801
+ - Updated dependencies [94b6928]
1802
+ - Updated dependencies [98bb8dc]
1803
+ - Updated dependencies [46b7aad]
1804
+ - Updated dependencies [dcc8a15]
1805
+ - Updated dependencies [fad2768]
1806
+ - Updated dependencies [dff0d59]
1807
+ - Updated dependencies [eecb282]
1808
+ - Updated dependencies [9e25a64]
1809
+ - Updated dependencies [beb499e]
1810
+ - Updated dependencies [146ea39]
1811
+ - Updated dependencies [f2c92d5]
1812
+ - Updated dependencies [7bd3d99]
1813
+ - Updated dependencies [c47be30]
1814
+ - Updated dependencies [e9a46ac]
1815
+ - Updated dependencies [f046f8e0]
1816
+ - Updated dependencies [86d2531]
1817
+ - Updated dependencies [3f9b8d7]
1818
+ - @akinon/next@1.45.0-rc.0
1819
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
1820
+ - @akinon/pz-one-click-checkout@1.45.0-rc.0
1821
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.0
1822
+ - @akinon/pz-click-collect@1.45.0-rc.0
1823
+ - @akinon/pz-masterpass@1.45.0-rc.0
1824
+ - @akinon/pz-akifast@1.45.0-rc.0
1825
+ - @akinon/pz-gpay@1.45.0-rc.0
1826
+ - @akinon/pz-b2b@1.45.0-rc.0
1827
+ - @akinon/pz-bkm@1.45.0-rc.0
1828
+ - @akinon/pz-otp@1.45.0-rc.0
1829
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.0
1830
+ - @akinon/pz-credit-payment@1.45.0-rc.0
361
1831
 
362
1832
  ## 1.44.0
363
1833
 
@@ -381,24 +1851,565 @@
381
1851
 
382
1852
  ### Minor Changes
383
1853
 
1854
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1855
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1856
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1857
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1858
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1859
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
1860
+ - 27a5296: ZERO-2631:Fix Checkbox Click
1861
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1862
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1863
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1864
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
1865
+ - 552ee8a: ZERO-2777: fix link component usage
1866
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1867
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1868
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1869
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1870
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
1871
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1872
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1873
+ - d3474c6: ZERO-2655: Add data source shipping option
1874
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
1875
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1876
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
1877
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1878
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
1879
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1880
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1881
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1882
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1883
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1884
+ - beb499e: ZERO-2551: Add new tsconfig paths
1885
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1886
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1887
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1888
+ - f046f8e0: ZERO-2575: update version for react-number-format
1889
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1890
+
1891
+ ### Patch Changes
1892
+
1893
+ - Updated dependencies [90282b5]
1894
+ - Updated dependencies [50b9069]
1895
+ - Updated dependencies [572d2e8]
1896
+ - Updated dependencies [a4c8d6a9]
1897
+ - Updated dependencies [fda5b92]
1898
+ - Updated dependencies [2d9b2b2]
1899
+ - Updated dependencies [c53ea3e]
1900
+ - Updated dependencies [8d9ac9a]
1901
+ - Updated dependencies [18e8197]
1902
+ - Updated dependencies [714e0b4]
1903
+ - Updated dependencies [70279e7]
1904
+ - Updated dependencies [6c25f66]
1905
+ - Updated dependencies [bc2b411]
1906
+ - Updated dependencies [3bf2dd9]
1907
+ - Updated dependencies [e9541a1]
1908
+ - Updated dependencies [c53ef7b9]
1909
+ - Updated dependencies [9d94f7e]
1910
+ - Updated dependencies [64699d3]
1911
+ - Updated dependencies [0d3a913]
1912
+ - Updated dependencies [1448a96]
1913
+ - Updated dependencies [d6edb1d]
1914
+ - Updated dependencies [d3474c6]
1915
+ - Updated dependencies [75080fd]
1916
+ - Updated dependencies [17f8752]
1917
+ - Updated dependencies [91265bb]
1918
+ - Updated dependencies [bbe18b9]
1919
+ - Updated dependencies [d409996]
1920
+ - Updated dependencies [4920742]
1921
+ - Updated dependencies [69ca080]
1922
+ - Updated dependencies [94b6928]
1923
+ - Updated dependencies [98bb8dc]
1924
+ - Updated dependencies [46b7aad]
1925
+ - Updated dependencies [dcc8a15]
1926
+ - Updated dependencies [fad2768]
1927
+ - Updated dependencies [dff0d59]
1928
+ - Updated dependencies [eecb282]
1929
+ - Updated dependencies [9e25a64]
1930
+ - Updated dependencies [beb499e]
1931
+ - Updated dependencies [146ea39]
1932
+ - Updated dependencies [f2c92d5]
1933
+ - Updated dependencies [7bd3d99]
1934
+ - Updated dependencies [c47be30]
1935
+ - Updated dependencies [e9a46ac]
1936
+ - Updated dependencies [f046f8e0]
1937
+ - Updated dependencies [86d2531]
1938
+ - Updated dependencies [3f9b8d7]
1939
+ - @akinon/next@1.43.0-rc.16
1940
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
1941
+ - @akinon/pz-one-click-checkout@1.43.0-rc.16
1942
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.16
1943
+ - @akinon/pz-click-collect@1.43.0-rc.16
1944
+ - @akinon/pz-masterpass@1.43.0-rc.16
1945
+ - @akinon/pz-akifast@1.43.0-rc.16
1946
+ - @akinon/pz-gpay@1.43.0-rc.16
1947
+ - @akinon/pz-b2b@1.43.0-rc.16
1948
+ - @akinon/pz-bkm@1.43.0-rc.16
1949
+ - @akinon/pz-otp@1.43.0-rc.16
1950
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.16
1951
+ - @akinon/pz-credit-payment@1.43.0-rc.16
1952
+
1953
+ ## 1.43.0-rc.15
1954
+
1955
+ ### Patch Changes
1956
+
1957
+ - @akinon/next@1.43.0-rc.15
1958
+ - @akinon/pz-akifast@1.43.0-rc.15
1959
+ - @akinon/pz-b2b@1.43.0-rc.15
1960
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.15
1961
+ - @akinon/pz-bkm@1.43.0-rc.15
1962
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
1963
+ - @akinon/pz-click-collect@1.43.0-rc.15
1964
+ - @akinon/pz-credit-payment@1.43.0-rc.15
1965
+ - @akinon/pz-gpay@1.43.0-rc.15
1966
+ - @akinon/pz-masterpass@1.43.0-rc.15
1967
+ - @akinon/pz-one-click-checkout@1.43.0-rc.15
1968
+ - @akinon/pz-otp@1.43.0-rc.15
1969
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.15
1970
+
1971
+ ## 1.43.0-rc.14
1972
+
1973
+ ### Patch Changes
1974
+
1975
+ - Updated dependencies [3bf2dd9]
1976
+ - @akinon/next@1.43.0-rc.14
1977
+ - @akinon/pz-akifast@1.43.0-rc.14
1978
+ - @akinon/pz-b2b@1.43.0-rc.14
1979
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.14
1980
+ - @akinon/pz-bkm@1.43.0-rc.14
1981
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
1982
+ - @akinon/pz-click-collect@1.43.0-rc.14
1983
+ - @akinon/pz-credit-payment@1.43.0-rc.14
1984
+ - @akinon/pz-gpay@1.43.0-rc.14
1985
+ - @akinon/pz-masterpass@1.43.0-rc.14
1986
+ - @akinon/pz-one-click-checkout@1.43.0-rc.14
1987
+ - @akinon/pz-otp@1.43.0-rc.14
1988
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.14
1989
+
1990
+ ## 1.43.0-rc.13
1991
+
1992
+ ### Minor Changes
1993
+
1994
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1995
+
1996
+ ### Patch Changes
1997
+
1998
+ - Updated dependencies [9e25a64]
1999
+ - @akinon/next@1.43.0-rc.13
2000
+ - @akinon/pz-akifast@1.43.0-rc.13
2001
+ - @akinon/pz-b2b@1.43.0-rc.13
2002
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.13
2003
+ - @akinon/pz-bkm@1.43.0-rc.13
2004
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
2005
+ - @akinon/pz-click-collect@1.43.0-rc.13
2006
+ - @akinon/pz-credit-payment@1.43.0-rc.13
2007
+ - @akinon/pz-gpay@1.43.0-rc.13
2008
+ - @akinon/pz-masterpass@1.43.0-rc.13
2009
+ - @akinon/pz-one-click-checkout@1.43.0-rc.13
2010
+ - @akinon/pz-otp@1.43.0-rc.13
2011
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.13
2012
+
2013
+ ## 1.43.0-rc.12
2014
+
2015
+ ### Patch Changes
2016
+
2017
+ - Updated dependencies [4920742]
2018
+ - @akinon/next@1.43.0-rc.12
2019
+ - @akinon/pz-akifast@1.43.0-rc.12
2020
+ - @akinon/pz-b2b@1.43.0-rc.12
2021
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.12
2022
+ - @akinon/pz-bkm@1.43.0-rc.12
2023
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
2024
+ - @akinon/pz-click-collect@1.43.0-rc.12
2025
+ - @akinon/pz-credit-payment@1.43.0-rc.12
2026
+ - @akinon/pz-gpay@1.43.0-rc.12
2027
+ - @akinon/pz-masterpass@1.43.0-rc.12
2028
+ - @akinon/pz-one-click-checkout@1.43.0-rc.12
2029
+ - @akinon/pz-otp@1.43.0-rc.12
2030
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.12
2031
+
2032
+ ## 1.43.0-rc.11
2033
+
2034
+ ### Patch Changes
2035
+
2036
+ - Updated dependencies [6c25f66]
2037
+ - @akinon/next@1.43.0-rc.11
2038
+ - @akinon/pz-akifast@1.43.0-rc.11
2039
+ - @akinon/pz-b2b@1.43.0-rc.11
2040
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.11
2041
+ - @akinon/pz-bkm@1.43.0-rc.11
2042
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
2043
+ - @akinon/pz-click-collect@1.43.0-rc.11
2044
+ - @akinon/pz-credit-payment@1.43.0-rc.11
2045
+ - @akinon/pz-gpay@1.43.0-rc.11
2046
+ - @akinon/pz-masterpass@1.43.0-rc.11
2047
+ - @akinon/pz-one-click-checkout@1.43.0-rc.11
2048
+ - @akinon/pz-otp@1.43.0-rc.11
2049
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.11
2050
+
2051
+ ## 1.43.0-rc.10
2052
+
2053
+ ### Patch Changes
2054
+
2055
+ - Updated dependencies [d6edb1d]
2056
+ - @akinon/next@1.43.0-rc.10
2057
+ - @akinon/pz-akifast@1.43.0-rc.10
2058
+ - @akinon/pz-b2b@1.43.0-rc.10
2059
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.10
2060
+ - @akinon/pz-bkm@1.43.0-rc.10
2061
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
2062
+ - @akinon/pz-click-collect@1.43.0-rc.10
2063
+ - @akinon/pz-credit-payment@1.43.0-rc.10
2064
+ - @akinon/pz-gpay@1.43.0-rc.10
2065
+ - @akinon/pz-masterpass@1.43.0-rc.10
2066
+ - @akinon/pz-one-click-checkout@1.43.0-rc.10
2067
+ - @akinon/pz-otp@1.43.0-rc.10
2068
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.10
2069
+
2070
+ ## 1.43.0-rc.9
2071
+
2072
+ ### Minor Changes
2073
+
2074
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
2075
+
2076
+ ### Patch Changes
2077
+
2078
+ - Updated dependencies [bc2b411]
2079
+ - @akinon/next@1.43.0-rc.9
2080
+ - @akinon/pz-akifast@1.43.0-rc.9
2081
+ - @akinon/pz-b2b@1.43.0-rc.9
2082
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.9
2083
+ - @akinon/pz-bkm@1.43.0-rc.9
2084
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
2085
+ - @akinon/pz-click-collect@1.43.0-rc.9
2086
+ - @akinon/pz-credit-payment@1.43.0-rc.9
2087
+ - @akinon/pz-gpay@1.43.0-rc.9
2088
+ - @akinon/pz-masterpass@1.43.0-rc.9
2089
+ - @akinon/pz-one-click-checkout@1.43.0-rc.9
2090
+ - @akinon/pz-otp@1.43.0-rc.9
2091
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.9
2092
+
2093
+ ## 1.43.0-rc.8
2094
+
2095
+ ### Patch Changes
2096
+
2097
+ - Updated dependencies [70279e7]
2098
+ - Updated dependencies [9d94f7e]
2099
+ - @akinon/next@1.43.0-rc.8
2100
+ - @akinon/pz-akifast@1.43.0-rc.8
2101
+ - @akinon/pz-b2b@1.43.0-rc.8
2102
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.8
2103
+ - @akinon/pz-bkm@1.43.0-rc.8
2104
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
2105
+ - @akinon/pz-click-collect@1.43.0-rc.8
2106
+ - @akinon/pz-credit-payment@1.43.0-rc.8
2107
+ - @akinon/pz-gpay@1.43.0-rc.8
2108
+ - @akinon/pz-masterpass@1.43.0-rc.8
2109
+ - @akinon/pz-one-click-checkout@1.43.0-rc.8
2110
+ - @akinon/pz-otp@1.43.0-rc.8
2111
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.8
2112
+
2113
+ ## 1.43.0-rc.7
2114
+
2115
+ ### Patch Changes
2116
+
2117
+ - Updated dependencies [7bd3d99]
2118
+ - @akinon/next@1.43.0-rc.7
2119
+ - @akinon/pz-akifast@1.43.0-rc.7
2120
+ - @akinon/pz-b2b@1.43.0-rc.7
2121
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.7
2122
+ - @akinon/pz-bkm@1.43.0-rc.7
2123
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
2124
+ - @akinon/pz-click-collect@1.43.0-rc.7
2125
+ - @akinon/pz-credit-payment@1.43.0-rc.7
2126
+ - @akinon/pz-gpay@1.43.0-rc.7
2127
+ - @akinon/pz-masterpass@1.43.0-rc.7
2128
+ - @akinon/pz-one-click-checkout@1.43.0-rc.7
2129
+ - @akinon/pz-otp@1.43.0-rc.7
2130
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.7
2131
+
2132
+ ## 1.43.0-rc.6
2133
+
2134
+ ### Minor Changes
2135
+
2136
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2137
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2138
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2139
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2140
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2141
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2142
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2143
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2144
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2145
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2146
+ - 552ee8a: ZERO-2777: fix link component usage
2147
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2148
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2149
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2150
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2151
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2152
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2153
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2154
+ - d3474c6: ZERO-2655: Add data source shipping option
2155
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2156
+ - 75080fd: ZERO-2630: Add max limit to postcode area
2157
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2158
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2159
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2160
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2161
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2162
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
2163
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
384
2164
  - 4a163f2: ZERO-2761: Add condition for basket summary
2165
+ - beb499e: ZERO-2551: Add new tsconfig paths
2166
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2167
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2168
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2169
+ - f046f8e: ZERO-2575: update version for react-number-format
2170
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
385
2171
 
386
2172
  ### Patch Changes
387
2173
 
2174
+ - Updated dependencies [90282b5]
2175
+ - Updated dependencies [50b9069]
2176
+ - Updated dependencies [572d2e8]
2177
+ - Updated dependencies [a4c8d6a]
2178
+ - Updated dependencies [fda5b92]
2179
+ - Updated dependencies [2d9b2b2]
2180
+ - Updated dependencies [c53ea3e]
2181
+ - Updated dependencies [8d9ac9a]
2182
+ - Updated dependencies [18e8197]
2183
+ - Updated dependencies [714e0b4]
2184
+ - Updated dependencies [e9541a1]
2185
+ - Updated dependencies [c53ef7b]
2186
+ - Updated dependencies [64699d3]
2187
+ - Updated dependencies [0d3a913]
2188
+ - Updated dependencies [1448a96]
2189
+ - Updated dependencies [d3474c6]
2190
+ - Updated dependencies [75080fd]
2191
+ - Updated dependencies [17f8752]
2192
+ - Updated dependencies [91265bb]
2193
+ - Updated dependencies [bbe18b9]
2194
+ - Updated dependencies [d409996]
2195
+ - Updated dependencies [69ca080]
2196
+ - Updated dependencies [94b6928]
2197
+ - Updated dependencies [98bb8dc]
2198
+ - Updated dependencies [46b7aad]
2199
+ - Updated dependencies [dcc8a15]
2200
+ - Updated dependencies [fad2768]
2201
+ - Updated dependencies [dff0d59]
2202
+ - Updated dependencies [eecb282]
388
2203
  - Updated dependencies [4a163f2]
389
- - @akinon/next@1.43.0
390
- - @akinon/pz-akifast@1.43.0
391
- - @akinon/pz-b2b@1.43.0
392
- - @akinon/pz-basket-gift-pack@1.43.0
393
- - @akinon/pz-bkm@1.43.0
394
- - @akinon/pz-checkout-gift-pack@1.43.0
395
- - @akinon/pz-click-collect@1.43.0
396
- - @akinon/pz-credit-payment@1.43.0
397
- - @akinon/pz-gpay@1.43.0
398
- - @akinon/pz-masterpass@1.43.0
399
- - @akinon/pz-one-click-checkout@1.43.0
400
- - @akinon/pz-otp@1.43.0
401
- - @akinon/pz-pay-on-delivery@1.43.0
2204
+ - Updated dependencies [beb499e]
2205
+ - Updated dependencies [146ea39]
2206
+ - Updated dependencies [f2c92d5]
2207
+ - Updated dependencies [c47be30]
2208
+ - Updated dependencies [e9a46ac]
2209
+ - Updated dependencies [f046f8e]
2210
+ - Updated dependencies [86d2531]
2211
+ - Updated dependencies [3f9b8d7]
2212
+ - @akinon/next@1.43.0-rc.6
2213
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
2214
+ - @akinon/pz-one-click-checkout@1.43.0-rc.6
2215
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.6
2216
+ - @akinon/pz-click-collect@1.43.0-rc.6
2217
+ - @akinon/pz-masterpass@1.43.0-rc.6
2218
+ - @akinon/pz-akifast@1.43.0-rc.6
2219
+ - @akinon/pz-gpay@1.43.0-rc.6
2220
+ - @akinon/pz-b2b@1.43.0-rc.6
2221
+ - @akinon/pz-bkm@1.43.0-rc.6
2222
+ - @akinon/pz-otp@1.43.0-rc.6
2223
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.6
2224
+ - @akinon/pz-credit-payment@1.43.0-rc.6
2225
+
2226
+ ## 1.43.0-rc.5
2227
+
2228
+ ### Patch Changes
2229
+
2230
+ - Updated dependencies [17f8752]
2231
+ - @akinon/next@1.43.0-rc.5
2232
+ - @akinon/pz-akifast@1.43.0-rc.5
2233
+ - @akinon/pz-b2b@1.43.0-rc.5
2234
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.5
2235
+ - @akinon/pz-bkm@1.43.0-rc.5
2236
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
2237
+ - @akinon/pz-click-collect@1.43.0-rc.5
2238
+ - @akinon/pz-credit-payment@1.43.0-rc.5
2239
+ - @akinon/pz-gpay@1.43.0-rc.5
2240
+ - @akinon/pz-masterpass@1.43.0-rc.5
2241
+ - @akinon/pz-one-click-checkout@1.43.0-rc.5
2242
+ - @akinon/pz-otp@1.43.0-rc.5
2243
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.5
2244
+
2245
+ ## 1.43.0-rc.4
2246
+
2247
+ ### Patch Changes
2248
+
2249
+ - Updated dependencies [3f9b8d7]
2250
+ - @akinon/next@1.43.0-rc.4
2251
+ - @akinon/pz-akifast@1.43.0-rc.4
2252
+ - @akinon/pz-b2b@1.43.0-rc.4
2253
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.4
2254
+ - @akinon/pz-bkm@1.43.0-rc.4
2255
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
2256
+ - @akinon/pz-click-collect@1.43.0-rc.4
2257
+ - @akinon/pz-credit-payment@1.43.0-rc.4
2258
+ - @akinon/pz-gpay@1.43.0-rc.4
2259
+ - @akinon/pz-masterpass@1.43.0-rc.4
2260
+ - @akinon/pz-one-click-checkout@1.43.0-rc.4
2261
+ - @akinon/pz-otp@1.43.0-rc.4
2262
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.4
2263
+
2264
+ ## 1.43.0-rc.3
2265
+
2266
+ ### Minor Changes
2267
+
2268
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
2269
+
2270
+ ### Patch Changes
2271
+
2272
+ - Updated dependencies [64699d3]
2273
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
2274
+ - @akinon/pz-one-click-checkout@1.43.0-rc.3
2275
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.3
2276
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.3
2277
+ - @akinon/pz-credit-payment@1.43.0-rc.3
2278
+ - @akinon/pz-click-collect@1.43.0-rc.3
2279
+ - @akinon/pz-masterpass@1.43.0-rc.3
2280
+ - @akinon/next@1.43.0-rc.3
2281
+ - @akinon/pz-akifast@1.43.0-rc.3
2282
+ - @akinon/pz-gpay@1.43.0-rc.3
2283
+ - @akinon/pz-b2b@1.43.0-rc.3
2284
+ - @akinon/pz-bkm@1.43.0-rc.3
2285
+ - @akinon/pz-otp@1.43.0-rc.3
2286
+
2287
+ ## 1.43.0-rc.2
2288
+
2289
+ ### Patch Changes
2290
+
2291
+ - Updated dependencies [f2c92d5]
2292
+ - @akinon/next@1.43.0-rc.2
2293
+ - @akinon/pz-akifast@1.43.0-rc.2
2294
+ - @akinon/pz-b2b@1.43.0-rc.2
2295
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.2
2296
+ - @akinon/pz-bkm@1.43.0-rc.2
2297
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
2298
+ - @akinon/pz-click-collect@1.43.0-rc.2
2299
+ - @akinon/pz-credit-payment@1.43.0-rc.2
2300
+ - @akinon/pz-gpay@1.43.0-rc.2
2301
+ - @akinon/pz-masterpass@1.43.0-rc.2
2302
+ - @akinon/pz-one-click-checkout@1.43.0-rc.2
2303
+ - @akinon/pz-otp@1.43.0-rc.2
2304
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.2
2305
+
2306
+ ## 1.43.0-rc.1
2307
+
2308
+ ### Minor Changes
2309
+
2310
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
2311
+
2312
+ ### Patch Changes
2313
+
2314
+ - Updated dependencies [eecb282]
2315
+ - @akinon/next@1.43.0-rc.1
2316
+ - @akinon/pz-akifast@1.43.0-rc.1
2317
+ - @akinon/pz-b2b@1.43.0-rc.1
2318
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.1
2319
+ - @akinon/pz-bkm@1.43.0-rc.1
2320
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
2321
+ - @akinon/pz-click-collect@1.43.0-rc.1
2322
+ - @akinon/pz-credit-payment@1.43.0-rc.1
2323
+ - @akinon/pz-gpay@1.43.0-rc.1
2324
+ - @akinon/pz-masterpass@1.43.0-rc.1
2325
+ - @akinon/pz-one-click-checkout@1.43.0-rc.1
2326
+ - @akinon/pz-otp@1.43.0-rc.1
2327
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.1
2328
+
2329
+ ## 1.43.0-rc.0
2330
+
2331
+ ### Minor Changes
2332
+
2333
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
2334
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
2335
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
2336
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
2337
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
2338
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
2339
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2340
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
2341
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
2342
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
2343
+ - 552ee8a: ZERO-2777: fix link component usage
2344
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
2345
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
2346
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
2347
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2348
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
2349
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2350
+ - d3474c6: ZERO-2655: Add data source shipping option
2351
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
2352
+ - 75080fd: ZERO-2630: Add max limit to postcode area
2353
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
2354
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2355
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
2356
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2357
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
2358
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
2359
+ - beb499e: ZERO-2551: Add new tsconfig paths
2360
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
2361
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2362
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
2363
+ - f046f8e: ZERO-2575: update version for react-number-format
2364
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
2365
+
2366
+ ### Patch Changes
2367
+
2368
+ - Updated dependencies [90282b5]
2369
+ - Updated dependencies [50b9069]
2370
+ - Updated dependencies [572d2e8]
2371
+ - Updated dependencies [a4c8d6a]
2372
+ - Updated dependencies [fda5b92]
2373
+ - Updated dependencies [2d9b2b2]
2374
+ - Updated dependencies [c53ea3e]
2375
+ - Updated dependencies [8d9ac9a]
2376
+ - Updated dependencies [18e8197]
2377
+ - Updated dependencies [714e0b4]
2378
+ - Updated dependencies [e9541a1]
2379
+ - Updated dependencies [c53ef7b]
2380
+ - Updated dependencies [0d3a913]
2381
+ - Updated dependencies [1448a96]
2382
+ - Updated dependencies [d3474c6]
2383
+ - Updated dependencies [75080fd]
2384
+ - Updated dependencies [91265bb]
2385
+ - Updated dependencies [bbe18b9]
2386
+ - Updated dependencies [d409996]
2387
+ - Updated dependencies [69ca080]
2388
+ - Updated dependencies [94b6928]
2389
+ - Updated dependencies [98bb8dc]
2390
+ - Updated dependencies [46b7aad]
2391
+ - Updated dependencies [dcc8a15]
2392
+ - Updated dependencies [fad2768]
2393
+ - Updated dependencies [dff0d59]
2394
+ - Updated dependencies [beb499e]
2395
+ - Updated dependencies [146ea39]
2396
+ - Updated dependencies [c47be30]
2397
+ - Updated dependencies [e9a46ac]
2398
+ - Updated dependencies [f046f8e]
2399
+ - Updated dependencies [86d2531]
2400
+ - @akinon/next@1.43.0-rc.0
2401
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
2402
+ - @akinon/pz-one-click-checkout@1.43.0-rc.0
2403
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.0
2404
+ - @akinon/pz-click-collect@1.43.0-rc.0
2405
+ - @akinon/pz-masterpass@1.43.0-rc.0
2406
+ - @akinon/pz-akifast@1.43.0-rc.0
2407
+ - @akinon/pz-gpay@1.43.0-rc.0
2408
+ - @akinon/pz-b2b@1.43.0-rc.0
2409
+ - @akinon/pz-bkm@1.43.0-rc.0
2410
+ - @akinon/pz-otp@1.43.0-rc.0
2411
+ - @akinon/pz-credit-payment@1.43.0-rc.0
2412
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.0
402
2413
 
403
2414
  ## 1.42.0
404
2415
 
@@ -567,13 +2578,301 @@
567
2578
 
568
2579
  ### Patch Changes
569
2580
 
570
- - @akinon/next@1.34.0
571
- - @akinon/pz-b2b@1.34.0
572
- - @akinon/pz-gpay@1.34.0
573
- - @akinon/pz-masterpass@1.34.0
574
- - @akinon/pz-one-click-checkout@1.34.0
575
- - @akinon/pz-otp@1.34.0
576
- - @akinon/pz-pay-on-delivery@1.34.0
2581
+ - Updated dependencies [a4c8d6a]
2582
+ - Updated dependencies [d09b677]
2583
+ - Updated dependencies [6d4aadb]
2584
+ - Updated dependencies [8e6e8cf]
2585
+ - Updated dependencies [c53ef7b]
2586
+ - Updated dependencies [ebb63ce]
2587
+ - Updated dependencies [7cebe87]
2588
+ - Updated dependencies [616690d]
2589
+ - Updated dependencies [f3b595e]
2590
+ - Updated dependencies [91265bb]
2591
+ - Updated dependencies [59fb7c3]
2592
+ - Updated dependencies [bbe18b9]
2593
+ - Updated dependencies [f0c23bc]
2594
+ - Updated dependencies [3420416]
2595
+ - Updated dependencies [495d155]
2596
+ - Updated dependencies [beb499e]
2597
+ - Updated dependencies [6c18543]
2598
+ - Updated dependencies [40ad73e]
2599
+ - Updated dependencies [495d155]
2600
+ - Updated dependencies [f046f8e]
2601
+ - Updated dependencies [6b2972b]
2602
+ - Updated dependencies [3e68768]
2603
+ - @akinon/next@1.34.0-rc.20
2604
+ - @akinon/pz-masterpass@1.34.0-rc.20
2605
+ - @akinon/pz-one-click-checkout@1.34.0-rc.20
2606
+ - @akinon/pz-b2b@1.34.0-rc.20
2607
+ - @akinon/pz-gpay@1.34.0-rc.20
2608
+ - @akinon/pz-otp@1.34.0-rc.20
2609
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.20
2610
+
2611
+ ## 1.34.0-rc.19
2612
+
2613
+ ### Patch Changes
2614
+
2615
+ - Updated dependencies [c53ef7b]
2616
+ - @akinon/next@1.34.0-rc.19
2617
+ - @akinon/pz-b2b@1.34.0-rc.19
2618
+ - @akinon/pz-gpay@1.34.0-rc.19
2619
+ - @akinon/pz-masterpass@1.34.0-rc.19
2620
+ - @akinon/pz-one-click-checkout@1.34.0-rc.19
2621
+ - @akinon/pz-otp@1.34.0-rc.19
2622
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.19
2623
+
2624
+ ## 1.34.0-rc.18
2625
+
2626
+ ### Minor Changes
2627
+
2628
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
2629
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2630
+
2631
+ ### Patch Changes
2632
+
2633
+ - Updated dependencies [a4c8d6a]
2634
+ - @akinon/next@1.34.0-rc.18
2635
+ - @akinon/pz-b2b@1.34.0-rc.18
2636
+ - @akinon/pz-gpay@1.34.0-rc.18
2637
+ - @akinon/pz-masterpass@1.34.0-rc.18
2638
+ - @akinon/pz-one-click-checkout@1.34.0-rc.18
2639
+ - @akinon/pz-otp@1.34.0-rc.18
2640
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.18
2641
+
2642
+ ## 1.34.0-rc.17
2643
+
2644
+ ### Minor Changes
2645
+
2646
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
2647
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
2648
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2649
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
2650
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2651
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
2652
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2653
+ - f0c23bc: ZERO-2135: add custom not found page
2654
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
2655
+ - beb499e: ZERO-2551: Add new tsconfig paths
2656
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
2657
+ - 202f84e: ZERO-2569: Fix static keys
2658
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2659
+ - f046f8e: ZERO-2575: update version for react-number-format
2660
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
2661
+
2662
+ ### Patch Changes
2663
+
2664
+ - Updated dependencies [d09b677]
2665
+ - Updated dependencies [6d4aadb]
2666
+ - Updated dependencies [8e6e8cf]
2667
+ - Updated dependencies [ebb63ce]
2668
+ - Updated dependencies [7cebe87]
2669
+ - Updated dependencies [616690d]
2670
+ - Updated dependencies [f3b595e]
2671
+ - Updated dependencies [91265bb]
2672
+ - Updated dependencies [59fb7c3]
2673
+ - Updated dependencies [bbe18b9]
2674
+ - Updated dependencies [f0c23bc]
2675
+ - Updated dependencies [3420416]
2676
+ - Updated dependencies [495d155]
2677
+ - Updated dependencies [beb499e]
2678
+ - Updated dependencies [6c18543]
2679
+ - Updated dependencies [40ad73e]
2680
+ - Updated dependencies [495d155]
2681
+ - Updated dependencies [f046f8e]
2682
+ - Updated dependencies [6b2972b]
2683
+ - Updated dependencies [3e68768]
2684
+ - @akinon/next@1.34.0-rc.17
2685
+ - @akinon/pz-masterpass@1.34.0-rc.17
2686
+ - @akinon/pz-one-click-checkout@1.34.0-rc.17
2687
+ - @akinon/pz-b2b@1.34.0-rc.17
2688
+ - @akinon/pz-gpay@1.34.0-rc.17
2689
+ - @akinon/pz-otp@1.34.0-rc.17
2690
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.17
2691
+
2692
+ ## 1.34.0-rc.16
2693
+
2694
+ ### Patch Changes
2695
+
2696
+ - @akinon/next@1.34.0-rc.16
2697
+ - @akinon/pz-b2b@1.34.0-rc.16
2698
+ - @akinon/pz-gpay@1.34.0-rc.16
2699
+ - @akinon/pz-masterpass@1.34.0-rc.16
2700
+ - @akinon/pz-one-click-checkout@1.34.0-rc.16
2701
+ - @akinon/pz-otp@1.34.0-rc.16
2702
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.16
2703
+
2704
+ ## 1.34.0-rc.15
2705
+
2706
+ ### Patch Changes
2707
+
2708
+ - @akinon/next@1.34.0-rc.15
2709
+ - @akinon/pz-b2b@1.34.0-rc.15
2710
+ - @akinon/pz-gpay@1.34.0-rc.15
2711
+ - @akinon/pz-masterpass@1.34.0-rc.15
2712
+ - @akinon/pz-one-click-checkout@1.34.0-rc.15
2713
+ - @akinon/pz-otp@1.34.0-rc.15
2714
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.15
2715
+
2716
+ ## 1.34.0-rc.14
2717
+
2718
+ ### Minor Changes
2719
+
2720
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2721
+
2722
+ ### Patch Changes
2723
+
2724
+ - @akinon/next@1.34.0-rc.14
2725
+ - @akinon/pz-b2b@1.34.0-rc.14
2726
+ - @akinon/pz-gpay@1.34.0-rc.14
2727
+ - @akinon/pz-masterpass@1.34.0-rc.14
2728
+ - @akinon/pz-one-click-checkout@1.34.0-rc.14
2729
+ - @akinon/pz-otp@1.34.0-rc.14
2730
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.14
2731
+
2732
+ ## 1.34.0-rc.13
2733
+
2734
+ ### Minor Changes
2735
+
2736
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2737
+
2738
+ ### Patch Changes
2739
+
2740
+ - @akinon/next@1.34.0-rc.13
2741
+ - @akinon/pz-b2b@1.34.0-rc.13
2742
+ - @akinon/pz-gpay@1.34.0-rc.13
2743
+ - @akinon/pz-masterpass@1.34.0-rc.13
2744
+ - @akinon/pz-one-click-checkout@1.34.0-rc.13
2745
+ - @akinon/pz-otp@1.34.0-rc.13
2746
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.13
2747
+
2748
+ ## 1.34.0-rc.12
2749
+
2750
+ ### Patch Changes
2751
+
2752
+ - Updated dependencies [616690d]
2753
+ - @akinon/next@1.34.0-rc.12
2754
+ - @akinon/pz-b2b@1.34.0-rc.12
2755
+ - @akinon/pz-gpay@1.34.0-rc.12
2756
+ - @akinon/pz-masterpass@1.34.0-rc.12
2757
+ - @akinon/pz-one-click-checkout@1.34.0-rc.12
2758
+ - @akinon/pz-otp@1.34.0-rc.12
2759
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.12
2760
+
2761
+ ## 1.34.0-rc.11
2762
+
2763
+ ### Patch Changes
2764
+
2765
+ - Updated dependencies [8e6e8cf]
2766
+ - @akinon/next@1.34.0-rc.11
2767
+ - @akinon/pz-b2b@1.34.0-rc.11
2768
+ - @akinon/pz-gpay@1.34.0-rc.11
2769
+ - @akinon/pz-masterpass@1.34.0-rc.11
2770
+ - @akinon/pz-one-click-checkout@1.34.0-rc.11
2771
+ - @akinon/pz-otp@1.34.0-rc.11
2772
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.11
2773
+
2774
+ ## 1.34.0-rc.10
2775
+
2776
+ ### Patch Changes
2777
+
2778
+ - Updated dependencies [bbe18b9]
2779
+ - @akinon/next@1.34.0-rc.10
2780
+ - @akinon/pz-b2b@1.34.0-rc.10
2781
+ - @akinon/pz-gpay@1.34.0-rc.10
2782
+ - @akinon/pz-masterpass@1.34.0-rc.10
2783
+ - @akinon/pz-one-click-checkout@1.34.0-rc.10
2784
+ - @akinon/pz-otp@1.34.0-rc.10
2785
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.10
2786
+
2787
+ ## 1.34.0-rc.9
2788
+
2789
+ ### Minor Changes
2790
+
2791
+ - beb499e: ZERO-2551: Add new tsconfig paths
2792
+
2793
+ ### Patch Changes
2794
+
2795
+ - Updated dependencies [beb499e]
2796
+ - @akinon/next@1.34.0-rc.9
2797
+ - @akinon/pz-b2b@1.34.0-rc.9
2798
+ - @akinon/pz-gpay@1.34.0-rc.9
2799
+ - @akinon/pz-masterpass@1.34.0-rc.9
2800
+ - @akinon/pz-one-click-checkout@1.34.0-rc.9
2801
+ - @akinon/pz-otp@1.34.0-rc.9
2802
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.9
2803
+
2804
+ ## 1.34.0-rc.8
2805
+
2806
+ ### Minor Changes
2807
+
2808
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
2809
+
2810
+ ### Patch Changes
2811
+
2812
+ - Updated dependencies [91265bb]
2813
+ - @akinon/next@1.34.0-rc.8
2814
+ - @akinon/pz-b2b@1.34.0-rc.8
2815
+ - @akinon/pz-gpay@1.34.0-rc.8
2816
+ - @akinon/pz-masterpass@1.34.0-rc.8
2817
+ - @akinon/pz-one-click-checkout@1.34.0-rc.8
2818
+ - @akinon/pz-otp@1.34.0-rc.8
2819
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.8
2820
+
2821
+ ## 1.34.0-rc.7
2822
+
2823
+ ### Minor Changes
2824
+
2825
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
2826
+
2827
+ ### Patch Changes
2828
+
2829
+ - @akinon/next@1.34.0-rc.7
2830
+ - @akinon/pz-b2b@1.34.0-rc.7
2831
+ - @akinon/pz-gpay@1.34.0-rc.7
2832
+ - @akinon/pz-masterpass@1.34.0-rc.7
2833
+ - @akinon/pz-one-click-checkout@1.34.0-rc.7
2834
+ - @akinon/pz-otp@1.34.0-rc.7
2835
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.7
2836
+
2837
+ ## 1.34.0-rc.6
2838
+
2839
+ ### Minor Changes
2840
+
2841
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
2842
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
2843
+ - 27a5296: ZERO-2631:Fix Checkbox Click
2844
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
2845
+ - f0c23bc: ZERO-2135: add custom not found page
2846
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
2847
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
2848
+ - 202f84e: ZERO-2569: Fix static keys
2849
+ - f046f8e: ZERO-2575: update version for react-number-format
2850
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
2851
+
2852
+ ### Patch Changes
2853
+
2854
+ - Updated dependencies [d09b677]
2855
+ - Updated dependencies [6d4aadb]
2856
+ - Updated dependencies [ebb63ce]
2857
+ - Updated dependencies [7cebe87]
2858
+ - Updated dependencies [f3b595e]
2859
+ - Updated dependencies [59fb7c3]
2860
+ - Updated dependencies [f0c23bc]
2861
+ - Updated dependencies [3420416]
2862
+ - Updated dependencies [495d155]
2863
+ - Updated dependencies [6c18543]
2864
+ - Updated dependencies [40ad73e]
2865
+ - Updated dependencies [495d155]
2866
+ - Updated dependencies [f046f8e]
2867
+ - Updated dependencies [6b2972b]
2868
+ - Updated dependencies [3e68768]
2869
+ - @akinon/next@1.34.0-rc.6
2870
+ - @akinon/pz-masterpass@1.34.0-rc.6
2871
+ - @akinon/pz-one-click-checkout@1.34.0-rc.6
2872
+ - @akinon/pz-b2b@1.34.0-rc.6
2873
+ - @akinon/pz-gpay@1.34.0-rc.6
2874
+ - @akinon/pz-otp@1.34.0-rc.6
2875
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.6
577
2876
 
578
2877
  ## 1.33.2
579
2878