@akinon/projectzero 1.54.0-rc.0 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +3 -36
  2. package/app-template/.gitignore +0 -2
  3. package/app-template/CHANGELOG.md +84 -1881
  4. package/app-template/package.json +18 -17
  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]/account/address/page.tsx +1 -1
  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 +0 -1
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
  12. package/app-template/src/components/checkbox.tsx +2 -2
  13. package/app-template/src/components/input.tsx +7 -19
  14. package/app-template/src/components/pagination.tsx +18 -13
  15. package/app-template/src/components/price.tsx +4 -9
  16. package/app-template/src/redux/reducers/category.ts +1 -7
  17. package/app-template/src/settings.js +1 -6
  18. package/app-template/src/views/account/address-card.tsx +2 -2
  19. package/app-template/src/views/account/address-form.tsx +7 -22
  20. package/app-template/src/views/account/contact-form.tsx +6 -23
  21. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
  22. package/app-template/src/views/breadcrumb.tsx +1 -4
  23. package/app-template/src/views/category/category-active-filters.tsx +6 -16
  24. package/app-template/src/views/category/category-info.tsx +17 -31
  25. package/app-template/src/views/category/filters/index.tsx +108 -16
  26. package/app-template/src/views/category/layout.tsx +3 -5
  27. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
  28. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
  29. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  30. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  31. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
  32. package/app-template/src/views/header/mobile-menu.tsx +8 -25
  33. package/app-template/tsconfig.json +4 -14
  34. package/commands/create.ts +5 -29
  35. package/dist/commands/create.js +2 -25
  36. package/package.json +2 -2
  37. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
  38. package/app-template/src/views/category/filters/filter-item.tsx +0 -163
@@ -1,109 +1,33 @@
1
1
  # projectzeronext
2
2
 
3
- ## 1.54.0-rc.0
3
+ ## 1.54.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
8
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
9
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
10
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
11
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
12
- - 27a5296d: ZERO-2631:Fix Checkbox Click
13
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
14
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
15
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
16
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
17
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
18
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
19
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
20
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
21
- - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
22
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
23
- - d3474c64: ZERO-2655: Add data source shipping option
24
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
25
- - 75080fd6: ZERO-2630: Add max limit to postcode area
26
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
27
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
28
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
29
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
30
- - dff0d595: ZERO-2659: add formData support to proxy api requests
31
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
32
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
33
- - beb499e6: ZERO-2551: Add new tsconfig paths
34
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
35
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
36
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
37
- - f046f8e0: ZERO-2575: update version for react-number-format
38
- - b9273fd: ZERO-2889: add host headers to requests
39
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies [572d2e84]
44
- - Updated dependencies [5dfeea0]
45
- - Updated dependencies [a4c8d6a9]
46
- - Updated dependencies [fda5b927]
47
- - Updated dependencies [2d9b2b2c]
48
- - Updated dependencies [c53ea3e6]
49
- - Updated dependencies [d93a507]
50
- - Updated dependencies [714e0b46]
51
- - Updated dependencies [6c25f66]
52
- - Updated dependencies [bc2b411]
53
- - Updated dependencies [3bf2dd9]
54
- - Updated dependencies [e9541a1]
55
- - Updated dependencies [c53ef7b9]
56
- - Updated dependencies [2e6104d]
57
- - Updated dependencies [64699d3]
58
- - Updated dependencies [0d3a913e]
59
- - Updated dependencies [1448a96e]
60
- - Updated dependencies [d6edb1d]
61
- - Updated dependencies [d3474c64]
62
- - Updated dependencies [75080fd6]
63
- - Updated dependencies [17f8752]
64
- - Updated dependencies [c45b62c]
65
- - Updated dependencies [91265bba]
66
- - Updated dependencies [bbe18b9f]
67
- - Updated dependencies [d4099960]
68
- - Updated dependencies [4920742]
69
- - Updated dependencies [12a873e]
70
- - Updated dependencies [69ca0801]
71
- - Updated dependencies [7e56d6b]
72
- - Updated dependencies [94b6928]
73
- - Updated dependencies [98bb8dcd]
74
- - Updated dependencies [46b7aad7]
75
- - Updated dependencies [dcc8a150]
76
- - Updated dependencies [8f47cca]
77
- - Updated dependencies [fad27689]
78
- - Updated dependencies [dff0d595]
79
- - Updated dependencies [fdd0b41]
80
- - Updated dependencies [eecb282]
81
- - Updated dependencies [f2c325c]
82
- - Updated dependencies [9e25a64]
83
- - Updated dependencies [beb499e6]
84
- - Updated dependencies [f2c92d5]
85
- - Updated dependencies [7bd3d99]
86
- - Updated dependencies [c47be30d]
87
- - Updated dependencies [e9a46acb]
88
- - Updated dependencies [f046f8e0]
89
- - Updated dependencies [b9273fd]
90
- - Updated dependencies [49eeebf]
91
- - Updated dependencies [86d25315]
92
- - Updated dependencies [c670bd4]
93
- - Updated dependencies [3f9b8d7]
94
- - @akinon/next@1.54.0-rc.0
95
- - @akinon/pz-click-collect@1.54.0-rc.0
96
- - @akinon/pz-checkout-gift-pack@1.54.0-rc.0
97
- - @akinon/pz-one-click-checkout@1.54.0-rc.0
98
- - @akinon/pz-basket-gift-pack@1.54.0-rc.0
99
- - @akinon/pz-pay-on-delivery@1.54.0-rc.0
100
- - @akinon/pz-credit-payment@1.54.0-rc.0
101
- - @akinon/pz-masterpass@1.54.0-rc.0
102
- - @akinon/pz-akifast@1.54.0-rc.0
103
- - @akinon/pz-gpay@1.54.0-rc.0
104
- - @akinon/pz-b2b@1.54.0-rc.0
105
- - @akinon/pz-bkm@1.54.0-rc.0
106
- - @akinon/pz-otp@1.54.0-rc.0
7
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
8
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
9
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
10
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [69ca080]
15
+ - Updated dependencies [46b7aad]
16
+ - Updated dependencies [c47be30]
17
+ - Updated dependencies [e9a46ac]
18
+ - @akinon/pz-checkout-gift-pack@1.54.0
19
+ - @akinon/next@1.54.0
20
+ - @akinon/pz-masterpass@1.54.0
21
+ - @akinon/pz-akifast@1.54.0
22
+ - @akinon/pz-b2b@1.54.0
23
+ - @akinon/pz-basket-gift-pack@1.54.0
24
+ - @akinon/pz-bkm@1.54.0
25
+ - @akinon/pz-click-collect@1.54.0
26
+ - @akinon/pz-credit-payment@1.54.0
27
+ - @akinon/pz-gpay@1.54.0
28
+ - @akinon/pz-one-click-checkout@1.54.0
29
+ - @akinon/pz-otp@1.54.0
30
+ - @akinon/pz-pay-on-delivery@1.54.0
107
31
 
108
32
  ## 1.53.0
109
33
 
@@ -190,220 +114,20 @@
190
114
 
191
115
  ### Patch Changes
192
116
 
193
- - Updated dependencies [90282b53]
194
- - Updated dependencies [50b90692]
195
- - Updated dependencies [572d2e84]
196
- - Updated dependencies [5dfeea0]
197
- - Updated dependencies [a4c8d6a9]
198
- - Updated dependencies [fda5b927]
199
- - Updated dependencies [2d9b2b2]
200
- - Updated dependencies [c53ea3e6]
201
- - Updated dependencies [d93a507]
202
- - Updated dependencies [8d9ac9a]
203
- - Updated dependencies [18e8197]
204
- - Updated dependencies [714e0b46]
205
- - Updated dependencies [70279e7]
206
- - Updated dependencies [6c25f66]
207
- - Updated dependencies [bc2b411]
208
- - Updated dependencies [3bf2dd9]
209
- - Updated dependencies [e9541a1]
210
- - Updated dependencies [c53ef7b9]
211
- - Updated dependencies [9d94f7e]
212
- - Updated dependencies [2e6104d]
213
- - Updated dependencies [64699d3]
214
- - Updated dependencies [0d3a913e]
215
- - Updated dependencies [1448a96e]
216
- - Updated dependencies [1ec2e9d]
217
- - Updated dependencies [d6edb1d]
218
- - Updated dependencies [d3474c64]
219
- - Updated dependencies [75080fd6]
220
- - Updated dependencies [17f8752]
221
- - Updated dependencies [c45b62c]
222
- - Updated dependencies [91265bba]
223
- - Updated dependencies [bbe18b9f]
224
- - Updated dependencies [d4099960]
225
- - Updated dependencies [4920742]
226
- - Updated dependencies [12a873e]
227
- - Updated dependencies [69ca0801]
228
- - Updated dependencies [7e56d6b]
229
- - Updated dependencies [94b6928]
230
- - Updated dependencies [98bb8dcd]
231
- - Updated dependencies [46b7aad7]
232
- - Updated dependencies [dcc8a150]
233
- - Updated dependencies [8f47cca]
234
- - Updated dependencies [fad27689]
235
- - Updated dependencies [dff0d595]
236
- - Updated dependencies [fdd0b41]
237
- - Updated dependencies [eecb282]
238
- - Updated dependencies [f2c325c]
239
- - Updated dependencies [9e25a64]
240
- - Updated dependencies [beb499e6]
241
- - Updated dependencies [146ea391]
242
- - Updated dependencies [f2c92d5]
243
- - Updated dependencies [7bd3d99]
244
- - Updated dependencies [c47be30d]
245
- - Updated dependencies [e9a46acb]
246
- - Updated dependencies [f046f8e0]
247
- - Updated dependencies [b9273fd]
248
- - Updated dependencies [49eeebf]
249
- - Updated dependencies [86d25315]
250
- - Updated dependencies [c670bd4]
251
- - Updated dependencies [3f9b8d7]
252
- - Updated dependencies [3d35f70]
253
- - @akinon/next@1.50.0-rc.2
254
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.2
255
- - @akinon/pz-one-click-checkout@1.50.0-rc.2
256
- - @akinon/pz-basket-gift-pack@1.50.0-rc.2
257
- - @akinon/pz-click-collect@1.50.0-rc.2
258
- - @akinon/pz-masterpass@1.50.0-rc.2
259
- - @akinon/pz-akifast@1.50.0-rc.2
260
- - @akinon/pz-gpay@1.50.0-rc.2
261
- - @akinon/pz-b2b@1.50.0-rc.2
262
- - @akinon/pz-bkm@1.50.0-rc.2
263
- - @akinon/pz-otp@1.50.0-rc.2
264
- - @akinon/pz-pay-on-delivery@1.50.0-rc.2
265
- - @akinon/pz-credit-payment@1.50.0-rc.2
266
-
267
- ## 1.50.0-rc.1
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies [49eeebf]
272
- - @akinon/next@1.50.0-rc.1
273
- - @akinon/pz-akifast@1.50.0-rc.1
274
- - @akinon/pz-b2b@1.50.0-rc.1
275
- - @akinon/pz-basket-gift-pack@1.50.0-rc.1
276
- - @akinon/pz-bkm@1.50.0-rc.1
277
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.1
278
- - @akinon/pz-click-collect@1.50.0-rc.1
279
- - @akinon/pz-credit-payment@1.50.0-rc.1
280
- - @akinon/pz-gpay@1.50.0-rc.1
281
- - @akinon/pz-masterpass@1.50.0-rc.1
282
- - @akinon/pz-one-click-checkout@1.50.0-rc.1
283
- - @akinon/pz-otp@1.50.0-rc.1
284
- - @akinon/pz-pay-on-delivery@1.50.0-rc.1
285
-
286
- ## 1.50.0-rc.0
287
-
288
- ### Minor Changes
289
-
290
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
291
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
292
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
293
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
294
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
295
- - 7521265: ZERO-2787: Fix hover classname for favorite item
296
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
297
- - 27a5296d: ZERO-2631:Fix Checkbox Click
298
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
299
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
300
- - e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
301
- - 52c13732: ZERO-2619: Added fix flag for the staged linter
302
- - 552ee8a: ZERO-2777: fix link component usage
303
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
304
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
305
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
306
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
307
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
308
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
309
- - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
310
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
311
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
312
- - d3474c64: ZERO-2655: Add data source shipping option
313
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
314
- - 75080fd6: ZERO-2630: Add max limit to postcode area
315
- - 9609eb2: ZERO-2779: Upgrade for tailwind
316
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
317
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
318
- - 959e1fa: ZERO-2778: Upgrade for nextjs
319
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
320
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
321
- - dfabc06: ZERO-2836: Upgrade version for tailwind
322
- - dff0d595: ZERO-2659: add formData support to proxy api requests
323
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
324
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
325
- - beb499e6: ZERO-2551: Add new tsconfig paths
326
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
327
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
328
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
329
- - f046f8e0: ZERO-2575: update version for react-number-format
330
- - b9273fd: ZERO-2889: add host headers to requests
331
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
332
-
333
- ### Patch Changes
334
-
335
- - Updated dependencies [90282b53]
336
- - Updated dependencies [50b90692]
337
- - Updated dependencies [572d2e84]
338
- - Updated dependencies [5dfeea0]
339
- - Updated dependencies [a4c8d6a9]
340
- - Updated dependencies [fda5b927]
341
- - Updated dependencies [2d9b2b2]
342
- - Updated dependencies [c53ea3e6]
343
- - Updated dependencies [d93a507]
344
- - Updated dependencies [8d9ac9a]
345
- - Updated dependencies [18e8197]
346
117
  - Updated dependencies [eaf97d6]
347
- - Updated dependencies [714e0b46]
348
- - Updated dependencies [70279e7]
349
- - Updated dependencies [6c25f66]
350
- - Updated dependencies [bc2b411]
351
- - Updated dependencies [3bf2dd9]
352
- - Updated dependencies [e9541a1]
353
- - Updated dependencies [c53ef7b9]
354
- - Updated dependencies [9d94f7e]
355
- - Updated dependencies [2e6104d]
356
- - Updated dependencies [64699d3]
357
- - Updated dependencies [0d3a913e]
358
- - Updated dependencies [1448a96e]
359
- - Updated dependencies [1ec2e9d]
360
- - Updated dependencies [d6edb1d]
361
- - Updated dependencies [d3474c64]
362
- - Updated dependencies [75080fd6]
363
- - Updated dependencies [17f8752]
364
- - Updated dependencies [c45b62c]
365
- - Updated dependencies [91265bba]
366
- - Updated dependencies [bbe18b9f]
367
- - Updated dependencies [d4099960]
368
- - Updated dependencies [4920742]
369
- - Updated dependencies [12a873e]
370
- - Updated dependencies [69ca080]
371
- - Updated dependencies [7e56d6b]
372
- - Updated dependencies [94b6928]
373
- - Updated dependencies [98bb8dcd]
374
- - Updated dependencies [46b7aad7]
375
- - Updated dependencies [dcc8a150]
376
- - Updated dependencies [8f47cca]
377
- - Updated dependencies [fad27689]
378
- - Updated dependencies [dff0d595]
379
- - Updated dependencies [fdd0b41]
380
- - Updated dependencies [eecb282]
381
- - Updated dependencies [f2c325c]
382
- - Updated dependencies [9e25a64]
383
- - Updated dependencies [beb499e6]
384
- - Updated dependencies [146ea391]
385
- - Updated dependencies [f2c92d5]
386
- - Updated dependencies [7bd3d99]
387
- - Updated dependencies [c47be30d]
388
- - Updated dependencies [e9a46acb]
389
- - Updated dependencies [f046f8e0]
390
- - Updated dependencies [b9273fd]
391
- - Updated dependencies [86d25315]
392
- - Updated dependencies [c670bd4]
393
- - Updated dependencies [3f9b8d7]
394
- - @akinon/next@1.50.0-rc.0
395
- - @akinon/pz-checkout-gift-pack@1.50.0-rc.0
396
- - @akinon/pz-one-click-checkout@1.50.0-rc.0
397
- - @akinon/pz-basket-gift-pack@1.50.0-rc.0
398
- - @akinon/pz-click-collect@1.50.0-rc.0
399
- - @akinon/pz-masterpass@1.50.0-rc.0
400
- - @akinon/pz-akifast@1.50.0-rc.0
401
- - @akinon/pz-gpay@1.50.0-rc.0
402
- - @akinon/pz-b2b@1.50.0-rc.0
403
- - @akinon/pz-bkm@1.50.0-rc.0
404
- - @akinon/pz-otp@1.50.0-rc.0
405
- - @akinon/pz-pay-on-delivery@1.50.0-rc.0
406
- - @akinon/pz-credit-payment@1.50.0-rc.0
118
+ - @akinon/next@1.50.0
119
+ - @akinon/pz-akifast@1.50.0
120
+ - @akinon/pz-b2b@1.50.0
121
+ - @akinon/pz-basket-gift-pack@1.50.0
122
+ - @akinon/pz-bkm@1.50.0
123
+ - @akinon/pz-checkout-gift-pack@1.50.0
124
+ - @akinon/pz-click-collect@1.50.0
125
+ - @akinon/pz-credit-payment@1.50.0
126
+ - @akinon/pz-gpay@1.50.0
127
+ - @akinon/pz-masterpass@1.50.0
128
+ - @akinon/pz-one-click-checkout@1.50.0
129
+ - @akinon/pz-otp@1.50.0
130
+ - @akinon/pz-pay-on-delivery@1.50.0
407
131
 
408
132
  ## 1.49.0
409
133
 
@@ -431,480 +155,23 @@
431
155
 
432
156
  ### Minor Changes
433
157
 
434
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
435
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
436
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
437
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
438
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
439
- - 7521265: ZERO-2787: Fix hover classname for favorite item
440
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
441
- - 27a5296d: ZERO-2631:Fix Checkbox Click
442
- - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
443
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
444
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
445
- - 52c13732: ZERO-2619: Added fix flag for the staged linter
446
- - 552ee8a: ZERO-2777: fix link component usage
447
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
448
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
449
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
450
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
451
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
452
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
453
- - 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
454
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
455
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
456
- - d3474c64: ZERO-2655: Add data source shipping option
457
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
458
- - 75080fd6: ZERO-2630: Add max limit to postcode area
459
- - 9609eb2: ZERO-2779: Upgrade for tailwind
460
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
461
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
462
- - 959e1fa: ZERO-2778: Upgrade for nextjs
463
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
464
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
465
- - dfabc06: ZERO-2836: Upgrade version for tailwind
466
- - dff0d595: ZERO-2659: add formData support to proxy api requests
467
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
468
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
469
- - beb499e6: ZERO-2551: Add new tsconfig paths
470
- - fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
471
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
472
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
473
- - f046f8e0: ZERO-2575: update version for react-number-format
474
- - b9273fd: ZERO-2889: add host headers to requests
475
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
476
-
477
- ### Patch Changes
478
-
479
- - Updated dependencies [90282b53]
480
- - Updated dependencies [50b9069]
481
- - Updated dependencies [572d2e84]
482
- - Updated dependencies [5dfeea0]
483
- - Updated dependencies [a4c8d6a9]
484
- - Updated dependencies [fda5b927]
485
- - Updated dependencies [2d9b2b2]
486
- - Updated dependencies [c53ea3e6]
487
- - Updated dependencies [d93a507]
488
- - Updated dependencies [8d9ac9a]
489
- - Updated dependencies [18e8197]
490
- - Updated dependencies [714e0b46]
491
- - Updated dependencies [70279e7]
492
- - Updated dependencies [6c25f66]
493
- - Updated dependencies [bc2b411]
494
- - Updated dependencies [3bf2dd9]
495
- - Updated dependencies [e9541a1]
496
- - Updated dependencies [c53ef7b9]
497
- - Updated dependencies [9d94f7e]
498
- - Updated dependencies [2e6104d]
499
- - Updated dependencies [64699d3]
500
- - Updated dependencies [0d3a913e]
501
- - Updated dependencies [1448a96e]
502
- - Updated dependencies [26b809f]
503
- - Updated dependencies [1ec2e9d]
504
- - Updated dependencies [d6edb1d]
505
- - Updated dependencies [d3474c64]
506
- - Updated dependencies [75080fd6]
507
- - Updated dependencies [17f8752]
508
- - Updated dependencies [c45b62c]
509
- - Updated dependencies [91265bba]
510
- - Updated dependencies [20da358]
511
- - Updated dependencies [bbe18b9f]
512
- - Updated dependencies [d409996]
513
- - Updated dependencies [4920742]
514
- - Updated dependencies [12a873e]
515
- - Updated dependencies [69ca080]
516
- - Updated dependencies [7e56d6b]
517
- - Updated dependencies [94b6928]
518
- - Updated dependencies [98bb8dcd]
519
- - Updated dependencies [46b7aad7]
520
- - Updated dependencies [dcc8a150]
521
- - Updated dependencies [8f47cca]
522
- - Updated dependencies [fad27689]
523
- - Updated dependencies [dff0d595]
524
- - Updated dependencies [fdd0b41]
525
- - Updated dependencies [eecb282]
526
- - Updated dependencies [f2c325c]
527
- - Updated dependencies [9e25a64]
528
- - Updated dependencies [beb499e6]
529
- - Updated dependencies [146ea391]
530
- - Updated dependencies [f2c92d5]
531
- - Updated dependencies [7bd3d99]
532
- - Updated dependencies [c47be30d]
533
- - Updated dependencies [e9a46acb]
534
- - Updated dependencies [f046f8e0]
535
- - Updated dependencies [04115e5]
536
- - Updated dependencies [b9273fd]
537
- - Updated dependencies [fa88889]
538
- - Updated dependencies [86d25315]
539
- - Updated dependencies [c670bd4]
540
- - Updated dependencies [3f9b8d7]
541
- - @akinon/next@1.48.0-rc.8
542
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.8
543
- - @akinon/pz-one-click-checkout@1.48.0-rc.8
544
- - @akinon/pz-basket-gift-pack@1.48.0-rc.8
545
- - @akinon/pz-click-collect@1.48.0-rc.8
546
- - @akinon/pz-masterpass@1.48.0-rc.8
547
- - @akinon/pz-akifast@1.48.0-rc.8
548
- - @akinon/pz-gpay@1.48.0-rc.8
549
- - @akinon/pz-b2b@1.48.0-rc.8
550
- - @akinon/pz-bkm@1.48.0-rc.8
551
- - @akinon/pz-otp@1.48.0-rc.8
552
- - @akinon/pz-pay-on-delivery@1.48.0-rc.8
553
- - @akinon/pz-credit-payment@1.48.0-rc.8
554
-
555
- ## 1.48.0-rc.7
556
-
557
- ### Patch Changes
558
-
559
- - Updated dependencies [26b809f]
560
- - @akinon/next@1.48.0-rc.7
561
- - @akinon/pz-akifast@1.48.0-rc.7
562
- - @akinon/pz-b2b@1.48.0-rc.7
563
- - @akinon/pz-basket-gift-pack@1.48.0-rc.7
564
- - @akinon/pz-bkm@1.48.0-rc.7
565
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.7
566
- - @akinon/pz-click-collect@1.48.0-rc.7
567
- - @akinon/pz-credit-payment@1.48.0-rc.7
568
- - @akinon/pz-gpay@1.48.0-rc.7
569
- - @akinon/pz-masterpass@1.48.0-rc.7
570
- - @akinon/pz-one-click-checkout@1.48.0-rc.7
571
- - @akinon/pz-otp@1.48.0-rc.7
572
- - @akinon/pz-pay-on-delivery@1.48.0-rc.7
573
-
574
- ## 1.48.0-rc.6
575
-
576
- ### Patch Changes
577
-
578
- - Updated dependencies [04115e5]
579
- - @akinon/next@1.48.0-rc.6
580
- - @akinon/pz-akifast@1.48.0-rc.6
581
- - @akinon/pz-b2b@1.48.0-rc.6
582
- - @akinon/pz-basket-gift-pack@1.48.0-rc.6
583
- - @akinon/pz-bkm@1.48.0-rc.6
584
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.6
585
- - @akinon/pz-click-collect@1.48.0-rc.6
586
- - @akinon/pz-credit-payment@1.48.0-rc.6
587
- - @akinon/pz-gpay@1.48.0-rc.6
588
- - @akinon/pz-masterpass@1.48.0-rc.6
589
- - @akinon/pz-one-click-checkout@1.48.0-rc.6
590
- - @akinon/pz-otp@1.48.0-rc.6
591
- - @akinon/pz-pay-on-delivery@1.48.0-rc.6
592
-
593
- ## 1.48.0-rc.5
594
-
595
- ### Patch Changes
596
-
597
- - Updated dependencies [20da358]
598
- - @akinon/next@1.48.0-rc.5
599
- - @akinon/pz-akifast@1.48.0-rc.5
600
- - @akinon/pz-b2b@1.48.0-rc.5
601
- - @akinon/pz-basket-gift-pack@1.48.0-rc.5
602
- - @akinon/pz-bkm@1.48.0-rc.5
603
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.5
604
- - @akinon/pz-click-collect@1.48.0-rc.5
605
- - @akinon/pz-credit-payment@1.48.0-rc.5
606
- - @akinon/pz-gpay@1.48.0-rc.5
607
- - @akinon/pz-masterpass@1.48.0-rc.5
608
- - @akinon/pz-one-click-checkout@1.48.0-rc.5
609
- - @akinon/pz-otp@1.48.0-rc.5
610
- - @akinon/pz-pay-on-delivery@1.48.0-rc.5
611
-
612
- ## 1.48.0-rc.4
613
-
614
- ### Patch Changes
615
-
616
- - Updated dependencies [5dfeea0]
617
- - @akinon/next@1.48.0-rc.4
618
- - @akinon/pz-akifast@1.48.0-rc.4
619
- - @akinon/pz-b2b@1.48.0-rc.4
620
- - @akinon/pz-basket-gift-pack@1.48.0-rc.4
621
- - @akinon/pz-bkm@1.48.0-rc.4
622
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.4
623
- - @akinon/pz-click-collect@1.48.0-rc.4
624
- - @akinon/pz-credit-payment@1.48.0-rc.4
625
- - @akinon/pz-gpay@1.48.0-rc.4
626
- - @akinon/pz-masterpass@1.48.0-rc.4
627
- - @akinon/pz-one-click-checkout@1.48.0-rc.4
628
- - @akinon/pz-otp@1.48.0-rc.4
629
- - @akinon/pz-pay-on-delivery@1.48.0-rc.4
630
-
631
- ## 1.48.0-rc.3
632
-
633
- ### Minor Changes
634
-
635
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
636
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
637
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
638
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
639
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
640
- - 7521265: ZERO-2787: Fix hover classname for favorite item
641
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
642
- - 27a5296d: ZERO-2631:Fix Checkbox Click
643
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
644
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
645
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
646
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
647
- - 552ee8a: ZERO-2777: fix link component usage
648
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
649
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
650
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
651
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
652
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
653
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
654
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
655
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
656
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
657
- - d3474c64: ZERO-2655: Add data source shipping option
658
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
659
- - 75080fd6: ZERO-2630: Add max limit to postcode area
660
- - 9609eb2: ZERO-2779: Upgrade for tailwind
661
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
662
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
663
- - 959e1fa: ZERO-2778: Upgrade for nextjs
664
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
665
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
666
- - dfabc06: ZERO-2836: Upgrade version for tailwind
667
- - dff0d595: ZERO-2659: add formData support to proxy api requests
668
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
669
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
670
- - beb499e6: ZERO-2551: Add new tsconfig paths
671
158
  - f45aa87: ZERO-2904: Upgrade version for tailwindcss
672
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
673
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
674
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
675
- - f046f8e0: ZERO-2575: update version for react-number-format
676
- - b9273fd: ZERO-2889: add host headers to requests
677
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
678
-
679
- ### Patch Changes
680
-
681
- - Updated dependencies [90282b53]
682
- - Updated dependencies [50b9069]
683
- - Updated dependencies [572d2e84]
684
- - Updated dependencies [a4c8d6a9]
685
- - Updated dependencies [fda5b92]
686
- - Updated dependencies [2d9b2b2]
687
- - Updated dependencies [c53ea3e6]
688
- - Updated dependencies [d93a507]
689
- - Updated dependencies [8d9ac9a]
690
- - Updated dependencies [18e8197]
691
- - Updated dependencies [714e0b46]
692
- - Updated dependencies [70279e7]
693
- - Updated dependencies [6c25f66]
694
- - Updated dependencies [bc2b411]
695
- - Updated dependencies [3bf2dd9]
696
- - Updated dependencies [e9541a1]
697
- - Updated dependencies [c53ef7b9]
698
- - Updated dependencies [9d94f7e]
699
- - Updated dependencies [2e6104d]
700
- - Updated dependencies [64699d3]
701
- - Updated dependencies [0d3a913e]
702
- - Updated dependencies [1448a96e]
703
- - Updated dependencies [1ec2e9d]
704
- - Updated dependencies [d6edb1d]
705
- - Updated dependencies [d3474c64]
706
- - Updated dependencies [75080fd6]
707
- - Updated dependencies [17f8752]
708
- - Updated dependencies [c45b62c]
709
- - Updated dependencies [91265bba]
710
- - Updated dependencies [bbe18b9f]
711
- - Updated dependencies [d409996]
712
- - Updated dependencies [4920742]
713
- - Updated dependencies [12a873e]
714
- - Updated dependencies [69ca080]
715
- - Updated dependencies [7e56d6b]
716
- - Updated dependencies [94b6928]
717
- - Updated dependencies [98bb8dcd]
718
- - Updated dependencies [46b7aad]
719
- - Updated dependencies [dcc8a150]
720
- - Updated dependencies [8f47cca]
721
- - Updated dependencies [fad27689]
722
- - Updated dependencies [dff0d595]
723
- - Updated dependencies [fdd0b41]
724
- - Updated dependencies [eecb282]
725
- - Updated dependencies [f2c325c]
726
- - Updated dependencies [9e25a64]
727
- - Updated dependencies [beb499e6]
728
- - Updated dependencies [146ea39]
729
- - Updated dependencies [f2c92d5]
730
- - Updated dependencies [7bd3d99]
731
- - Updated dependencies [c47be30d]
732
- - Updated dependencies [e9a46acb]
733
- - Updated dependencies [f046f8e0]
734
- - Updated dependencies [b9273fd]
735
- - Updated dependencies [86d25315]
736
- - Updated dependencies [c670bd4]
737
- - Updated dependencies [3f9b8d7]
738
- - @akinon/next@1.48.0-rc.3
739
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.3
740
- - @akinon/pz-one-click-checkout@1.48.0-rc.3
741
- - @akinon/pz-basket-gift-pack@1.48.0-rc.3
742
- - @akinon/pz-click-collect@1.48.0-rc.3
743
- - @akinon/pz-masterpass@1.48.0-rc.3
744
- - @akinon/pz-akifast@1.48.0-rc.3
745
- - @akinon/pz-gpay@1.48.0-rc.3
746
- - @akinon/pz-b2b@1.48.0-rc.3
747
- - @akinon/pz-bkm@1.48.0-rc.3
748
- - @akinon/pz-otp@1.48.0-rc.3
749
- - @akinon/pz-pay-on-delivery@1.48.0-rc.3
750
- - @akinon/pz-credit-payment@1.48.0-rc.3
751
-
752
- ## 1.48.0-rc.2
753
-
754
- ### Minor Changes
755
-
756
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
757
-
758
- ### Patch Changes
759
-
760
- - Updated dependencies [2e6104d]
761
- - @akinon/next@1.48.0-rc.2
762
- - @akinon/pz-akifast@1.48.0-rc.2
763
- - @akinon/pz-b2b@1.48.0-rc.2
764
- - @akinon/pz-basket-gift-pack@1.48.0-rc.2
765
- - @akinon/pz-bkm@1.48.0-rc.2
766
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.2
767
- - @akinon/pz-click-collect@1.48.0-rc.2
768
- - @akinon/pz-credit-payment@1.48.0-rc.2
769
- - @akinon/pz-gpay@1.48.0-rc.2
770
- - @akinon/pz-masterpass@1.48.0-rc.2
771
- - @akinon/pz-one-click-checkout@1.48.0-rc.2
772
- - @akinon/pz-otp@1.48.0-rc.2
773
- - @akinon/pz-pay-on-delivery@1.48.0-rc.2
774
-
775
- ## 1.48.0-rc.1
776
-
777
- ### Patch Changes
778
-
779
- - Updated dependencies [fdd0b41]
780
- - @akinon/next@1.48.0-rc.1
781
- - @akinon/pz-akifast@1.48.0-rc.1
782
- - @akinon/pz-b2b@1.48.0-rc.1
783
- - @akinon/pz-basket-gift-pack@1.48.0-rc.1
784
- - @akinon/pz-bkm@1.48.0-rc.1
785
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.1
786
- - @akinon/pz-click-collect@1.48.0-rc.1
787
- - @akinon/pz-credit-payment@1.48.0-rc.1
788
- - @akinon/pz-gpay@1.48.0-rc.1
789
- - @akinon/pz-masterpass@1.48.0-rc.1
790
- - @akinon/pz-one-click-checkout@1.48.0-rc.1
791
- - @akinon/pz-otp@1.48.0-rc.1
792
- - @akinon/pz-pay-on-delivery@1.48.0-rc.1
793
-
794
- ## 1.48.0-rc.0
795
-
796
- ### Minor Changes
797
-
798
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
799
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
800
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
801
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
802
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
803
- - 7521265: ZERO-2787: Fix hover classname for favorite item
804
- - 27a5296d: ZERO-2631:Fix Checkbox Click
805
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
806
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
807
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
808
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
809
- - 552ee8a: ZERO-2777: fix link component usage
810
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
811
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
812
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
813
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
814
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
815
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
816
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
817
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
818
- - d3474c6: ZERO-2655: Add data source shipping option
819
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
820
- - 75080fd6: ZERO-2630: Add max limit to postcode area
821
- - 9609eb2: ZERO-2779: Upgrade for tailwind
822
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
823
- - 959e1fa: ZERO-2778: Upgrade for nextjs
824
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
825
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
826
- - dfabc06: ZERO-2836: Upgrade version for tailwind
827
- - dff0d595: ZERO-2659: add formData support to proxy api requests
828
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
829
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
830
- - beb499e6: ZERO-2551: Add new tsconfig paths
831
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
832
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
833
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
834
- - f046f8e0: ZERO-2575: update version for react-number-format
835
- - b9273fd: ZERO-2889: add host headers to requests
836
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
837
159
 
838
160
  ### Patch Changes
839
161
 
840
- - Updated dependencies [90282b5]
841
- - Updated dependencies [50b9069]
842
- - Updated dependencies [572d2e8]
843
- - Updated dependencies [a4c8d6a9]
844
- - Updated dependencies [fda5b92]
845
- - Updated dependencies [2d9b2b2]
846
- - Updated dependencies [c53ea3e6]
847
- - Updated dependencies [d93a507]
848
- - Updated dependencies [8d9ac9a]
849
- - Updated dependencies [18e8197]
850
- - Updated dependencies [714e0b4]
851
- - Updated dependencies [70279e7]
852
- - Updated dependencies [6c25f66]
853
- - Updated dependencies [bc2b411]
854
- - Updated dependencies [3bf2dd9]
855
- - Updated dependencies [e9541a1]
856
- - Updated dependencies [c53ef7b9]
857
- - Updated dependencies [9d94f7e]
858
- - Updated dependencies [64699d3]
859
- - Updated dependencies [0d3a913]
860
- - Updated dependencies [1448a96e]
861
- - Updated dependencies [1ec2e9d]
862
- - Updated dependencies [d6edb1d]
863
- - Updated dependencies [d3474c6]
864
- - Updated dependencies [75080fd6]
865
- - Updated dependencies [17f8752]
866
- - Updated dependencies [c45b62c]
867
- - Updated dependencies [91265bba]
868
- - Updated dependencies [bbe18b9f]
869
- - Updated dependencies [d409996]
870
- - Updated dependencies [4920742]
871
- - Updated dependencies [12a873e]
872
- - Updated dependencies [69ca080]
873
- - Updated dependencies [7e56d6b]
874
- - Updated dependencies [94b6928]
875
- - Updated dependencies [98bb8dc]
876
- - Updated dependencies [46b7aad]
877
- - Updated dependencies [dcc8a15]
878
- - Updated dependencies [8f47cca]
879
- - Updated dependencies [fad2768]
880
- - Updated dependencies [dff0d595]
881
- - Updated dependencies [eecb282]
882
- - Updated dependencies [f2c325c]
883
- - Updated dependencies [9e25a64]
884
- - Updated dependencies [beb499e6]
885
- - Updated dependencies [146ea39]
886
- - Updated dependencies [f2c92d5]
887
- - Updated dependencies [7bd3d99]
888
- - Updated dependencies [c47be30]
889
- - Updated dependencies [e9a46ac]
890
- - Updated dependencies [f046f8e0]
891
- - Updated dependencies [b9273fd]
892
- - Updated dependencies [86d2531]
893
- - Updated dependencies [c670bd4]
894
- - Updated dependencies [3f9b8d7]
895
- - @akinon/next@1.48.0-rc.0
896
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.0
897
- - @akinon/pz-one-click-checkout@1.48.0-rc.0
898
- - @akinon/pz-basket-gift-pack@1.48.0-rc.0
899
- - @akinon/pz-click-collect@1.48.0-rc.0
900
- - @akinon/pz-masterpass@1.48.0-rc.0
901
- - @akinon/pz-akifast@1.48.0-rc.0
902
- - @akinon/pz-gpay@1.48.0-rc.0
903
- - @akinon/pz-b2b@1.48.0-rc.0
904
- - @akinon/pz-bkm@1.48.0-rc.0
905
- - @akinon/pz-otp@1.48.0-rc.0
906
- - @akinon/pz-pay-on-delivery@1.48.0-rc.0
907
- - @akinon/pz-credit-payment@1.48.0-rc.0
162
+ - @akinon/next@1.48.0
163
+ - @akinon/pz-akifast@1.48.0
164
+ - @akinon/pz-b2b@1.48.0
165
+ - @akinon/pz-basket-gift-pack@1.48.0
166
+ - @akinon/pz-bkm@1.48.0
167
+ - @akinon/pz-checkout-gift-pack@1.48.0
168
+ - @akinon/pz-click-collect@1.48.0
169
+ - @akinon/pz-credit-payment@1.48.0
170
+ - @akinon/pz-gpay@1.48.0
171
+ - @akinon/pz-masterpass@1.48.0
172
+ - @akinon/pz-one-click-checkout@1.48.0
173
+ - @akinon/pz-otp@1.48.0
174
+ - @akinon/pz-pay-on-delivery@1.48.0
908
175
 
909
176
  ## 1.47.0
910
177
 
@@ -952,255 +219,20 @@
952
219
 
953
220
  ### Patch Changes
954
221
 
955
- - Updated dependencies [90282b5]
956
- - Updated dependencies [50b9069]
957
- - Updated dependencies [572d2e8]
958
- - Updated dependencies [a4c8d6a9]
959
- - Updated dependencies [fda5b92]
960
- - Updated dependencies [2d9b2b2]
961
- - Updated dependencies [c53ea3e]
962
- - Updated dependencies [8d9ac9a]
963
- - Updated dependencies [18e8197]
964
- - Updated dependencies [714e0b4]
965
- - Updated dependencies [70279e7]
966
- - Updated dependencies [6c25f66]
967
- - Updated dependencies [bc2b411]
968
- - Updated dependencies [3bf2dd9]
969
- - Updated dependencies [e9541a1]
970
- - Updated dependencies [c53ef7b9]
971
- - Updated dependencies [9d94f7e]
972
- - Updated dependencies [64699d3]
973
- - Updated dependencies [0d3a913]
974
- - Updated dependencies [1448a96e]
975
- - Updated dependencies [d6edb1d]
976
- - Updated dependencies [d3474c6]
977
- - Updated dependencies [75080fd6]
978
- - Updated dependencies [17f8752]
979
- - Updated dependencies [c45b62c]
980
- - Updated dependencies [91265bba]
981
- - Updated dependencies [bbe18b9f]
982
- - Updated dependencies [d409996]
983
- - Updated dependencies [4920742]
984
- - Updated dependencies [69ca080]
985
- - Updated dependencies [7e56d6b]
986
- - Updated dependencies [94b6928]
987
- - Updated dependencies [98bb8dc]
988
- - Updated dependencies [46b7aad]
989
- - Updated dependencies [dcc8a15]
990
- - Updated dependencies [8f47cca]
991
- - Updated dependencies [fad2768]
992
- - Updated dependencies [dff0d595]
993
- - Updated dependencies [eecb282]
994
- - Updated dependencies [f2c325c]
995
- - Updated dependencies [9e25a64]
996
- - Updated dependencies [beb499e6]
997
- - Updated dependencies [948eb42]
998
- - Updated dependencies [146ea39]
999
- - Updated dependencies [f2c92d5]
1000
- - Updated dependencies [7bd3d99]
1001
- - Updated dependencies [c47be30]
1002
- - Updated dependencies [e9a46ac]
1003
- - Updated dependencies [f046f8e0]
1004
- - Updated dependencies [86d2531]
1005
- - Updated dependencies [3f9b8d7]
1006
- - @akinon/next@1.45.0-rc.5
1007
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.5
1008
- - @akinon/pz-one-click-checkout@1.45.0-rc.5
1009
- - @akinon/pz-basket-gift-pack@1.45.0-rc.5
1010
- - @akinon/pz-click-collect@1.45.0-rc.5
1011
- - @akinon/pz-masterpass@1.45.0-rc.5
1012
- - @akinon/pz-akifast@1.45.0-rc.5
1013
- - @akinon/pz-gpay@1.45.0-rc.5
1014
- - @akinon/pz-b2b@1.45.0-rc.5
1015
- - @akinon/pz-bkm@1.45.0-rc.5
1016
- - @akinon/pz-otp@1.45.0-rc.5
1017
- - @akinon/pz-pay-on-delivery@1.45.0-rc.5
1018
- - @akinon/pz-credit-payment@1.45.0-rc.5
1019
-
1020
- ## 1.45.0-rc.4
1021
-
1022
- ### Patch Changes
1023
-
1024
- - Updated dependencies [8f47cca]
1025
- - @akinon/next@1.45.0-rc.4
1026
- - @akinon/pz-akifast@1.45.0-rc.4
1027
- - @akinon/pz-b2b@1.45.0-rc.4
1028
- - @akinon/pz-basket-gift-pack@1.45.0-rc.4
1029
- - @akinon/pz-bkm@1.45.0-rc.4
1030
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.4
1031
- - @akinon/pz-click-collect@1.45.0-rc.4
1032
- - @akinon/pz-credit-payment@1.45.0-rc.4
1033
- - @akinon/pz-gpay@1.45.0-rc.4
1034
- - @akinon/pz-masterpass@1.45.0-rc.4
1035
- - @akinon/pz-one-click-checkout@1.45.0-rc.4
1036
- - @akinon/pz-otp@1.45.0-rc.4
1037
- - @akinon/pz-pay-on-delivery@1.45.0-rc.4
1038
-
1039
- ## 1.45.0-rc.3
1040
-
1041
- ### Patch Changes
1042
-
1043
- - Updated dependencies [948eb42]
1044
- - @akinon/next@1.45.0-rc.3
1045
- - @akinon/pz-akifast@1.45.0-rc.3
1046
- - @akinon/pz-b2b@1.45.0-rc.3
1047
- - @akinon/pz-basket-gift-pack@1.45.0-rc.3
1048
- - @akinon/pz-bkm@1.45.0-rc.3
1049
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.3
1050
- - @akinon/pz-click-collect@1.45.0-rc.3
1051
- - @akinon/pz-credit-payment@1.45.0-rc.3
1052
- - @akinon/pz-gpay@1.45.0-rc.3
1053
- - @akinon/pz-masterpass@1.45.0-rc.3
1054
- - @akinon/pz-one-click-checkout@1.45.0-rc.3
1055
- - @akinon/pz-otp@1.45.0-rc.3
1056
- - @akinon/pz-pay-on-delivery@1.45.0-rc.3
1057
-
1058
- ## 1.45.0-rc.2
1059
-
1060
- ### Minor Changes
1061
-
1062
- - dfabc06: ZERO-2836: Upgrade version for tailwind
1063
-
1064
- ### Patch Changes
1065
-
1066
- - Updated dependencies [c45b62c]
1067
- - Updated dependencies [f2c325c]
1068
- - @akinon/next@1.45.0-rc.2
1069
- - @akinon/pz-b2b@1.45.0-rc.2
1070
- - @akinon/pz-akifast@1.45.0-rc.2
1071
- - @akinon/pz-basket-gift-pack@1.45.0-rc.2
1072
- - @akinon/pz-bkm@1.45.0-rc.2
1073
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.2
1074
- - @akinon/pz-click-collect@1.45.0-rc.2
1075
- - @akinon/pz-credit-payment@1.45.0-rc.2
1076
- - @akinon/pz-gpay@1.45.0-rc.2
1077
- - @akinon/pz-masterpass@1.45.0-rc.2
1078
- - @akinon/pz-one-click-checkout@1.45.0-rc.2
1079
- - @akinon/pz-otp@1.45.0-rc.2
1080
- - @akinon/pz-pay-on-delivery@1.45.0-rc.2
1081
-
1082
- ## 1.45.0-rc.1
1083
-
1084
- ### Patch Changes
1085
-
1086
- - Updated dependencies [7e56d6b]
1087
- - @akinon/next@1.45.0-rc.1
1088
- - @akinon/pz-akifast@1.45.0-rc.1
1089
- - @akinon/pz-b2b@1.45.0-rc.1
1090
- - @akinon/pz-basket-gift-pack@1.45.0-rc.1
1091
- - @akinon/pz-bkm@1.45.0-rc.1
1092
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.1
1093
- - @akinon/pz-click-collect@1.45.0-rc.1
1094
- - @akinon/pz-credit-payment@1.45.0-rc.1
1095
- - @akinon/pz-gpay@1.45.0-rc.1
1096
- - @akinon/pz-masterpass@1.45.0-rc.1
1097
- - @akinon/pz-one-click-checkout@1.45.0-rc.1
1098
- - @akinon/pz-otp@1.45.0-rc.1
1099
- - @akinon/pz-pay-on-delivery@1.45.0-rc.1
1100
-
1101
- ## 1.45.0-rc.0
1102
-
1103
- ### Minor Changes
1104
-
1105
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1106
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1107
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1108
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1109
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1110
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1111
- - 27a5296: ZERO-2631:Fix Checkbox Click
1112
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1113
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1114
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1115
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
1116
- - 552ee8a: ZERO-2777: fix link component usage
1117
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1118
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1119
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1120
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1121
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1122
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1123
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1124
- - d3474c6: ZERO-2655: Add data source shipping option
1125
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
1126
- - 75080fd: ZERO-2630: Add max limit to postcode area
1127
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1128
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1129
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1130
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1131
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1132
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1133
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1134
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1135
- - beb499e: ZERO-2551: Add new tsconfig paths
1136
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1137
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1138
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1139
- - f046f8e0: ZERO-2575: update version for react-number-format
1140
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1141
-
1142
- ### Patch Changes
1143
-
1144
- - Updated dependencies [90282b5]
1145
- - Updated dependencies [50b9069]
1146
- - Updated dependencies [572d2e8]
1147
- - Updated dependencies [a4c8d6a9]
1148
- - Updated dependencies [fda5b92]
1149
- - Updated dependencies [2d9b2b2]
1150
- - Updated dependencies [c53ea3e]
1151
- - Updated dependencies [8d9ac9a]
1152
- - Updated dependencies [18e8197]
1153
- - Updated dependencies [714e0b4]
1154
- - Updated dependencies [70279e7]
1155
- - Updated dependencies [6c25f66]
1156
- - Updated dependencies [bc2b411]
1157
- - Updated dependencies [3bf2dd9]
1158
- - Updated dependencies [e9541a1]
1159
- - Updated dependencies [c53ef7b9]
1160
- - Updated dependencies [9d94f7e]
1161
- - Updated dependencies [64699d3]
1162
- - Updated dependencies [0d3a913]
1163
- - Updated dependencies [1448a96]
1164
222
  - Updated dependencies [2ab6e08]
1165
- - Updated dependencies [d6edb1d]
1166
- - Updated dependencies [d3474c6]
1167
- - Updated dependencies [75080fd]
1168
- - Updated dependencies [17f8752]
1169
- - Updated dependencies [91265bb]
1170
- - Updated dependencies [bbe18b9]
1171
- - Updated dependencies [d409996]
1172
- - Updated dependencies [4920742]
1173
- - Updated dependencies [69ca080]
1174
- - Updated dependencies [94b6928]
1175
- - Updated dependencies [98bb8dc]
1176
- - Updated dependencies [46b7aad]
1177
- - Updated dependencies [dcc8a15]
1178
- - Updated dependencies [fad2768]
1179
- - Updated dependencies [dff0d59]
1180
- - Updated dependencies [eecb282]
1181
- - Updated dependencies [9e25a64]
1182
- - Updated dependencies [beb499e]
1183
- - Updated dependencies [146ea39]
1184
- - Updated dependencies [f2c92d5]
1185
- - Updated dependencies [7bd3d99]
1186
- - Updated dependencies [c47be30]
1187
- - Updated dependencies [e9a46ac]
1188
- - Updated dependencies [f046f8e0]
1189
- - Updated dependencies [86d2531]
1190
- - Updated dependencies [3f9b8d7]
1191
- - @akinon/next@1.45.0-rc.0
1192
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
1193
- - @akinon/pz-one-click-checkout@1.45.0-rc.0
1194
- - @akinon/pz-basket-gift-pack@1.45.0-rc.0
1195
- - @akinon/pz-click-collect@1.45.0-rc.0
1196
- - @akinon/pz-masterpass@1.45.0-rc.0
1197
- - @akinon/pz-akifast@1.45.0-rc.0
1198
- - @akinon/pz-gpay@1.45.0-rc.0
1199
- - @akinon/pz-b2b@1.45.0-rc.0
1200
- - @akinon/pz-bkm@1.45.0-rc.0
1201
- - @akinon/pz-otp@1.45.0-rc.0
1202
- - @akinon/pz-pay-on-delivery@1.45.0-rc.0
1203
- - @akinon/pz-credit-payment@1.45.0-rc.0
223
+ - @akinon/next@1.45.0
224
+ - @akinon/pz-akifast@1.45.0
225
+ - @akinon/pz-b2b@1.45.0
226
+ - @akinon/pz-basket-gift-pack@1.45.0
227
+ - @akinon/pz-bkm@1.45.0
228
+ - @akinon/pz-checkout-gift-pack@1.45.0
229
+ - @akinon/pz-click-collect@1.45.0
230
+ - @akinon/pz-credit-payment@1.45.0
231
+ - @akinon/pz-gpay@1.45.0
232
+ - @akinon/pz-masterpass@1.45.0
233
+ - @akinon/pz-one-click-checkout@1.45.0
234
+ - @akinon/pz-otp@1.45.0
235
+ - @akinon/pz-pay-on-delivery@1.45.0
1204
236
 
1205
237
  ## 1.44.0
1206
238
 
@@ -1224,565 +256,24 @@
1224
256
 
1225
257
  ### Minor Changes
1226
258
 
1227
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1228
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1229
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1230
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1231
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1232
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1233
- - 27a5296: ZERO-2631:Fix Checkbox Click
1234
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1235
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1236
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1237
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
1238
- - 552ee8a: ZERO-2777: fix link component usage
1239
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1240
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1241
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1242
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1243
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1244
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1245
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1246
- - d3474c6: ZERO-2655: Add data source shipping option
1247
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
1248
- - 75080fd: ZERO-2630: Add max limit to postcode area
1249
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1250
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1251
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1252
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1253
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1254
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1255
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1256
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1257
- - beb499e: ZERO-2551: Add new tsconfig paths
1258
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1259
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1260
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1261
- - f046f8e0: ZERO-2575: update version for react-number-format
1262
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1263
-
1264
- ### Patch Changes
1265
-
1266
- - Updated dependencies [90282b5]
1267
- - Updated dependencies [50b9069]
1268
- - Updated dependencies [572d2e8]
1269
- - Updated dependencies [a4c8d6a9]
1270
- - Updated dependencies [fda5b92]
1271
- - Updated dependencies [2d9b2b2]
1272
- - Updated dependencies [c53ea3e]
1273
- - Updated dependencies [8d9ac9a]
1274
- - Updated dependencies [18e8197]
1275
- - Updated dependencies [714e0b4]
1276
- - Updated dependencies [70279e7]
1277
- - Updated dependencies [6c25f66]
1278
- - Updated dependencies [bc2b411]
1279
- - Updated dependencies [3bf2dd9]
1280
- - Updated dependencies [e9541a1]
1281
- - Updated dependencies [c53ef7b9]
1282
- - Updated dependencies [9d94f7e]
1283
- - Updated dependencies [64699d3]
1284
- - Updated dependencies [0d3a913]
1285
- - Updated dependencies [1448a96]
1286
- - Updated dependencies [d6edb1d]
1287
- - Updated dependencies [d3474c6]
1288
- - Updated dependencies [75080fd]
1289
- - Updated dependencies [17f8752]
1290
- - Updated dependencies [91265bb]
1291
- - Updated dependencies [bbe18b9]
1292
- - Updated dependencies [d409996]
1293
- - Updated dependencies [4920742]
1294
- - Updated dependencies [69ca080]
1295
- - Updated dependencies [94b6928]
1296
- - Updated dependencies [98bb8dc]
1297
- - Updated dependencies [46b7aad]
1298
- - Updated dependencies [dcc8a15]
1299
- - Updated dependencies [fad2768]
1300
- - Updated dependencies [dff0d59]
1301
- - Updated dependencies [eecb282]
1302
- - Updated dependencies [9e25a64]
1303
- - Updated dependencies [beb499e]
1304
- - Updated dependencies [146ea39]
1305
- - Updated dependencies [f2c92d5]
1306
- - Updated dependencies [7bd3d99]
1307
- - Updated dependencies [c47be30]
1308
- - Updated dependencies [e9a46ac]
1309
- - Updated dependencies [f046f8e0]
1310
- - Updated dependencies [86d2531]
1311
- - Updated dependencies [3f9b8d7]
1312
- - @akinon/next@1.43.0-rc.16
1313
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
1314
- - @akinon/pz-one-click-checkout@1.43.0-rc.16
1315
- - @akinon/pz-basket-gift-pack@1.43.0-rc.16
1316
- - @akinon/pz-click-collect@1.43.0-rc.16
1317
- - @akinon/pz-masterpass@1.43.0-rc.16
1318
- - @akinon/pz-akifast@1.43.0-rc.16
1319
- - @akinon/pz-gpay@1.43.0-rc.16
1320
- - @akinon/pz-b2b@1.43.0-rc.16
1321
- - @akinon/pz-bkm@1.43.0-rc.16
1322
- - @akinon/pz-otp@1.43.0-rc.16
1323
- - @akinon/pz-pay-on-delivery@1.43.0-rc.16
1324
- - @akinon/pz-credit-payment@1.43.0-rc.16
1325
-
1326
- ## 1.43.0-rc.15
1327
-
1328
- ### Patch Changes
1329
-
1330
- - @akinon/next@1.43.0-rc.15
1331
- - @akinon/pz-akifast@1.43.0-rc.15
1332
- - @akinon/pz-b2b@1.43.0-rc.15
1333
- - @akinon/pz-basket-gift-pack@1.43.0-rc.15
1334
- - @akinon/pz-bkm@1.43.0-rc.15
1335
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
1336
- - @akinon/pz-click-collect@1.43.0-rc.15
1337
- - @akinon/pz-credit-payment@1.43.0-rc.15
1338
- - @akinon/pz-gpay@1.43.0-rc.15
1339
- - @akinon/pz-masterpass@1.43.0-rc.15
1340
- - @akinon/pz-one-click-checkout@1.43.0-rc.15
1341
- - @akinon/pz-otp@1.43.0-rc.15
1342
- - @akinon/pz-pay-on-delivery@1.43.0-rc.15
1343
-
1344
- ## 1.43.0-rc.14
1345
-
1346
- ### Patch Changes
1347
-
1348
- - Updated dependencies [3bf2dd9]
1349
- - @akinon/next@1.43.0-rc.14
1350
- - @akinon/pz-akifast@1.43.0-rc.14
1351
- - @akinon/pz-b2b@1.43.0-rc.14
1352
- - @akinon/pz-basket-gift-pack@1.43.0-rc.14
1353
- - @akinon/pz-bkm@1.43.0-rc.14
1354
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
1355
- - @akinon/pz-click-collect@1.43.0-rc.14
1356
- - @akinon/pz-credit-payment@1.43.0-rc.14
1357
- - @akinon/pz-gpay@1.43.0-rc.14
1358
- - @akinon/pz-masterpass@1.43.0-rc.14
1359
- - @akinon/pz-one-click-checkout@1.43.0-rc.14
1360
- - @akinon/pz-otp@1.43.0-rc.14
1361
- - @akinon/pz-pay-on-delivery@1.43.0-rc.14
1362
-
1363
- ## 1.43.0-rc.13
1364
-
1365
- ### Minor Changes
1366
-
1367
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1368
-
1369
- ### Patch Changes
1370
-
1371
- - Updated dependencies [9e25a64]
1372
- - @akinon/next@1.43.0-rc.13
1373
- - @akinon/pz-akifast@1.43.0-rc.13
1374
- - @akinon/pz-b2b@1.43.0-rc.13
1375
- - @akinon/pz-basket-gift-pack@1.43.0-rc.13
1376
- - @akinon/pz-bkm@1.43.0-rc.13
1377
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
1378
- - @akinon/pz-click-collect@1.43.0-rc.13
1379
- - @akinon/pz-credit-payment@1.43.0-rc.13
1380
- - @akinon/pz-gpay@1.43.0-rc.13
1381
- - @akinon/pz-masterpass@1.43.0-rc.13
1382
- - @akinon/pz-one-click-checkout@1.43.0-rc.13
1383
- - @akinon/pz-otp@1.43.0-rc.13
1384
- - @akinon/pz-pay-on-delivery@1.43.0-rc.13
1385
-
1386
- ## 1.43.0-rc.12
1387
-
1388
- ### Patch Changes
1389
-
1390
- - Updated dependencies [4920742]
1391
- - @akinon/next@1.43.0-rc.12
1392
- - @akinon/pz-akifast@1.43.0-rc.12
1393
- - @akinon/pz-b2b@1.43.0-rc.12
1394
- - @akinon/pz-basket-gift-pack@1.43.0-rc.12
1395
- - @akinon/pz-bkm@1.43.0-rc.12
1396
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
1397
- - @akinon/pz-click-collect@1.43.0-rc.12
1398
- - @akinon/pz-credit-payment@1.43.0-rc.12
1399
- - @akinon/pz-gpay@1.43.0-rc.12
1400
- - @akinon/pz-masterpass@1.43.0-rc.12
1401
- - @akinon/pz-one-click-checkout@1.43.0-rc.12
1402
- - @akinon/pz-otp@1.43.0-rc.12
1403
- - @akinon/pz-pay-on-delivery@1.43.0-rc.12
1404
-
1405
- ## 1.43.0-rc.11
1406
-
1407
- ### Patch Changes
1408
-
1409
- - Updated dependencies [6c25f66]
1410
- - @akinon/next@1.43.0-rc.11
1411
- - @akinon/pz-akifast@1.43.0-rc.11
1412
- - @akinon/pz-b2b@1.43.0-rc.11
1413
- - @akinon/pz-basket-gift-pack@1.43.0-rc.11
1414
- - @akinon/pz-bkm@1.43.0-rc.11
1415
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
1416
- - @akinon/pz-click-collect@1.43.0-rc.11
1417
- - @akinon/pz-credit-payment@1.43.0-rc.11
1418
- - @akinon/pz-gpay@1.43.0-rc.11
1419
- - @akinon/pz-masterpass@1.43.0-rc.11
1420
- - @akinon/pz-one-click-checkout@1.43.0-rc.11
1421
- - @akinon/pz-otp@1.43.0-rc.11
1422
- - @akinon/pz-pay-on-delivery@1.43.0-rc.11
1423
-
1424
- ## 1.43.0-rc.10
1425
-
1426
- ### Patch Changes
1427
-
1428
- - Updated dependencies [d6edb1d]
1429
- - @akinon/next@1.43.0-rc.10
1430
- - @akinon/pz-akifast@1.43.0-rc.10
1431
- - @akinon/pz-b2b@1.43.0-rc.10
1432
- - @akinon/pz-basket-gift-pack@1.43.0-rc.10
1433
- - @akinon/pz-bkm@1.43.0-rc.10
1434
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
1435
- - @akinon/pz-click-collect@1.43.0-rc.10
1436
- - @akinon/pz-credit-payment@1.43.0-rc.10
1437
- - @akinon/pz-gpay@1.43.0-rc.10
1438
- - @akinon/pz-masterpass@1.43.0-rc.10
1439
- - @akinon/pz-one-click-checkout@1.43.0-rc.10
1440
- - @akinon/pz-otp@1.43.0-rc.10
1441
- - @akinon/pz-pay-on-delivery@1.43.0-rc.10
1442
-
1443
- ## 1.43.0-rc.9
1444
-
1445
- ### Minor Changes
1446
-
1447
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1448
-
1449
- ### Patch Changes
1450
-
1451
- - Updated dependencies [bc2b411]
1452
- - @akinon/next@1.43.0-rc.9
1453
- - @akinon/pz-akifast@1.43.0-rc.9
1454
- - @akinon/pz-b2b@1.43.0-rc.9
1455
- - @akinon/pz-basket-gift-pack@1.43.0-rc.9
1456
- - @akinon/pz-bkm@1.43.0-rc.9
1457
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
1458
- - @akinon/pz-click-collect@1.43.0-rc.9
1459
- - @akinon/pz-credit-payment@1.43.0-rc.9
1460
- - @akinon/pz-gpay@1.43.0-rc.9
1461
- - @akinon/pz-masterpass@1.43.0-rc.9
1462
- - @akinon/pz-one-click-checkout@1.43.0-rc.9
1463
- - @akinon/pz-otp@1.43.0-rc.9
1464
- - @akinon/pz-pay-on-delivery@1.43.0-rc.9
1465
-
1466
- ## 1.43.0-rc.8
1467
-
1468
- ### Patch Changes
1469
-
1470
- - Updated dependencies [70279e7]
1471
- - Updated dependencies [9d94f7e]
1472
- - @akinon/next@1.43.0-rc.8
1473
- - @akinon/pz-akifast@1.43.0-rc.8
1474
- - @akinon/pz-b2b@1.43.0-rc.8
1475
- - @akinon/pz-basket-gift-pack@1.43.0-rc.8
1476
- - @akinon/pz-bkm@1.43.0-rc.8
1477
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
1478
- - @akinon/pz-click-collect@1.43.0-rc.8
1479
- - @akinon/pz-credit-payment@1.43.0-rc.8
1480
- - @akinon/pz-gpay@1.43.0-rc.8
1481
- - @akinon/pz-masterpass@1.43.0-rc.8
1482
- - @akinon/pz-one-click-checkout@1.43.0-rc.8
1483
- - @akinon/pz-otp@1.43.0-rc.8
1484
- - @akinon/pz-pay-on-delivery@1.43.0-rc.8
1485
-
1486
- ## 1.43.0-rc.7
1487
-
1488
- ### Patch Changes
1489
-
1490
- - Updated dependencies [7bd3d99]
1491
- - @akinon/next@1.43.0-rc.7
1492
- - @akinon/pz-akifast@1.43.0-rc.7
1493
- - @akinon/pz-b2b@1.43.0-rc.7
1494
- - @akinon/pz-basket-gift-pack@1.43.0-rc.7
1495
- - @akinon/pz-bkm@1.43.0-rc.7
1496
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
1497
- - @akinon/pz-click-collect@1.43.0-rc.7
1498
- - @akinon/pz-credit-payment@1.43.0-rc.7
1499
- - @akinon/pz-gpay@1.43.0-rc.7
1500
- - @akinon/pz-masterpass@1.43.0-rc.7
1501
- - @akinon/pz-one-click-checkout@1.43.0-rc.7
1502
- - @akinon/pz-otp@1.43.0-rc.7
1503
- - @akinon/pz-pay-on-delivery@1.43.0-rc.7
1504
-
1505
- ## 1.43.0-rc.6
1506
-
1507
- ### Minor Changes
1508
-
1509
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1510
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1511
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1512
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1513
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1514
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1515
- - 27a5296: ZERO-2631:Fix Checkbox Click
1516
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1517
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1518
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
1519
- - 552ee8a: ZERO-2777: fix link component usage
1520
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1521
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1522
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1523
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1524
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1525
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1526
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1527
- - d3474c6: ZERO-2655: Add data source shipping option
1528
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
1529
- - 75080fd: ZERO-2630: Add max limit to postcode area
1530
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1531
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1532
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1533
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1534
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1535
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1536
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1537
259
  - 4a163f2: ZERO-2761: Add condition for basket summary
1538
- - beb499e: ZERO-2551: Add new tsconfig paths
1539
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1540
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1541
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1542
- - f046f8e: ZERO-2575: update version for react-number-format
1543
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1544
260
 
1545
261
  ### Patch Changes
1546
262
 
1547
- - Updated dependencies [90282b5]
1548
- - Updated dependencies [50b9069]
1549
- - Updated dependencies [572d2e8]
1550
- - Updated dependencies [a4c8d6a]
1551
- - Updated dependencies [fda5b92]
1552
- - Updated dependencies [2d9b2b2]
1553
- - Updated dependencies [c53ea3e]
1554
- - Updated dependencies [8d9ac9a]
1555
- - Updated dependencies [18e8197]
1556
- - Updated dependencies [714e0b4]
1557
- - Updated dependencies [e9541a1]
1558
- - Updated dependencies [c53ef7b]
1559
- - Updated dependencies [64699d3]
1560
- - Updated dependencies [0d3a913]
1561
- - Updated dependencies [1448a96]
1562
- - Updated dependencies [d3474c6]
1563
- - Updated dependencies [75080fd]
1564
- - Updated dependencies [17f8752]
1565
- - Updated dependencies [91265bb]
1566
- - Updated dependencies [bbe18b9]
1567
- - Updated dependencies [d409996]
1568
- - Updated dependencies [69ca080]
1569
- - Updated dependencies [94b6928]
1570
- - Updated dependencies [98bb8dc]
1571
- - Updated dependencies [46b7aad]
1572
- - Updated dependencies [dcc8a15]
1573
- - Updated dependencies [fad2768]
1574
- - Updated dependencies [dff0d59]
1575
- - Updated dependencies [eecb282]
1576
263
  - Updated dependencies [4a163f2]
1577
- - Updated dependencies [beb499e]
1578
- - Updated dependencies [146ea39]
1579
- - Updated dependencies [f2c92d5]
1580
- - Updated dependencies [c47be30]
1581
- - Updated dependencies [e9a46ac]
1582
- - Updated dependencies [f046f8e]
1583
- - Updated dependencies [86d2531]
1584
- - Updated dependencies [3f9b8d7]
1585
- - @akinon/next@1.43.0-rc.6
1586
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
1587
- - @akinon/pz-one-click-checkout@1.43.0-rc.6
1588
- - @akinon/pz-basket-gift-pack@1.43.0-rc.6
1589
- - @akinon/pz-click-collect@1.43.0-rc.6
1590
- - @akinon/pz-masterpass@1.43.0-rc.6
1591
- - @akinon/pz-akifast@1.43.0-rc.6
1592
- - @akinon/pz-gpay@1.43.0-rc.6
1593
- - @akinon/pz-b2b@1.43.0-rc.6
1594
- - @akinon/pz-bkm@1.43.0-rc.6
1595
- - @akinon/pz-otp@1.43.0-rc.6
1596
- - @akinon/pz-pay-on-delivery@1.43.0-rc.6
1597
- - @akinon/pz-credit-payment@1.43.0-rc.6
1598
-
1599
- ## 1.43.0-rc.5
1600
-
1601
- ### Patch Changes
1602
-
1603
- - Updated dependencies [17f8752]
1604
- - @akinon/next@1.43.0-rc.5
1605
- - @akinon/pz-akifast@1.43.0-rc.5
1606
- - @akinon/pz-b2b@1.43.0-rc.5
1607
- - @akinon/pz-basket-gift-pack@1.43.0-rc.5
1608
- - @akinon/pz-bkm@1.43.0-rc.5
1609
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
1610
- - @akinon/pz-click-collect@1.43.0-rc.5
1611
- - @akinon/pz-credit-payment@1.43.0-rc.5
1612
- - @akinon/pz-gpay@1.43.0-rc.5
1613
- - @akinon/pz-masterpass@1.43.0-rc.5
1614
- - @akinon/pz-one-click-checkout@1.43.0-rc.5
1615
- - @akinon/pz-otp@1.43.0-rc.5
1616
- - @akinon/pz-pay-on-delivery@1.43.0-rc.5
1617
-
1618
- ## 1.43.0-rc.4
1619
-
1620
- ### Patch Changes
1621
-
1622
- - Updated dependencies [3f9b8d7]
1623
- - @akinon/next@1.43.0-rc.4
1624
- - @akinon/pz-akifast@1.43.0-rc.4
1625
- - @akinon/pz-b2b@1.43.0-rc.4
1626
- - @akinon/pz-basket-gift-pack@1.43.0-rc.4
1627
- - @akinon/pz-bkm@1.43.0-rc.4
1628
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
1629
- - @akinon/pz-click-collect@1.43.0-rc.4
1630
- - @akinon/pz-credit-payment@1.43.0-rc.4
1631
- - @akinon/pz-gpay@1.43.0-rc.4
1632
- - @akinon/pz-masterpass@1.43.0-rc.4
1633
- - @akinon/pz-one-click-checkout@1.43.0-rc.4
1634
- - @akinon/pz-otp@1.43.0-rc.4
1635
- - @akinon/pz-pay-on-delivery@1.43.0-rc.4
1636
-
1637
- ## 1.43.0-rc.3
1638
-
1639
- ### Minor Changes
1640
-
1641
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1642
-
1643
- ### Patch Changes
1644
-
1645
- - Updated dependencies [64699d3]
1646
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
1647
- - @akinon/pz-one-click-checkout@1.43.0-rc.3
1648
- - @akinon/pz-basket-gift-pack@1.43.0-rc.3
1649
- - @akinon/pz-pay-on-delivery@1.43.0-rc.3
1650
- - @akinon/pz-credit-payment@1.43.0-rc.3
1651
- - @akinon/pz-click-collect@1.43.0-rc.3
1652
- - @akinon/pz-masterpass@1.43.0-rc.3
1653
- - @akinon/next@1.43.0-rc.3
1654
- - @akinon/pz-akifast@1.43.0-rc.3
1655
- - @akinon/pz-gpay@1.43.0-rc.3
1656
- - @akinon/pz-b2b@1.43.0-rc.3
1657
- - @akinon/pz-bkm@1.43.0-rc.3
1658
- - @akinon/pz-otp@1.43.0-rc.3
1659
-
1660
- ## 1.43.0-rc.2
1661
-
1662
- ### Patch Changes
1663
-
1664
- - Updated dependencies [f2c92d5]
1665
- - @akinon/next@1.43.0-rc.2
1666
- - @akinon/pz-akifast@1.43.0-rc.2
1667
- - @akinon/pz-b2b@1.43.0-rc.2
1668
- - @akinon/pz-basket-gift-pack@1.43.0-rc.2
1669
- - @akinon/pz-bkm@1.43.0-rc.2
1670
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
1671
- - @akinon/pz-click-collect@1.43.0-rc.2
1672
- - @akinon/pz-credit-payment@1.43.0-rc.2
1673
- - @akinon/pz-gpay@1.43.0-rc.2
1674
- - @akinon/pz-masterpass@1.43.0-rc.2
1675
- - @akinon/pz-one-click-checkout@1.43.0-rc.2
1676
- - @akinon/pz-otp@1.43.0-rc.2
1677
- - @akinon/pz-pay-on-delivery@1.43.0-rc.2
1678
-
1679
- ## 1.43.0-rc.1
1680
-
1681
- ### Minor Changes
1682
-
1683
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1684
-
1685
- ### Patch Changes
1686
-
1687
- - Updated dependencies [eecb282]
1688
- - @akinon/next@1.43.0-rc.1
1689
- - @akinon/pz-akifast@1.43.0-rc.1
1690
- - @akinon/pz-b2b@1.43.0-rc.1
1691
- - @akinon/pz-basket-gift-pack@1.43.0-rc.1
1692
- - @akinon/pz-bkm@1.43.0-rc.1
1693
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
1694
- - @akinon/pz-click-collect@1.43.0-rc.1
1695
- - @akinon/pz-credit-payment@1.43.0-rc.1
1696
- - @akinon/pz-gpay@1.43.0-rc.1
1697
- - @akinon/pz-masterpass@1.43.0-rc.1
1698
- - @akinon/pz-one-click-checkout@1.43.0-rc.1
1699
- - @akinon/pz-otp@1.43.0-rc.1
1700
- - @akinon/pz-pay-on-delivery@1.43.0-rc.1
1701
-
1702
- ## 1.43.0-rc.0
1703
-
1704
- ### Minor Changes
1705
-
1706
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1707
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1708
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1709
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1710
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1711
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1712
- - 27a5296: ZERO-2631:Fix Checkbox Click
1713
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1714
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1715
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
1716
- - 552ee8a: ZERO-2777: fix link component usage
1717
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1718
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1719
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1720
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1721
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1722
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1723
- - d3474c6: ZERO-2655: Add data source shipping option
1724
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
1725
- - 75080fd: ZERO-2630: Add max limit to postcode area
1726
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1727
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1728
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1729
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1730
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1731
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1732
- - beb499e: ZERO-2551: Add new tsconfig paths
1733
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1734
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1735
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1736
- - f046f8e: ZERO-2575: update version for react-number-format
1737
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1738
-
1739
- ### Patch Changes
1740
-
1741
- - Updated dependencies [90282b5]
1742
- - Updated dependencies [50b9069]
1743
- - Updated dependencies [572d2e8]
1744
- - Updated dependencies [a4c8d6a]
1745
- - Updated dependencies [fda5b92]
1746
- - Updated dependencies [2d9b2b2]
1747
- - Updated dependencies [c53ea3e]
1748
- - Updated dependencies [8d9ac9a]
1749
- - Updated dependencies [18e8197]
1750
- - Updated dependencies [714e0b4]
1751
- - Updated dependencies [e9541a1]
1752
- - Updated dependencies [c53ef7b]
1753
- - Updated dependencies [0d3a913]
1754
- - Updated dependencies [1448a96]
1755
- - Updated dependencies [d3474c6]
1756
- - Updated dependencies [75080fd]
1757
- - Updated dependencies [91265bb]
1758
- - Updated dependencies [bbe18b9]
1759
- - Updated dependencies [d409996]
1760
- - Updated dependencies [69ca080]
1761
- - Updated dependencies [94b6928]
1762
- - Updated dependencies [98bb8dc]
1763
- - Updated dependencies [46b7aad]
1764
- - Updated dependencies [dcc8a15]
1765
- - Updated dependencies [fad2768]
1766
- - Updated dependencies [dff0d59]
1767
- - Updated dependencies [beb499e]
1768
- - Updated dependencies [146ea39]
1769
- - Updated dependencies [c47be30]
1770
- - Updated dependencies [e9a46ac]
1771
- - Updated dependencies [f046f8e]
1772
- - Updated dependencies [86d2531]
1773
- - @akinon/next@1.43.0-rc.0
1774
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
1775
- - @akinon/pz-one-click-checkout@1.43.0-rc.0
1776
- - @akinon/pz-basket-gift-pack@1.43.0-rc.0
1777
- - @akinon/pz-click-collect@1.43.0-rc.0
1778
- - @akinon/pz-masterpass@1.43.0-rc.0
1779
- - @akinon/pz-akifast@1.43.0-rc.0
1780
- - @akinon/pz-gpay@1.43.0-rc.0
1781
- - @akinon/pz-b2b@1.43.0-rc.0
1782
- - @akinon/pz-bkm@1.43.0-rc.0
1783
- - @akinon/pz-otp@1.43.0-rc.0
1784
- - @akinon/pz-credit-payment@1.43.0-rc.0
1785
- - @akinon/pz-pay-on-delivery@1.43.0-rc.0
264
+ - @akinon/next@1.43.0
265
+ - @akinon/pz-akifast@1.43.0
266
+ - @akinon/pz-b2b@1.43.0
267
+ - @akinon/pz-basket-gift-pack@1.43.0
268
+ - @akinon/pz-bkm@1.43.0
269
+ - @akinon/pz-checkout-gift-pack@1.43.0
270
+ - @akinon/pz-click-collect@1.43.0
271
+ - @akinon/pz-credit-payment@1.43.0
272
+ - @akinon/pz-gpay@1.43.0
273
+ - @akinon/pz-masterpass@1.43.0
274
+ - @akinon/pz-one-click-checkout@1.43.0
275
+ - @akinon/pz-otp@1.43.0
276
+ - @akinon/pz-pay-on-delivery@1.43.0
1786
277
 
1787
278
  ## 1.42.0
1788
279
 
@@ -1951,301 +442,13 @@
1951
442
 
1952
443
  ### Patch Changes
1953
444
 
1954
- - Updated dependencies [a4c8d6a]
1955
- - Updated dependencies [d09b677]
1956
- - Updated dependencies [6d4aadb]
1957
- - Updated dependencies [8e6e8cf]
1958
- - Updated dependencies [c53ef7b]
1959
- - Updated dependencies [ebb63ce]
1960
- - Updated dependencies [7cebe87]
1961
- - Updated dependencies [616690d]
1962
- - Updated dependencies [f3b595e]
1963
- - Updated dependencies [91265bb]
1964
- - Updated dependencies [59fb7c3]
1965
- - Updated dependencies [bbe18b9]
1966
- - Updated dependencies [f0c23bc]
1967
- - Updated dependencies [3420416]
1968
- - Updated dependencies [495d155]
1969
- - Updated dependencies [beb499e]
1970
- - Updated dependencies [6c18543]
1971
- - Updated dependencies [40ad73e]
1972
- - Updated dependencies [495d155]
1973
- - Updated dependencies [f046f8e]
1974
- - Updated dependencies [6b2972b]
1975
- - Updated dependencies [3e68768]
1976
- - @akinon/next@1.34.0-rc.20
1977
- - @akinon/pz-masterpass@1.34.0-rc.20
1978
- - @akinon/pz-one-click-checkout@1.34.0-rc.20
1979
- - @akinon/pz-b2b@1.34.0-rc.20
1980
- - @akinon/pz-gpay@1.34.0-rc.20
1981
- - @akinon/pz-otp@1.34.0-rc.20
1982
- - @akinon/pz-pay-on-delivery@1.34.0-rc.20
1983
-
1984
- ## 1.34.0-rc.19
1985
-
1986
- ### Patch Changes
1987
-
1988
- - Updated dependencies [c53ef7b]
1989
- - @akinon/next@1.34.0-rc.19
1990
- - @akinon/pz-b2b@1.34.0-rc.19
1991
- - @akinon/pz-gpay@1.34.0-rc.19
1992
- - @akinon/pz-masterpass@1.34.0-rc.19
1993
- - @akinon/pz-one-click-checkout@1.34.0-rc.19
1994
- - @akinon/pz-otp@1.34.0-rc.19
1995
- - @akinon/pz-pay-on-delivery@1.34.0-rc.19
1996
-
1997
- ## 1.34.0-rc.18
1998
-
1999
- ### Minor Changes
2000
-
2001
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
2002
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
2003
-
2004
- ### Patch Changes
2005
-
2006
- - Updated dependencies [a4c8d6a]
2007
- - @akinon/next@1.34.0-rc.18
2008
- - @akinon/pz-b2b@1.34.0-rc.18
2009
- - @akinon/pz-gpay@1.34.0-rc.18
2010
- - @akinon/pz-masterpass@1.34.0-rc.18
2011
- - @akinon/pz-one-click-checkout@1.34.0-rc.18
2012
- - @akinon/pz-otp@1.34.0-rc.18
2013
- - @akinon/pz-pay-on-delivery@1.34.0-rc.18
2014
-
2015
- ## 1.34.0-rc.17
2016
-
2017
- ### Minor Changes
2018
-
2019
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
2020
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
2021
- - 27a5296: ZERO-2631:Fix Checkbox Click
2022
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
2023
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2024
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
2025
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
2026
- - f0c23bc: ZERO-2135: add custom not found page
2027
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
2028
- - beb499e: ZERO-2551: Add new tsconfig paths
2029
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
2030
- - 202f84e: ZERO-2569: Fix static keys
2031
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2032
- - f046f8e: ZERO-2575: update version for react-number-format
2033
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
2034
-
2035
- ### Patch Changes
2036
-
2037
- - Updated dependencies [d09b677]
2038
- - Updated dependencies [6d4aadb]
2039
- - Updated dependencies [8e6e8cf]
2040
- - Updated dependencies [ebb63ce]
2041
- - Updated dependencies [7cebe87]
2042
- - Updated dependencies [616690d]
2043
- - Updated dependencies [f3b595e]
2044
- - Updated dependencies [91265bb]
2045
- - Updated dependencies [59fb7c3]
2046
- - Updated dependencies [bbe18b9]
2047
- - Updated dependencies [f0c23bc]
2048
- - Updated dependencies [3420416]
2049
- - Updated dependencies [495d155]
2050
- - Updated dependencies [beb499e]
2051
- - Updated dependencies [6c18543]
2052
- - Updated dependencies [40ad73e]
2053
- - Updated dependencies [495d155]
2054
- - Updated dependencies [f046f8e]
2055
- - Updated dependencies [6b2972b]
2056
- - Updated dependencies [3e68768]
2057
- - @akinon/next@1.34.0-rc.17
2058
- - @akinon/pz-masterpass@1.34.0-rc.17
2059
- - @akinon/pz-one-click-checkout@1.34.0-rc.17
2060
- - @akinon/pz-b2b@1.34.0-rc.17
2061
- - @akinon/pz-gpay@1.34.0-rc.17
2062
- - @akinon/pz-otp@1.34.0-rc.17
2063
- - @akinon/pz-pay-on-delivery@1.34.0-rc.17
2064
-
2065
- ## 1.34.0-rc.16
2066
-
2067
- ### Patch Changes
2068
-
2069
- - @akinon/next@1.34.0-rc.16
2070
- - @akinon/pz-b2b@1.34.0-rc.16
2071
- - @akinon/pz-gpay@1.34.0-rc.16
2072
- - @akinon/pz-masterpass@1.34.0-rc.16
2073
- - @akinon/pz-one-click-checkout@1.34.0-rc.16
2074
- - @akinon/pz-otp@1.34.0-rc.16
2075
- - @akinon/pz-pay-on-delivery@1.34.0-rc.16
2076
-
2077
- ## 1.34.0-rc.15
2078
-
2079
- ### Patch Changes
2080
-
2081
- - @akinon/next@1.34.0-rc.15
2082
- - @akinon/pz-b2b@1.34.0-rc.15
2083
- - @akinon/pz-gpay@1.34.0-rc.15
2084
- - @akinon/pz-masterpass@1.34.0-rc.15
2085
- - @akinon/pz-one-click-checkout@1.34.0-rc.15
2086
- - @akinon/pz-otp@1.34.0-rc.15
2087
- - @akinon/pz-pay-on-delivery@1.34.0-rc.15
2088
-
2089
- ## 1.34.0-rc.14
2090
-
2091
- ### Minor Changes
2092
-
2093
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
2094
-
2095
- ### Patch Changes
2096
-
2097
- - @akinon/next@1.34.0-rc.14
2098
- - @akinon/pz-b2b@1.34.0-rc.14
2099
- - @akinon/pz-gpay@1.34.0-rc.14
2100
- - @akinon/pz-masterpass@1.34.0-rc.14
2101
- - @akinon/pz-one-click-checkout@1.34.0-rc.14
2102
- - @akinon/pz-otp@1.34.0-rc.14
2103
- - @akinon/pz-pay-on-delivery@1.34.0-rc.14
2104
-
2105
- ## 1.34.0-rc.13
2106
-
2107
- ### Minor Changes
2108
-
2109
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
2110
-
2111
- ### Patch Changes
2112
-
2113
- - @akinon/next@1.34.0-rc.13
2114
- - @akinon/pz-b2b@1.34.0-rc.13
2115
- - @akinon/pz-gpay@1.34.0-rc.13
2116
- - @akinon/pz-masterpass@1.34.0-rc.13
2117
- - @akinon/pz-one-click-checkout@1.34.0-rc.13
2118
- - @akinon/pz-otp@1.34.0-rc.13
2119
- - @akinon/pz-pay-on-delivery@1.34.0-rc.13
2120
-
2121
- ## 1.34.0-rc.12
2122
-
2123
- ### Patch Changes
2124
-
2125
- - Updated dependencies [616690d]
2126
- - @akinon/next@1.34.0-rc.12
2127
- - @akinon/pz-b2b@1.34.0-rc.12
2128
- - @akinon/pz-gpay@1.34.0-rc.12
2129
- - @akinon/pz-masterpass@1.34.0-rc.12
2130
- - @akinon/pz-one-click-checkout@1.34.0-rc.12
2131
- - @akinon/pz-otp@1.34.0-rc.12
2132
- - @akinon/pz-pay-on-delivery@1.34.0-rc.12
2133
-
2134
- ## 1.34.0-rc.11
2135
-
2136
- ### Patch Changes
2137
-
2138
- - Updated dependencies [8e6e8cf]
2139
- - @akinon/next@1.34.0-rc.11
2140
- - @akinon/pz-b2b@1.34.0-rc.11
2141
- - @akinon/pz-gpay@1.34.0-rc.11
2142
- - @akinon/pz-masterpass@1.34.0-rc.11
2143
- - @akinon/pz-one-click-checkout@1.34.0-rc.11
2144
- - @akinon/pz-otp@1.34.0-rc.11
2145
- - @akinon/pz-pay-on-delivery@1.34.0-rc.11
2146
-
2147
- ## 1.34.0-rc.10
2148
-
2149
- ### Patch Changes
2150
-
2151
- - Updated dependencies [bbe18b9]
2152
- - @akinon/next@1.34.0-rc.10
2153
- - @akinon/pz-b2b@1.34.0-rc.10
2154
- - @akinon/pz-gpay@1.34.0-rc.10
2155
- - @akinon/pz-masterpass@1.34.0-rc.10
2156
- - @akinon/pz-one-click-checkout@1.34.0-rc.10
2157
- - @akinon/pz-otp@1.34.0-rc.10
2158
- - @akinon/pz-pay-on-delivery@1.34.0-rc.10
2159
-
2160
- ## 1.34.0-rc.9
2161
-
2162
- ### Minor Changes
2163
-
2164
- - beb499e: ZERO-2551: Add new tsconfig paths
2165
-
2166
- ### Patch Changes
2167
-
2168
- - Updated dependencies [beb499e]
2169
- - @akinon/next@1.34.0-rc.9
2170
- - @akinon/pz-b2b@1.34.0-rc.9
2171
- - @akinon/pz-gpay@1.34.0-rc.9
2172
- - @akinon/pz-masterpass@1.34.0-rc.9
2173
- - @akinon/pz-one-click-checkout@1.34.0-rc.9
2174
- - @akinon/pz-otp@1.34.0-rc.9
2175
- - @akinon/pz-pay-on-delivery@1.34.0-rc.9
2176
-
2177
- ## 1.34.0-rc.8
2178
-
2179
- ### Minor Changes
2180
-
2181
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
2182
-
2183
- ### Patch Changes
2184
-
2185
- - Updated dependencies [91265bb]
2186
- - @akinon/next@1.34.0-rc.8
2187
- - @akinon/pz-b2b@1.34.0-rc.8
2188
- - @akinon/pz-gpay@1.34.0-rc.8
2189
- - @akinon/pz-masterpass@1.34.0-rc.8
2190
- - @akinon/pz-one-click-checkout@1.34.0-rc.8
2191
- - @akinon/pz-otp@1.34.0-rc.8
2192
- - @akinon/pz-pay-on-delivery@1.34.0-rc.8
2193
-
2194
- ## 1.34.0-rc.7
2195
-
2196
- ### Minor Changes
2197
-
2198
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
2199
-
2200
- ### Patch Changes
2201
-
2202
- - @akinon/next@1.34.0-rc.7
2203
- - @akinon/pz-b2b@1.34.0-rc.7
2204
- - @akinon/pz-gpay@1.34.0-rc.7
2205
- - @akinon/pz-masterpass@1.34.0-rc.7
2206
- - @akinon/pz-one-click-checkout@1.34.0-rc.7
2207
- - @akinon/pz-otp@1.34.0-rc.7
2208
- - @akinon/pz-pay-on-delivery@1.34.0-rc.7
2209
-
2210
- ## 1.34.0-rc.6
2211
-
2212
- ### Minor Changes
2213
-
2214
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
2215
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
2216
- - 27a5296: ZERO-2631:Fix Checkbox Click
2217
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
2218
- - f0c23bc: ZERO-2135: add custom not found page
2219
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
2220
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
2221
- - 202f84e: ZERO-2569: Fix static keys
2222
- - f046f8e: ZERO-2575: update version for react-number-format
2223
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
2224
-
2225
- ### Patch Changes
2226
-
2227
- - Updated dependencies [d09b677]
2228
- - Updated dependencies [6d4aadb]
2229
- - Updated dependencies [ebb63ce]
2230
- - Updated dependencies [7cebe87]
2231
- - Updated dependencies [f3b595e]
2232
- - Updated dependencies [59fb7c3]
2233
- - Updated dependencies [f0c23bc]
2234
- - Updated dependencies [3420416]
2235
- - Updated dependencies [495d155]
2236
- - Updated dependencies [6c18543]
2237
- - Updated dependencies [40ad73e]
2238
- - Updated dependencies [495d155]
2239
- - Updated dependencies [f046f8e]
2240
- - Updated dependencies [6b2972b]
2241
- - Updated dependencies [3e68768]
2242
- - @akinon/next@1.34.0-rc.6
2243
- - @akinon/pz-masterpass@1.34.0-rc.6
2244
- - @akinon/pz-one-click-checkout@1.34.0-rc.6
2245
- - @akinon/pz-b2b@1.34.0-rc.6
2246
- - @akinon/pz-gpay@1.34.0-rc.6
2247
- - @akinon/pz-otp@1.34.0-rc.6
2248
- - @akinon/pz-pay-on-delivery@1.34.0-rc.6
445
+ - @akinon/next@1.34.0
446
+ - @akinon/pz-b2b@1.34.0
447
+ - @akinon/pz-gpay@1.34.0
448
+ - @akinon/pz-masterpass@1.34.0
449
+ - @akinon/pz-one-click-checkout@1.34.0
450
+ - @akinon/pz-otp@1.34.0
451
+ - @akinon/pz-pay-on-delivery@1.34.0
2249
452
 
2250
453
  ## 1.33.2
2251
454