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