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