@akinon/projectzero 1.43.0 → 1.45.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +3 -2
  3. package/app-template/.lintstagedrc.js +5 -4
  4. package/app-template/CHANGELOG.md +971 -20
  5. package/app-template/build.sh +0 -0
  6. package/app-template/docs/basic-setup.md +1 -1
  7. package/app-template/docs/plugins.md +7 -7
  8. package/app-template/package-lock.json +29303 -0
  9. package/app-template/package.json +23 -21
  10. package/app-template/public/locales/en/account.json +4 -4
  11. package/app-template/public/locales/tr/account.json +1 -1
  12. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +8 -0
  13. package/app-template/src/app/[commerce]/[locale]/[currency]/account/address/page.tsx +1 -1
  14. package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
  15. package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +1 -0
  16. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +5 -2
  17. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +12 -8
  18. package/app-template/src/components/checkbox.tsx +2 -2
  19. package/app-template/src/components/input.tsx +19 -7
  20. package/app-template/src/components/price.tsx +9 -4
  21. package/app-template/src/redux/reducers/category.ts +7 -1
  22. package/app-template/src/settings.js +6 -1
  23. package/app-template/src/views/account/address-card.tsx +2 -2
  24. package/app-template/src/views/account/address-form.tsx +22 -7
  25. package/app-template/src/views/account/contact-form.tsx +23 -6
  26. package/app-template/src/views/account/favorite-item.tsx +2 -2
  27. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +5 -1
  28. package/app-template/src/views/breadcrumb.tsx +4 -1
  29. package/app-template/src/views/category/category-info.tsx +31 -17
  30. package/app-template/src/views/category/filters/filter-item.tsx +131 -0
  31. package/app-template/src/views/category/filters/index.tsx +5 -105
  32. package/app-template/src/views/category/layout.tsx +5 -3
  33. package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +33 -4
  34. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +43 -37
  35. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +19 -3
  36. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  37. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  38. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +230 -37
  39. package/app-template/src/views/find-in-store/index.tsx +2 -3
  40. package/app-template/src/views/header/mobile-menu.tsx +25 -8
  41. package/app-template/tsconfig.json +14 -4
  42. package/app-template/yarn.lock +1824 -1953
  43. package/commands/create.ts +31 -5
  44. package/dist/commands/create.js +26 -2
  45. package/package.json +2 -2
@@ -1,27 +1,690 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.45.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
8
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
9
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
10
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
11
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
12
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
13
+ - 27a5296: ZERO-2631:Fix Checkbox Click
14
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
15
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
16
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
17
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
18
+ - 552ee8a: ZERO-2777: fix link component usage
19
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
20
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
21
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
22
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
23
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
24
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
25
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
26
+ - d3474c6: ZERO-2655: Add data source shipping option
27
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
28
+ - 75080fd: ZERO-2630: Add max limit to postcode area
29
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
30
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
31
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
32
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
33
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
34
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
35
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
36
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
37
+ - beb499e: ZERO-2551: Add new tsconfig paths
38
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
39
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
40
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
41
+ - f046f8e0: ZERO-2575: update version for react-number-format
42
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [90282b5]
47
+ - Updated dependencies [50b9069]
48
+ - Updated dependencies [572d2e8]
49
+ - Updated dependencies [a4c8d6a9]
50
+ - Updated dependencies [fda5b92]
51
+ - Updated dependencies [2d9b2b2]
52
+ - Updated dependencies [c53ea3e]
53
+ - Updated dependencies [8d9ac9a]
54
+ - Updated dependencies [18e8197]
55
+ - Updated dependencies [714e0b4]
56
+ - Updated dependencies [70279e7]
57
+ - Updated dependencies [6c25f66]
58
+ - Updated dependencies [bc2b411]
59
+ - Updated dependencies [3bf2dd9]
60
+ - Updated dependencies [e9541a1]
61
+ - Updated dependencies [c53ef7b9]
62
+ - Updated dependencies [9d94f7e]
63
+ - Updated dependencies [64699d3]
64
+ - Updated dependencies [0d3a913]
65
+ - Updated dependencies [1448a96]
66
+ - Updated dependencies [2ab6e08]
67
+ - Updated dependencies [d6edb1d]
68
+ - Updated dependencies [d3474c6]
69
+ - Updated dependencies [75080fd]
70
+ - Updated dependencies [17f8752]
71
+ - Updated dependencies [91265bb]
72
+ - Updated dependencies [bbe18b9]
73
+ - Updated dependencies [d409996]
74
+ - Updated dependencies [4920742]
75
+ - Updated dependencies [69ca080]
76
+ - Updated dependencies [94b6928]
77
+ - Updated dependencies [98bb8dc]
78
+ - Updated dependencies [46b7aad]
79
+ - Updated dependencies [dcc8a15]
80
+ - Updated dependencies [fad2768]
81
+ - Updated dependencies [dff0d59]
82
+ - Updated dependencies [eecb282]
83
+ - Updated dependencies [9e25a64]
84
+ - Updated dependencies [beb499e]
85
+ - Updated dependencies [146ea39]
86
+ - Updated dependencies [f2c92d5]
87
+ - Updated dependencies [7bd3d99]
88
+ - Updated dependencies [c47be30]
89
+ - Updated dependencies [e9a46ac]
90
+ - Updated dependencies [f046f8e0]
91
+ - Updated dependencies [86d2531]
92
+ - Updated dependencies [3f9b8d7]
93
+ - @akinon/next@1.45.0-rc.0
94
+ - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
95
+ - @akinon/pz-one-click-checkout@1.45.0-rc.0
96
+ - @akinon/pz-basket-gift-pack@1.45.0-rc.0
97
+ - @akinon/pz-click-collect@1.45.0-rc.0
98
+ - @akinon/pz-masterpass@1.45.0-rc.0
99
+ - @akinon/pz-akifast@1.45.0-rc.0
100
+ - @akinon/pz-gpay@1.45.0-rc.0
101
+ - @akinon/pz-b2b@1.45.0-rc.0
102
+ - @akinon/pz-bkm@1.45.0-rc.0
103
+ - @akinon/pz-otp@1.45.0-rc.0
104
+ - @akinon/pz-pay-on-delivery@1.45.0-rc.0
105
+ - @akinon/pz-credit-payment@1.45.0-rc.0
106
+
107
+ ## 1.44.0
108
+
109
+ ### Patch Changes
110
+
111
+ - @akinon/next@1.44.0
112
+ - @akinon/pz-akifast@1.44.0
113
+ - @akinon/pz-b2b@1.44.0
114
+ - @akinon/pz-basket-gift-pack@1.44.0
115
+ - @akinon/pz-bkm@1.44.0
116
+ - @akinon/pz-checkout-gift-pack@1.44.0
117
+ - @akinon/pz-click-collect@1.44.0
118
+ - @akinon/pz-credit-payment@1.44.0
119
+ - @akinon/pz-gpay@1.44.0
120
+ - @akinon/pz-masterpass@1.44.0
121
+ - @akinon/pz-one-click-checkout@1.44.0
122
+ - @akinon/pz-otp@1.44.0
123
+ - @akinon/pz-pay-on-delivery@1.44.0
124
+
3
125
  ## 1.43.0
4
126
 
5
127
  ### Minor Changes
6
128
 
129
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
130
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
131
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
132
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
133
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
134
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
135
+ - 27a5296: ZERO-2631:Fix Checkbox Click
136
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
137
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
138
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
139
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
140
+ - 552ee8a: ZERO-2777: fix link component usage
141
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
142
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
143
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
144
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
145
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
146
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
147
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
148
+ - d3474c6: ZERO-2655: Add data source shipping option
149
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
150
+ - 75080fd: ZERO-2630: Add max limit to postcode area
151
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
152
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
153
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
154
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
155
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
156
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
157
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
158
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
159
+ - beb499e: ZERO-2551: Add new tsconfig paths
160
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
161
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
162
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
163
+ - f046f8e0: ZERO-2575: update version for react-number-format
164
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
165
+
166
+ ### Patch Changes
167
+
168
+ - Updated dependencies [90282b5]
169
+ - Updated dependencies [50b9069]
170
+ - Updated dependencies [572d2e8]
171
+ - Updated dependencies [a4c8d6a9]
172
+ - Updated dependencies [fda5b92]
173
+ - Updated dependencies [2d9b2b2]
174
+ - Updated dependencies [c53ea3e]
175
+ - Updated dependencies [8d9ac9a]
176
+ - Updated dependencies [18e8197]
177
+ - Updated dependencies [714e0b4]
178
+ - Updated dependencies [70279e7]
179
+ - Updated dependencies [6c25f66]
180
+ - Updated dependencies [bc2b411]
181
+ - Updated dependencies [3bf2dd9]
182
+ - Updated dependencies [e9541a1]
183
+ - Updated dependencies [c53ef7b9]
184
+ - Updated dependencies [9d94f7e]
185
+ - Updated dependencies [64699d3]
186
+ - Updated dependencies [0d3a913]
187
+ - Updated dependencies [1448a96]
188
+ - Updated dependencies [d6edb1d]
189
+ - Updated dependencies [d3474c6]
190
+ - Updated dependencies [75080fd]
191
+ - Updated dependencies [17f8752]
192
+ - Updated dependencies [91265bb]
193
+ - Updated dependencies [bbe18b9]
194
+ - Updated dependencies [d409996]
195
+ - Updated dependencies [4920742]
196
+ - Updated dependencies [69ca080]
197
+ - Updated dependencies [94b6928]
198
+ - Updated dependencies [98bb8dc]
199
+ - Updated dependencies [46b7aad]
200
+ - Updated dependencies [dcc8a15]
201
+ - Updated dependencies [fad2768]
202
+ - Updated dependencies [dff0d59]
203
+ - Updated dependencies [eecb282]
204
+ - Updated dependencies [9e25a64]
205
+ - Updated dependencies [beb499e]
206
+ - Updated dependencies [146ea39]
207
+ - Updated dependencies [f2c92d5]
208
+ - Updated dependencies [7bd3d99]
209
+ - Updated dependencies [c47be30]
210
+ - Updated dependencies [e9a46ac]
211
+ - Updated dependencies [f046f8e0]
212
+ - Updated dependencies [86d2531]
213
+ - Updated dependencies [3f9b8d7]
214
+ - @akinon/next@1.43.0-rc.16
215
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
216
+ - @akinon/pz-one-click-checkout@1.43.0-rc.16
217
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.16
218
+ - @akinon/pz-click-collect@1.43.0-rc.16
219
+ - @akinon/pz-masterpass@1.43.0-rc.16
220
+ - @akinon/pz-akifast@1.43.0-rc.16
221
+ - @akinon/pz-gpay@1.43.0-rc.16
222
+ - @akinon/pz-b2b@1.43.0-rc.16
223
+ - @akinon/pz-bkm@1.43.0-rc.16
224
+ - @akinon/pz-otp@1.43.0-rc.16
225
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.16
226
+ - @akinon/pz-credit-payment@1.43.0-rc.16
227
+
228
+ ## 1.43.0-rc.15
229
+
230
+ ### Patch Changes
231
+
232
+ - @akinon/next@1.43.0-rc.15
233
+ - @akinon/pz-akifast@1.43.0-rc.15
234
+ - @akinon/pz-b2b@1.43.0-rc.15
235
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.15
236
+ - @akinon/pz-bkm@1.43.0-rc.15
237
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
238
+ - @akinon/pz-click-collect@1.43.0-rc.15
239
+ - @akinon/pz-credit-payment@1.43.0-rc.15
240
+ - @akinon/pz-gpay@1.43.0-rc.15
241
+ - @akinon/pz-masterpass@1.43.0-rc.15
242
+ - @akinon/pz-one-click-checkout@1.43.0-rc.15
243
+ - @akinon/pz-otp@1.43.0-rc.15
244
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.15
245
+
246
+ ## 1.43.0-rc.14
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [3bf2dd9]
251
+ - @akinon/next@1.43.0-rc.14
252
+ - @akinon/pz-akifast@1.43.0-rc.14
253
+ - @akinon/pz-b2b@1.43.0-rc.14
254
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.14
255
+ - @akinon/pz-bkm@1.43.0-rc.14
256
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
257
+ - @akinon/pz-click-collect@1.43.0-rc.14
258
+ - @akinon/pz-credit-payment@1.43.0-rc.14
259
+ - @akinon/pz-gpay@1.43.0-rc.14
260
+ - @akinon/pz-masterpass@1.43.0-rc.14
261
+ - @akinon/pz-one-click-checkout@1.43.0-rc.14
262
+ - @akinon/pz-otp@1.43.0-rc.14
263
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.14
264
+
265
+ ## 1.43.0-rc.13
266
+
267
+ ### Minor Changes
268
+
269
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
270
+
271
+ ### Patch Changes
272
+
273
+ - Updated dependencies [9e25a64]
274
+ - @akinon/next@1.43.0-rc.13
275
+ - @akinon/pz-akifast@1.43.0-rc.13
276
+ - @akinon/pz-b2b@1.43.0-rc.13
277
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.13
278
+ - @akinon/pz-bkm@1.43.0-rc.13
279
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
280
+ - @akinon/pz-click-collect@1.43.0-rc.13
281
+ - @akinon/pz-credit-payment@1.43.0-rc.13
282
+ - @akinon/pz-gpay@1.43.0-rc.13
283
+ - @akinon/pz-masterpass@1.43.0-rc.13
284
+ - @akinon/pz-one-click-checkout@1.43.0-rc.13
285
+ - @akinon/pz-otp@1.43.0-rc.13
286
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.13
287
+
288
+ ## 1.43.0-rc.12
289
+
290
+ ### Patch Changes
291
+
292
+ - Updated dependencies [4920742]
293
+ - @akinon/next@1.43.0-rc.12
294
+ - @akinon/pz-akifast@1.43.0-rc.12
295
+ - @akinon/pz-b2b@1.43.0-rc.12
296
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.12
297
+ - @akinon/pz-bkm@1.43.0-rc.12
298
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
299
+ - @akinon/pz-click-collect@1.43.0-rc.12
300
+ - @akinon/pz-credit-payment@1.43.0-rc.12
301
+ - @akinon/pz-gpay@1.43.0-rc.12
302
+ - @akinon/pz-masterpass@1.43.0-rc.12
303
+ - @akinon/pz-one-click-checkout@1.43.0-rc.12
304
+ - @akinon/pz-otp@1.43.0-rc.12
305
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.12
306
+
307
+ ## 1.43.0-rc.11
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies [6c25f66]
312
+ - @akinon/next@1.43.0-rc.11
313
+ - @akinon/pz-akifast@1.43.0-rc.11
314
+ - @akinon/pz-b2b@1.43.0-rc.11
315
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.11
316
+ - @akinon/pz-bkm@1.43.0-rc.11
317
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
318
+ - @akinon/pz-click-collect@1.43.0-rc.11
319
+ - @akinon/pz-credit-payment@1.43.0-rc.11
320
+ - @akinon/pz-gpay@1.43.0-rc.11
321
+ - @akinon/pz-masterpass@1.43.0-rc.11
322
+ - @akinon/pz-one-click-checkout@1.43.0-rc.11
323
+ - @akinon/pz-otp@1.43.0-rc.11
324
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.11
325
+
326
+ ## 1.43.0-rc.10
327
+
328
+ ### Patch Changes
329
+
330
+ - Updated dependencies [d6edb1d]
331
+ - @akinon/next@1.43.0-rc.10
332
+ - @akinon/pz-akifast@1.43.0-rc.10
333
+ - @akinon/pz-b2b@1.43.0-rc.10
334
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.10
335
+ - @akinon/pz-bkm@1.43.0-rc.10
336
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
337
+ - @akinon/pz-click-collect@1.43.0-rc.10
338
+ - @akinon/pz-credit-payment@1.43.0-rc.10
339
+ - @akinon/pz-gpay@1.43.0-rc.10
340
+ - @akinon/pz-masterpass@1.43.0-rc.10
341
+ - @akinon/pz-one-click-checkout@1.43.0-rc.10
342
+ - @akinon/pz-otp@1.43.0-rc.10
343
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.10
344
+
345
+ ## 1.43.0-rc.9
346
+
347
+ ### Minor Changes
348
+
349
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies [bc2b411]
354
+ - @akinon/next@1.43.0-rc.9
355
+ - @akinon/pz-akifast@1.43.0-rc.9
356
+ - @akinon/pz-b2b@1.43.0-rc.9
357
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.9
358
+ - @akinon/pz-bkm@1.43.0-rc.9
359
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
360
+ - @akinon/pz-click-collect@1.43.0-rc.9
361
+ - @akinon/pz-credit-payment@1.43.0-rc.9
362
+ - @akinon/pz-gpay@1.43.0-rc.9
363
+ - @akinon/pz-masterpass@1.43.0-rc.9
364
+ - @akinon/pz-one-click-checkout@1.43.0-rc.9
365
+ - @akinon/pz-otp@1.43.0-rc.9
366
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.9
367
+
368
+ ## 1.43.0-rc.8
369
+
370
+ ### Patch Changes
371
+
372
+ - Updated dependencies [70279e7]
373
+ - Updated dependencies [9d94f7e]
374
+ - @akinon/next@1.43.0-rc.8
375
+ - @akinon/pz-akifast@1.43.0-rc.8
376
+ - @akinon/pz-b2b@1.43.0-rc.8
377
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.8
378
+ - @akinon/pz-bkm@1.43.0-rc.8
379
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
380
+ - @akinon/pz-click-collect@1.43.0-rc.8
381
+ - @akinon/pz-credit-payment@1.43.0-rc.8
382
+ - @akinon/pz-gpay@1.43.0-rc.8
383
+ - @akinon/pz-masterpass@1.43.0-rc.8
384
+ - @akinon/pz-one-click-checkout@1.43.0-rc.8
385
+ - @akinon/pz-otp@1.43.0-rc.8
386
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.8
387
+
388
+ ## 1.43.0-rc.7
389
+
390
+ ### Patch Changes
391
+
392
+ - Updated dependencies [7bd3d99]
393
+ - @akinon/next@1.43.0-rc.7
394
+ - @akinon/pz-akifast@1.43.0-rc.7
395
+ - @akinon/pz-b2b@1.43.0-rc.7
396
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.7
397
+ - @akinon/pz-bkm@1.43.0-rc.7
398
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
399
+ - @akinon/pz-click-collect@1.43.0-rc.7
400
+ - @akinon/pz-credit-payment@1.43.0-rc.7
401
+ - @akinon/pz-gpay@1.43.0-rc.7
402
+ - @akinon/pz-masterpass@1.43.0-rc.7
403
+ - @akinon/pz-one-click-checkout@1.43.0-rc.7
404
+ - @akinon/pz-otp@1.43.0-rc.7
405
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.7
406
+
407
+ ## 1.43.0-rc.6
408
+
409
+ ### Minor Changes
410
+
411
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
412
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
413
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
414
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
415
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
416
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
417
+ - 27a5296: ZERO-2631:Fix Checkbox Click
418
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
419
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
420
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
421
+ - 552ee8a: ZERO-2777: fix link component usage
422
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
423
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
424
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
425
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
426
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
427
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
428
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
429
+ - d3474c6: ZERO-2655: Add data source shipping option
430
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
431
+ - 75080fd: ZERO-2630: Add max limit to postcode area
432
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
433
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
434
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
435
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
436
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
437
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
438
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
7
439
  - 4a163f2: ZERO-2761: Add condition for basket summary
440
+ - beb499e: ZERO-2551: Add new tsconfig paths
441
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
442
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
443
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
444
+ - f046f8e: ZERO-2575: update version for react-number-format
445
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
8
446
 
9
447
  ### Patch Changes
10
448
 
449
+ - Updated dependencies [90282b5]
450
+ - Updated dependencies [50b9069]
451
+ - Updated dependencies [572d2e8]
452
+ - Updated dependencies [a4c8d6a]
453
+ - Updated dependencies [fda5b92]
454
+ - Updated dependencies [2d9b2b2]
455
+ - Updated dependencies [c53ea3e]
456
+ - Updated dependencies [8d9ac9a]
457
+ - Updated dependencies [18e8197]
458
+ - Updated dependencies [714e0b4]
459
+ - Updated dependencies [e9541a1]
460
+ - Updated dependencies [c53ef7b]
461
+ - Updated dependencies [64699d3]
462
+ - Updated dependencies [0d3a913]
463
+ - Updated dependencies [1448a96]
464
+ - Updated dependencies [d3474c6]
465
+ - Updated dependencies [75080fd]
466
+ - Updated dependencies [17f8752]
467
+ - Updated dependencies [91265bb]
468
+ - Updated dependencies [bbe18b9]
469
+ - Updated dependencies [d409996]
470
+ - Updated dependencies [69ca080]
471
+ - Updated dependencies [94b6928]
472
+ - Updated dependencies [98bb8dc]
473
+ - Updated dependencies [46b7aad]
474
+ - Updated dependencies [dcc8a15]
475
+ - Updated dependencies [fad2768]
476
+ - Updated dependencies [dff0d59]
477
+ - Updated dependencies [eecb282]
11
478
  - Updated dependencies [4a163f2]
12
- - @akinon/next@1.43.0
13
- - @akinon/pz-akifast@1.43.0
14
- - @akinon/pz-b2b@1.43.0
15
- - @akinon/pz-basket-gift-pack@1.43.0
16
- - @akinon/pz-bkm@1.43.0
17
- - @akinon/pz-checkout-gift-pack@1.43.0
18
- - @akinon/pz-click-collect@1.43.0
19
- - @akinon/pz-credit-payment@1.43.0
20
- - @akinon/pz-gpay@1.43.0
21
- - @akinon/pz-masterpass@1.43.0
22
- - @akinon/pz-one-click-checkout@1.43.0
23
- - @akinon/pz-otp@1.43.0
24
- - @akinon/pz-pay-on-delivery@1.43.0
479
+ - Updated dependencies [beb499e]
480
+ - Updated dependencies [146ea39]
481
+ - Updated dependencies [f2c92d5]
482
+ - Updated dependencies [c47be30]
483
+ - Updated dependencies [e9a46ac]
484
+ - Updated dependencies [f046f8e]
485
+ - Updated dependencies [86d2531]
486
+ - Updated dependencies [3f9b8d7]
487
+ - @akinon/next@1.43.0-rc.6
488
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
489
+ - @akinon/pz-one-click-checkout@1.43.0-rc.6
490
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.6
491
+ - @akinon/pz-click-collect@1.43.0-rc.6
492
+ - @akinon/pz-masterpass@1.43.0-rc.6
493
+ - @akinon/pz-akifast@1.43.0-rc.6
494
+ - @akinon/pz-gpay@1.43.0-rc.6
495
+ - @akinon/pz-b2b@1.43.0-rc.6
496
+ - @akinon/pz-bkm@1.43.0-rc.6
497
+ - @akinon/pz-otp@1.43.0-rc.6
498
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.6
499
+ - @akinon/pz-credit-payment@1.43.0-rc.6
500
+
501
+ ## 1.43.0-rc.5
502
+
503
+ ### Patch Changes
504
+
505
+ - Updated dependencies [17f8752]
506
+ - @akinon/next@1.43.0-rc.5
507
+ - @akinon/pz-akifast@1.43.0-rc.5
508
+ - @akinon/pz-b2b@1.43.0-rc.5
509
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.5
510
+ - @akinon/pz-bkm@1.43.0-rc.5
511
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
512
+ - @akinon/pz-click-collect@1.43.0-rc.5
513
+ - @akinon/pz-credit-payment@1.43.0-rc.5
514
+ - @akinon/pz-gpay@1.43.0-rc.5
515
+ - @akinon/pz-masterpass@1.43.0-rc.5
516
+ - @akinon/pz-one-click-checkout@1.43.0-rc.5
517
+ - @akinon/pz-otp@1.43.0-rc.5
518
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.5
519
+
520
+ ## 1.43.0-rc.4
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [3f9b8d7]
525
+ - @akinon/next@1.43.0-rc.4
526
+ - @akinon/pz-akifast@1.43.0-rc.4
527
+ - @akinon/pz-b2b@1.43.0-rc.4
528
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.4
529
+ - @akinon/pz-bkm@1.43.0-rc.4
530
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
531
+ - @akinon/pz-click-collect@1.43.0-rc.4
532
+ - @akinon/pz-credit-payment@1.43.0-rc.4
533
+ - @akinon/pz-gpay@1.43.0-rc.4
534
+ - @akinon/pz-masterpass@1.43.0-rc.4
535
+ - @akinon/pz-one-click-checkout@1.43.0-rc.4
536
+ - @akinon/pz-otp@1.43.0-rc.4
537
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.4
538
+
539
+ ## 1.43.0-rc.3
540
+
541
+ ### Minor Changes
542
+
543
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies [64699d3]
548
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
549
+ - @akinon/pz-one-click-checkout@1.43.0-rc.3
550
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.3
551
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.3
552
+ - @akinon/pz-credit-payment@1.43.0-rc.3
553
+ - @akinon/pz-click-collect@1.43.0-rc.3
554
+ - @akinon/pz-masterpass@1.43.0-rc.3
555
+ - @akinon/next@1.43.0-rc.3
556
+ - @akinon/pz-akifast@1.43.0-rc.3
557
+ - @akinon/pz-gpay@1.43.0-rc.3
558
+ - @akinon/pz-b2b@1.43.0-rc.3
559
+ - @akinon/pz-bkm@1.43.0-rc.3
560
+ - @akinon/pz-otp@1.43.0-rc.3
561
+
562
+ ## 1.43.0-rc.2
563
+
564
+ ### Patch Changes
565
+
566
+ - Updated dependencies [f2c92d5]
567
+ - @akinon/next@1.43.0-rc.2
568
+ - @akinon/pz-akifast@1.43.0-rc.2
569
+ - @akinon/pz-b2b@1.43.0-rc.2
570
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.2
571
+ - @akinon/pz-bkm@1.43.0-rc.2
572
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
573
+ - @akinon/pz-click-collect@1.43.0-rc.2
574
+ - @akinon/pz-credit-payment@1.43.0-rc.2
575
+ - @akinon/pz-gpay@1.43.0-rc.2
576
+ - @akinon/pz-masterpass@1.43.0-rc.2
577
+ - @akinon/pz-one-click-checkout@1.43.0-rc.2
578
+ - @akinon/pz-otp@1.43.0-rc.2
579
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.2
580
+
581
+ ## 1.43.0-rc.1
582
+
583
+ ### Minor Changes
584
+
585
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
586
+
587
+ ### Patch Changes
588
+
589
+ - Updated dependencies [eecb282]
590
+ - @akinon/next@1.43.0-rc.1
591
+ - @akinon/pz-akifast@1.43.0-rc.1
592
+ - @akinon/pz-b2b@1.43.0-rc.1
593
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.1
594
+ - @akinon/pz-bkm@1.43.0-rc.1
595
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
596
+ - @akinon/pz-click-collect@1.43.0-rc.1
597
+ - @akinon/pz-credit-payment@1.43.0-rc.1
598
+ - @akinon/pz-gpay@1.43.0-rc.1
599
+ - @akinon/pz-masterpass@1.43.0-rc.1
600
+ - @akinon/pz-one-click-checkout@1.43.0-rc.1
601
+ - @akinon/pz-otp@1.43.0-rc.1
602
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.1
603
+
604
+ ## 1.43.0-rc.0
605
+
606
+ ### Minor Changes
607
+
608
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
609
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
610
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
611
+ - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
612
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
613
+ - 7521265: ZERO-2787: Fix hover classname for favorite item
614
+ - 27a5296: ZERO-2631:Fix Checkbox Click
615
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
616
+ - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
617
+ - 52c1373: ZERO-2619: Added fix flag for the staged linter
618
+ - 552ee8a: ZERO-2777: fix link component usage
619
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
620
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
621
+ - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
622
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
623
+ - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
624
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
625
+ - d3474c6: ZERO-2655: Add data source shipping option
626
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
627
+ - 75080fd: ZERO-2630: Add max limit to postcode area
628
+ - 9609eb2: ZERO-2779: Upgrade for tailwind
629
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
630
+ - 959e1fa: ZERO-2778: Upgrade for nextjs
631
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
632
+ - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
633
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
634
+ - beb499e: ZERO-2551: Add new tsconfig paths
635
+ - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
636
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
637
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
638
+ - f046f8e: ZERO-2575: update version for react-number-format
639
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
640
+
641
+ ### Patch Changes
642
+
643
+ - Updated dependencies [90282b5]
644
+ - Updated dependencies [50b9069]
645
+ - Updated dependencies [572d2e8]
646
+ - Updated dependencies [a4c8d6a]
647
+ - Updated dependencies [fda5b92]
648
+ - Updated dependencies [2d9b2b2]
649
+ - Updated dependencies [c53ea3e]
650
+ - Updated dependencies [8d9ac9a]
651
+ - Updated dependencies [18e8197]
652
+ - Updated dependencies [714e0b4]
653
+ - Updated dependencies [e9541a1]
654
+ - Updated dependencies [c53ef7b]
655
+ - Updated dependencies [0d3a913]
656
+ - Updated dependencies [1448a96]
657
+ - Updated dependencies [d3474c6]
658
+ - Updated dependencies [75080fd]
659
+ - Updated dependencies [91265bb]
660
+ - Updated dependencies [bbe18b9]
661
+ - Updated dependencies [d409996]
662
+ - Updated dependencies [69ca080]
663
+ - Updated dependencies [94b6928]
664
+ - Updated dependencies [98bb8dc]
665
+ - Updated dependencies [46b7aad]
666
+ - Updated dependencies [dcc8a15]
667
+ - Updated dependencies [fad2768]
668
+ - Updated dependencies [dff0d59]
669
+ - Updated dependencies [beb499e]
670
+ - Updated dependencies [146ea39]
671
+ - Updated dependencies [c47be30]
672
+ - Updated dependencies [e9a46ac]
673
+ - Updated dependencies [f046f8e]
674
+ - Updated dependencies [86d2531]
675
+ - @akinon/next@1.43.0-rc.0
676
+ - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
677
+ - @akinon/pz-one-click-checkout@1.43.0-rc.0
678
+ - @akinon/pz-basket-gift-pack@1.43.0-rc.0
679
+ - @akinon/pz-click-collect@1.43.0-rc.0
680
+ - @akinon/pz-masterpass@1.43.0-rc.0
681
+ - @akinon/pz-akifast@1.43.0-rc.0
682
+ - @akinon/pz-gpay@1.43.0-rc.0
683
+ - @akinon/pz-b2b@1.43.0-rc.0
684
+ - @akinon/pz-bkm@1.43.0-rc.0
685
+ - @akinon/pz-otp@1.43.0-rc.0
686
+ - @akinon/pz-credit-payment@1.43.0-rc.0
687
+ - @akinon/pz-pay-on-delivery@1.43.0-rc.0
25
688
 
26
689
  ## 1.42.0
27
690
 
@@ -190,13 +853,301 @@
190
853
 
191
854
  ### Patch Changes
192
855
 
193
- - @akinon/next@1.34.0
194
- - @akinon/pz-b2b@1.34.0
195
- - @akinon/pz-gpay@1.34.0
196
- - @akinon/pz-masterpass@1.34.0
197
- - @akinon/pz-one-click-checkout@1.34.0
198
- - @akinon/pz-otp@1.34.0
199
- - @akinon/pz-pay-on-delivery@1.34.0
856
+ - Updated dependencies [a4c8d6a]
857
+ - Updated dependencies [d09b677]
858
+ - Updated dependencies [6d4aadb]
859
+ - Updated dependencies [8e6e8cf]
860
+ - Updated dependencies [c53ef7b]
861
+ - Updated dependencies [ebb63ce]
862
+ - Updated dependencies [7cebe87]
863
+ - Updated dependencies [616690d]
864
+ - Updated dependencies [f3b595e]
865
+ - Updated dependencies [91265bb]
866
+ - Updated dependencies [59fb7c3]
867
+ - Updated dependencies [bbe18b9]
868
+ - Updated dependencies [f0c23bc]
869
+ - Updated dependencies [3420416]
870
+ - Updated dependencies [495d155]
871
+ - Updated dependencies [beb499e]
872
+ - Updated dependencies [6c18543]
873
+ - Updated dependencies [40ad73e]
874
+ - Updated dependencies [495d155]
875
+ - Updated dependencies [f046f8e]
876
+ - Updated dependencies [6b2972b]
877
+ - Updated dependencies [3e68768]
878
+ - @akinon/next@1.34.0-rc.20
879
+ - @akinon/pz-masterpass@1.34.0-rc.20
880
+ - @akinon/pz-one-click-checkout@1.34.0-rc.20
881
+ - @akinon/pz-b2b@1.34.0-rc.20
882
+ - @akinon/pz-gpay@1.34.0-rc.20
883
+ - @akinon/pz-otp@1.34.0-rc.20
884
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.20
885
+
886
+ ## 1.34.0-rc.19
887
+
888
+ ### Patch Changes
889
+
890
+ - Updated dependencies [c53ef7b]
891
+ - @akinon/next@1.34.0-rc.19
892
+ - @akinon/pz-b2b@1.34.0-rc.19
893
+ - @akinon/pz-gpay@1.34.0-rc.19
894
+ - @akinon/pz-masterpass@1.34.0-rc.19
895
+ - @akinon/pz-one-click-checkout@1.34.0-rc.19
896
+ - @akinon/pz-otp@1.34.0-rc.19
897
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.19
898
+
899
+ ## 1.34.0-rc.18
900
+
901
+ ### Minor Changes
902
+
903
+ - 9b6bf91: ZERO-2660: Change campaings to campaigns
904
+ - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
905
+
906
+ ### Patch Changes
907
+
908
+ - Updated dependencies [a4c8d6a]
909
+ - @akinon/next@1.34.0-rc.18
910
+ - @akinon/pz-b2b@1.34.0-rc.18
911
+ - @akinon/pz-gpay@1.34.0-rc.18
912
+ - @akinon/pz-masterpass@1.34.0-rc.18
913
+ - @akinon/pz-one-click-checkout@1.34.0-rc.18
914
+ - @akinon/pz-otp@1.34.0-rc.18
915
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.18
916
+
917
+ ## 1.34.0-rc.17
918
+
919
+ ### Minor Changes
920
+
921
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
922
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
923
+ - 27a5296: ZERO-2631:Fix Checkbox Click
924
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
925
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
926
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
927
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
928
+ - f0c23bc: ZERO-2135: add custom not found page
929
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
930
+ - beb499e: ZERO-2551: Add new tsconfig paths
931
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
932
+ - 202f84e: ZERO-2569: Fix static keys
933
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
934
+ - f046f8e: ZERO-2575: update version for react-number-format
935
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
936
+
937
+ ### Patch Changes
938
+
939
+ - Updated dependencies [d09b677]
940
+ - Updated dependencies [6d4aadb]
941
+ - Updated dependencies [8e6e8cf]
942
+ - Updated dependencies [ebb63ce]
943
+ - Updated dependencies [7cebe87]
944
+ - Updated dependencies [616690d]
945
+ - Updated dependencies [f3b595e]
946
+ - Updated dependencies [91265bb]
947
+ - Updated dependencies [59fb7c3]
948
+ - Updated dependencies [bbe18b9]
949
+ - Updated dependencies [f0c23bc]
950
+ - Updated dependencies [3420416]
951
+ - Updated dependencies [495d155]
952
+ - Updated dependencies [beb499e]
953
+ - Updated dependencies [6c18543]
954
+ - Updated dependencies [40ad73e]
955
+ - Updated dependencies [495d155]
956
+ - Updated dependencies [f046f8e]
957
+ - Updated dependencies [6b2972b]
958
+ - Updated dependencies [3e68768]
959
+ - @akinon/next@1.34.0-rc.17
960
+ - @akinon/pz-masterpass@1.34.0-rc.17
961
+ - @akinon/pz-one-click-checkout@1.34.0-rc.17
962
+ - @akinon/pz-b2b@1.34.0-rc.17
963
+ - @akinon/pz-gpay@1.34.0-rc.17
964
+ - @akinon/pz-otp@1.34.0-rc.17
965
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.17
966
+
967
+ ## 1.34.0-rc.16
968
+
969
+ ### Patch Changes
970
+
971
+ - @akinon/next@1.34.0-rc.16
972
+ - @akinon/pz-b2b@1.34.0-rc.16
973
+ - @akinon/pz-gpay@1.34.0-rc.16
974
+ - @akinon/pz-masterpass@1.34.0-rc.16
975
+ - @akinon/pz-one-click-checkout@1.34.0-rc.16
976
+ - @akinon/pz-otp@1.34.0-rc.16
977
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.16
978
+
979
+ ## 1.34.0-rc.15
980
+
981
+ ### Patch Changes
982
+
983
+ - @akinon/next@1.34.0-rc.15
984
+ - @akinon/pz-b2b@1.34.0-rc.15
985
+ - @akinon/pz-gpay@1.34.0-rc.15
986
+ - @akinon/pz-masterpass@1.34.0-rc.15
987
+ - @akinon/pz-one-click-checkout@1.34.0-rc.15
988
+ - @akinon/pz-otp@1.34.0-rc.15
989
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.15
990
+
991
+ ## 1.34.0-rc.14
992
+
993
+ ### Minor Changes
994
+
995
+ - 4614eee: ZERO-2602: The script that checks the build for standalone projects
996
+
997
+ ### Patch Changes
998
+
999
+ - @akinon/next@1.34.0-rc.14
1000
+ - @akinon/pz-b2b@1.34.0-rc.14
1001
+ - @akinon/pz-gpay@1.34.0-rc.14
1002
+ - @akinon/pz-masterpass@1.34.0-rc.14
1003
+ - @akinon/pz-one-click-checkout@1.34.0-rc.14
1004
+ - @akinon/pz-otp@1.34.0-rc.14
1005
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.14
1006
+
1007
+ ## 1.34.0-rc.13
1008
+
1009
+ ### Minor Changes
1010
+
1011
+ - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1012
+
1013
+ ### Patch Changes
1014
+
1015
+ - @akinon/next@1.34.0-rc.13
1016
+ - @akinon/pz-b2b@1.34.0-rc.13
1017
+ - @akinon/pz-gpay@1.34.0-rc.13
1018
+ - @akinon/pz-masterpass@1.34.0-rc.13
1019
+ - @akinon/pz-one-click-checkout@1.34.0-rc.13
1020
+ - @akinon/pz-otp@1.34.0-rc.13
1021
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.13
1022
+
1023
+ ## 1.34.0-rc.12
1024
+
1025
+ ### Patch Changes
1026
+
1027
+ - Updated dependencies [616690d]
1028
+ - @akinon/next@1.34.0-rc.12
1029
+ - @akinon/pz-b2b@1.34.0-rc.12
1030
+ - @akinon/pz-gpay@1.34.0-rc.12
1031
+ - @akinon/pz-masterpass@1.34.0-rc.12
1032
+ - @akinon/pz-one-click-checkout@1.34.0-rc.12
1033
+ - @akinon/pz-otp@1.34.0-rc.12
1034
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.12
1035
+
1036
+ ## 1.34.0-rc.11
1037
+
1038
+ ### Patch Changes
1039
+
1040
+ - Updated dependencies [8e6e8cf]
1041
+ - @akinon/next@1.34.0-rc.11
1042
+ - @akinon/pz-b2b@1.34.0-rc.11
1043
+ - @akinon/pz-gpay@1.34.0-rc.11
1044
+ - @akinon/pz-masterpass@1.34.0-rc.11
1045
+ - @akinon/pz-one-click-checkout@1.34.0-rc.11
1046
+ - @akinon/pz-otp@1.34.0-rc.11
1047
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.11
1048
+
1049
+ ## 1.34.0-rc.10
1050
+
1051
+ ### Patch Changes
1052
+
1053
+ - Updated dependencies [bbe18b9]
1054
+ - @akinon/next@1.34.0-rc.10
1055
+ - @akinon/pz-b2b@1.34.0-rc.10
1056
+ - @akinon/pz-gpay@1.34.0-rc.10
1057
+ - @akinon/pz-masterpass@1.34.0-rc.10
1058
+ - @akinon/pz-one-click-checkout@1.34.0-rc.10
1059
+ - @akinon/pz-otp@1.34.0-rc.10
1060
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.10
1061
+
1062
+ ## 1.34.0-rc.9
1063
+
1064
+ ### Minor Changes
1065
+
1066
+ - beb499e: ZERO-2551: Add new tsconfig paths
1067
+
1068
+ ### Patch Changes
1069
+
1070
+ - Updated dependencies [beb499e]
1071
+ - @akinon/next@1.34.0-rc.9
1072
+ - @akinon/pz-b2b@1.34.0-rc.9
1073
+ - @akinon/pz-gpay@1.34.0-rc.9
1074
+ - @akinon/pz-masterpass@1.34.0-rc.9
1075
+ - @akinon/pz-one-click-checkout@1.34.0-rc.9
1076
+ - @akinon/pz-otp@1.34.0-rc.9
1077
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.9
1078
+
1079
+ ## 1.34.0-rc.8
1080
+
1081
+ ### Minor Changes
1082
+
1083
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1084
+
1085
+ ### Patch Changes
1086
+
1087
+ - Updated dependencies [91265bb]
1088
+ - @akinon/next@1.34.0-rc.8
1089
+ - @akinon/pz-b2b@1.34.0-rc.8
1090
+ - @akinon/pz-gpay@1.34.0-rc.8
1091
+ - @akinon/pz-masterpass@1.34.0-rc.8
1092
+ - @akinon/pz-one-click-checkout@1.34.0-rc.8
1093
+ - @akinon/pz-otp@1.34.0-rc.8
1094
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.8
1095
+
1096
+ ## 1.34.0-rc.7
1097
+
1098
+ ### Minor Changes
1099
+
1100
+ - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - @akinon/next@1.34.0-rc.7
1105
+ - @akinon/pz-b2b@1.34.0-rc.7
1106
+ - @akinon/pz-gpay@1.34.0-rc.7
1107
+ - @akinon/pz-masterpass@1.34.0-rc.7
1108
+ - @akinon/pz-one-click-checkout@1.34.0-rc.7
1109
+ - @akinon/pz-otp@1.34.0-rc.7
1110
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.7
1111
+
1112
+ ## 1.34.0-rc.6
1113
+
1114
+ ### Minor Changes
1115
+
1116
+ - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
1117
+ - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
1118
+ - 27a5296: ZERO-2631:Fix Checkbox Click
1119
+ - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
1120
+ - f0c23bc: ZERO-2135: add custom not found page
1121
+ - 3420416: ZERO-2533: extend eslint config from @akinon/next
1122
+ - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
1123
+ - 202f84e: ZERO-2569: Fix static keys
1124
+ - f046f8e: ZERO-2575: update version for react-number-format
1125
+ - 12c10a4: ZERO-2570: Category filters routes to absolute url
1126
+
1127
+ ### Patch Changes
1128
+
1129
+ - Updated dependencies [d09b677]
1130
+ - Updated dependencies [6d4aadb]
1131
+ - Updated dependencies [ebb63ce]
1132
+ - Updated dependencies [7cebe87]
1133
+ - Updated dependencies [f3b595e]
1134
+ - Updated dependencies [59fb7c3]
1135
+ - Updated dependencies [f0c23bc]
1136
+ - Updated dependencies [3420416]
1137
+ - Updated dependencies [495d155]
1138
+ - Updated dependencies [6c18543]
1139
+ - Updated dependencies [40ad73e]
1140
+ - Updated dependencies [495d155]
1141
+ - Updated dependencies [f046f8e]
1142
+ - Updated dependencies [6b2972b]
1143
+ - Updated dependencies [3e68768]
1144
+ - @akinon/next@1.34.0-rc.6
1145
+ - @akinon/pz-masterpass@1.34.0-rc.6
1146
+ - @akinon/pz-one-click-checkout@1.34.0-rc.6
1147
+ - @akinon/pz-b2b@1.34.0-rc.6
1148
+ - @akinon/pz-gpay@1.34.0-rc.6
1149
+ - @akinon/pz-otp@1.34.0-rc.6
1150
+ - @akinon/pz-pay-on-delivery@1.34.0-rc.6
200
1151
 
201
1152
  ## 1.33.2
202
1153