@akinon/projectzero 1.48.0-rc.5 → 1.48.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 (48) hide show
  1. package/CHANGELOG.md +1 -59
  2. package/README.md +2 -3
  3. package/app-template/.gitignore +0 -2
  4. package/app-template/.lintstagedrc.js +4 -5
  5. package/app-template/CHANGELOG.md +48 -1406
  6. package/app-template/docs/basic-setup.md +1 -1
  7. package/app-template/docs/plugins.md +7 -7
  8. package/app-template/package.json +20 -22
  9. package/app-template/public/locales/en/account.json +4 -4
  10. package/app-template/public/locales/tr/account.json +1 -1
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/account/address/page.tsx +1 -1
  12. package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
  13. package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +0 -1
  14. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
  15. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
  16. package/app-template/src/components/checkbox.tsx +2 -2
  17. package/app-template/src/components/input.tsx +7 -19
  18. package/app-template/src/components/pagination.tsx +18 -13
  19. package/app-template/src/components/price.tsx +4 -9
  20. package/app-template/src/redux/reducers/category.ts +1 -7
  21. package/app-template/src/settings.js +1 -6
  22. package/app-template/src/views/account/address-card.tsx +2 -2
  23. package/app-template/src/views/account/address-form.tsx +7 -22
  24. package/app-template/src/views/account/contact-form.tsx +6 -23
  25. package/app-template/src/views/account/favorite-item.tsx +2 -2
  26. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
  27. package/app-template/src/views/breadcrumb.tsx +1 -4
  28. package/app-template/src/views/category/category-active-filters.tsx +6 -16
  29. package/app-template/src/views/category/category-info.tsx +17 -31
  30. package/app-template/src/views/category/filters/index.tsx +108 -16
  31. package/app-template/src/views/category/layout.tsx +3 -5
  32. package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +4 -33
  33. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
  34. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
  35. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  36. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  37. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
  38. package/app-template/src/views/find-in-store/index.tsx +3 -2
  39. package/app-template/src/views/header/mobile-menu.tsx +8 -25
  40. package/app-template/src/views/product/product-info.tsx +2 -0
  41. package/app-template/tsconfig.json +4 -14
  42. package/app-template/yarn.lock +1953 -1824
  43. package/commands/create.ts +5 -29
  44. package/dist/commands/create.js +2 -25
  45. package/package.json +2 -2
  46. package/app-template/package-lock.json +0 -29303
  47. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
  48. package/app-template/src/views/category/filters/filter-item.tsx +0 -163
@@ -1,320 +1,26 @@
1
1
  # projectzeronext
2
2
 
3
- ## 1.48.0-rc.5
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [20da358]
8
- - @akinon/next@1.48.0-rc.5
9
- - @akinon/pz-akifast@1.48.0-rc.5
10
- - @akinon/pz-b2b@1.48.0-rc.5
11
- - @akinon/pz-basket-gift-pack@1.48.0-rc.5
12
- - @akinon/pz-bkm@1.48.0-rc.5
13
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.5
14
- - @akinon/pz-click-collect@1.48.0-rc.5
15
- - @akinon/pz-credit-payment@1.48.0-rc.5
16
- - @akinon/pz-gpay@1.48.0-rc.5
17
- - @akinon/pz-masterpass@1.48.0-rc.5
18
- - @akinon/pz-one-click-checkout@1.48.0-rc.5
19
- - @akinon/pz-otp@1.48.0-rc.5
20
- - @akinon/pz-pay-on-delivery@1.48.0-rc.5
21
-
22
- ## 1.48.0-rc.4
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies [5dfeea0]
27
- - @akinon/next@1.48.0-rc.4
28
- - @akinon/pz-akifast@1.48.0-rc.4
29
- - @akinon/pz-b2b@1.48.0-rc.4
30
- - @akinon/pz-basket-gift-pack@1.48.0-rc.4
31
- - @akinon/pz-bkm@1.48.0-rc.4
32
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.4
33
- - @akinon/pz-click-collect@1.48.0-rc.4
34
- - @akinon/pz-credit-payment@1.48.0-rc.4
35
- - @akinon/pz-gpay@1.48.0-rc.4
36
- - @akinon/pz-masterpass@1.48.0-rc.4
37
- - @akinon/pz-one-click-checkout@1.48.0-rc.4
38
- - @akinon/pz-otp@1.48.0-rc.4
39
- - @akinon/pz-pay-on-delivery@1.48.0-rc.4
40
-
41
- ## 1.48.0-rc.3
3
+ ## 1.48.0
42
4
 
43
5
  ### Minor Changes
44
6
 
45
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
46
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
47
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
48
- - 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
49
- - 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
50
- - 7521265: ZERO-2787: Fix hover classname for favorite item
51
- - 8217463: ZERO-2887: Add LoaderSpinner to Filters component
52
- - 27a5296d: ZERO-2631:Fix Checkbox Click
53
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
54
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
55
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
56
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
57
- - 552ee8a: ZERO-2777: fix link component usage
58
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
59
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
60
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
61
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
62
- - 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
63
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
64
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
65
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
66
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
67
- - d3474c64: ZERO-2655: Add data source shipping option
68
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
69
- - 75080fd6: ZERO-2630: Add max limit to postcode area
70
- - 9609eb2: ZERO-2779: Upgrade for tailwind
71
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
72
- - 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
73
- - 959e1fa: ZERO-2778: Upgrade for nextjs
74
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
75
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
76
- - dfabc06: ZERO-2836: Upgrade version for tailwind
77
- - dff0d595: ZERO-2659: add formData support to proxy api requests
78
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
79
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
80
- - beb499e6: ZERO-2551: Add new tsconfig paths
81
7
  - f45aa87: ZERO-2904: Upgrade version for tailwindcss
82
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
83
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
84
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
85
- - f046f8e0: ZERO-2575: update version for react-number-format
86
- - b9273fd: ZERO-2889: add host headers to requests
87
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [90282b53]
92
- - Updated dependencies [50b9069]
93
- - Updated dependencies [572d2e84]
94
- - Updated dependencies [a4c8d6a9]
95
- - Updated dependencies [fda5b92]
96
- - Updated dependencies [2d9b2b2]
97
- - Updated dependencies [c53ea3e6]
98
- - Updated dependencies [d93a507]
99
- - Updated dependencies [8d9ac9a]
100
- - Updated dependencies [18e8197]
101
- - Updated dependencies [714e0b46]
102
- - Updated dependencies [70279e7]
103
- - Updated dependencies [6c25f66]
104
- - Updated dependencies [bc2b411]
105
- - Updated dependencies [3bf2dd9]
106
- - Updated dependencies [e9541a1]
107
- - Updated dependencies [c53ef7b9]
108
- - Updated dependencies [9d94f7e]
109
- - Updated dependencies [2e6104d]
110
- - Updated dependencies [64699d3]
111
- - Updated dependencies [0d3a913e]
112
- - Updated dependencies [1448a96e]
113
- - Updated dependencies [1ec2e9d]
114
- - Updated dependencies [d6edb1d]
115
- - Updated dependencies [d3474c64]
116
- - Updated dependencies [75080fd6]
117
- - Updated dependencies [17f8752]
118
- - Updated dependencies [c45b62c]
119
- - Updated dependencies [91265bba]
120
- - Updated dependencies [bbe18b9f]
121
- - Updated dependencies [d409996]
122
- - Updated dependencies [4920742]
123
- - Updated dependencies [12a873e]
124
- - Updated dependencies [69ca080]
125
- - Updated dependencies [7e56d6b]
126
- - Updated dependencies [94b6928]
127
- - Updated dependencies [98bb8dcd]
128
- - Updated dependencies [46b7aad]
129
- - Updated dependencies [dcc8a150]
130
- - Updated dependencies [8f47cca]
131
- - Updated dependencies [fad27689]
132
- - Updated dependencies [dff0d595]
133
- - Updated dependencies [fdd0b41]
134
- - Updated dependencies [eecb282]
135
- - Updated dependencies [f2c325c]
136
- - Updated dependencies [9e25a64]
137
- - Updated dependencies [beb499e6]
138
- - Updated dependencies [146ea39]
139
- - Updated dependencies [f2c92d5]
140
- - Updated dependencies [7bd3d99]
141
- - Updated dependencies [c47be30d]
142
- - Updated dependencies [e9a46acb]
143
- - Updated dependencies [f046f8e0]
144
- - Updated dependencies [b9273fd]
145
- - Updated dependencies [86d25315]
146
- - Updated dependencies [c670bd4]
147
- - Updated dependencies [3f9b8d7]
148
- - @akinon/next@1.48.0-rc.3
149
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.3
150
- - @akinon/pz-one-click-checkout@1.48.0-rc.3
151
- - @akinon/pz-basket-gift-pack@1.48.0-rc.3
152
- - @akinon/pz-click-collect@1.48.0-rc.3
153
- - @akinon/pz-masterpass@1.48.0-rc.3
154
- - @akinon/pz-akifast@1.48.0-rc.3
155
- - @akinon/pz-gpay@1.48.0-rc.3
156
- - @akinon/pz-b2b@1.48.0-rc.3
157
- - @akinon/pz-bkm@1.48.0-rc.3
158
- - @akinon/pz-otp@1.48.0-rc.3
159
- - @akinon/pz-pay-on-delivery@1.48.0-rc.3
160
- - @akinon/pz-credit-payment@1.48.0-rc.3
161
-
162
- ## 1.48.0-rc.2
163
-
164
- ### Minor Changes
165
-
166
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
167
-
168
- ### Patch Changes
169
-
170
- - Updated dependencies [2e6104d]
171
- - @akinon/next@1.48.0-rc.2
172
- - @akinon/pz-akifast@1.48.0-rc.2
173
- - @akinon/pz-b2b@1.48.0-rc.2
174
- - @akinon/pz-basket-gift-pack@1.48.0-rc.2
175
- - @akinon/pz-bkm@1.48.0-rc.2
176
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.2
177
- - @akinon/pz-click-collect@1.48.0-rc.2
178
- - @akinon/pz-credit-payment@1.48.0-rc.2
179
- - @akinon/pz-gpay@1.48.0-rc.2
180
- - @akinon/pz-masterpass@1.48.0-rc.2
181
- - @akinon/pz-one-click-checkout@1.48.0-rc.2
182
- - @akinon/pz-otp@1.48.0-rc.2
183
- - @akinon/pz-pay-on-delivery@1.48.0-rc.2
184
-
185
- ## 1.48.0-rc.1
186
8
 
187
9
  ### Patch Changes
188
10
 
189
- - Updated dependencies [fdd0b41]
190
- - @akinon/next@1.48.0-rc.1
191
- - @akinon/pz-akifast@1.48.0-rc.1
192
- - @akinon/pz-b2b@1.48.0-rc.1
193
- - @akinon/pz-basket-gift-pack@1.48.0-rc.1
194
- - @akinon/pz-bkm@1.48.0-rc.1
195
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.1
196
- - @akinon/pz-click-collect@1.48.0-rc.1
197
- - @akinon/pz-credit-payment@1.48.0-rc.1
198
- - @akinon/pz-gpay@1.48.0-rc.1
199
- - @akinon/pz-masterpass@1.48.0-rc.1
200
- - @akinon/pz-one-click-checkout@1.48.0-rc.1
201
- - @akinon/pz-otp@1.48.0-rc.1
202
- - @akinon/pz-pay-on-delivery@1.48.0-rc.1
203
-
204
- ## 1.48.0-rc.0
205
-
206
- ### Minor Changes
207
-
208
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
209
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
210
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
211
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
212
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
213
- - 7521265: ZERO-2787: Fix hover classname for favorite item
214
- - 27a5296d: ZERO-2631:Fix Checkbox Click
215
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
216
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
217
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
218
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
219
- - 552ee8a: ZERO-2777: fix link component usage
220
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
221
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
222
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
223
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
224
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
225
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
226
- - 74a12699: ZERO-2658:Edit product name clickability on completed order page
227
- - 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
228
- - d3474c6: ZERO-2655: Add data source shipping option
229
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
230
- - 75080fd6: ZERO-2630: Add max limit to postcode area
231
- - 9609eb2: ZERO-2779: Upgrade for tailwind
232
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
233
- - 959e1fa: ZERO-2778: Upgrade for nextjs
234
- - 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
235
- - 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
236
- - dfabc06: ZERO-2836: Upgrade version for tailwind
237
- - dff0d595: ZERO-2659: add formData support to proxy api requests
238
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
239
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
240
- - beb499e6: ZERO-2551: Add new tsconfig paths
241
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
242
- - 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
243
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
244
- - f046f8e0: ZERO-2575: update version for react-number-format
245
- - b9273fd: ZERO-2889: add host headers to requests
246
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
247
-
248
- ### Patch Changes
249
-
250
- - Updated dependencies [90282b5]
251
- - Updated dependencies [50b9069]
252
- - Updated dependencies [572d2e8]
253
- - Updated dependencies [a4c8d6a9]
254
- - Updated dependencies [fda5b92]
255
- - Updated dependencies [2d9b2b2]
256
- - Updated dependencies [c53ea3e6]
257
- - Updated dependencies [d93a507]
258
- - Updated dependencies [8d9ac9a]
259
- - Updated dependencies [18e8197]
260
- - Updated dependencies [714e0b4]
261
- - Updated dependencies [70279e7]
262
- - Updated dependencies [6c25f66]
263
- - Updated dependencies [bc2b411]
264
- - Updated dependencies [3bf2dd9]
265
- - Updated dependencies [e9541a1]
266
- - Updated dependencies [c53ef7b9]
267
- - Updated dependencies [9d94f7e]
268
- - Updated dependencies [64699d3]
269
- - Updated dependencies [0d3a913]
270
- - Updated dependencies [1448a96e]
271
- - Updated dependencies [1ec2e9d]
272
- - Updated dependencies [d6edb1d]
273
- - Updated dependencies [d3474c6]
274
- - Updated dependencies [75080fd6]
275
- - Updated dependencies [17f8752]
276
- - Updated dependencies [c45b62c]
277
- - Updated dependencies [91265bba]
278
- - Updated dependencies [bbe18b9f]
279
- - Updated dependencies [d409996]
280
- - Updated dependencies [4920742]
281
- - Updated dependencies [12a873e]
282
- - Updated dependencies [69ca080]
283
- - Updated dependencies [7e56d6b]
284
- - Updated dependencies [94b6928]
285
- - Updated dependencies [98bb8dc]
286
- - Updated dependencies [46b7aad]
287
- - Updated dependencies [dcc8a15]
288
- - Updated dependencies [8f47cca]
289
- - Updated dependencies [fad2768]
290
- - Updated dependencies [dff0d595]
291
- - Updated dependencies [eecb282]
292
- - Updated dependencies [f2c325c]
293
- - Updated dependencies [9e25a64]
294
- - Updated dependencies [beb499e6]
295
- - Updated dependencies [146ea39]
296
- - Updated dependencies [f2c92d5]
297
- - Updated dependencies [7bd3d99]
298
- - Updated dependencies [c47be30]
299
- - Updated dependencies [e9a46ac]
300
- - Updated dependencies [f046f8e0]
301
- - Updated dependencies [b9273fd]
302
- - Updated dependencies [86d2531]
303
- - Updated dependencies [c670bd4]
304
- - Updated dependencies [3f9b8d7]
305
- - @akinon/next@1.48.0-rc.0
306
- - @akinon/pz-checkout-gift-pack@1.48.0-rc.0
307
- - @akinon/pz-one-click-checkout@1.48.0-rc.0
308
- - @akinon/pz-basket-gift-pack@1.48.0-rc.0
309
- - @akinon/pz-click-collect@1.48.0-rc.0
310
- - @akinon/pz-masterpass@1.48.0-rc.0
311
- - @akinon/pz-akifast@1.48.0-rc.0
312
- - @akinon/pz-gpay@1.48.0-rc.0
313
- - @akinon/pz-b2b@1.48.0-rc.0
314
- - @akinon/pz-bkm@1.48.0-rc.0
315
- - @akinon/pz-otp@1.48.0-rc.0
316
- - @akinon/pz-pay-on-delivery@1.48.0-rc.0
317
- - @akinon/pz-credit-payment@1.48.0-rc.0
11
+ - @akinon/next@1.48.0
12
+ - @akinon/pz-akifast@1.48.0
13
+ - @akinon/pz-b2b@1.48.0
14
+ - @akinon/pz-basket-gift-pack@1.48.0
15
+ - @akinon/pz-bkm@1.48.0
16
+ - @akinon/pz-checkout-gift-pack@1.48.0
17
+ - @akinon/pz-click-collect@1.48.0
18
+ - @akinon/pz-credit-payment@1.48.0
19
+ - @akinon/pz-gpay@1.48.0
20
+ - @akinon/pz-masterpass@1.48.0
21
+ - @akinon/pz-one-click-checkout@1.48.0
22
+ - @akinon/pz-otp@1.48.0
23
+ - @akinon/pz-pay-on-delivery@1.48.0
318
24
 
319
25
  ## 1.47.0
320
26
 
@@ -362,255 +68,20 @@
362
68
 
363
69
  ### Patch Changes
364
70
 
365
- - Updated dependencies [90282b5]
366
- - Updated dependencies [50b9069]
367
- - Updated dependencies [572d2e8]
368
- - Updated dependencies [a4c8d6a9]
369
- - Updated dependencies [fda5b92]
370
- - Updated dependencies [2d9b2b2]
371
- - Updated dependencies [c53ea3e]
372
- - Updated dependencies [8d9ac9a]
373
- - Updated dependencies [18e8197]
374
- - Updated dependencies [714e0b4]
375
- - Updated dependencies [70279e7]
376
- - Updated dependencies [6c25f66]
377
- - Updated dependencies [bc2b411]
378
- - Updated dependencies [3bf2dd9]
379
- - Updated dependencies [e9541a1]
380
- - Updated dependencies [c53ef7b9]
381
- - Updated dependencies [9d94f7e]
382
- - Updated dependencies [64699d3]
383
- - Updated dependencies [0d3a913]
384
- - Updated dependencies [1448a96e]
385
- - Updated dependencies [d6edb1d]
386
- - Updated dependencies [d3474c6]
387
- - Updated dependencies [75080fd6]
388
- - Updated dependencies [17f8752]
389
- - Updated dependencies [c45b62c]
390
- - Updated dependencies [91265bba]
391
- - Updated dependencies [bbe18b9f]
392
- - Updated dependencies [d409996]
393
- - Updated dependencies [4920742]
394
- - Updated dependencies [69ca080]
395
- - Updated dependencies [7e56d6b]
396
- - Updated dependencies [94b6928]
397
- - Updated dependencies [98bb8dc]
398
- - Updated dependencies [46b7aad]
399
- - Updated dependencies [dcc8a15]
400
- - Updated dependencies [8f47cca]
401
- - Updated dependencies [fad2768]
402
- - Updated dependencies [dff0d595]
403
- - Updated dependencies [eecb282]
404
- - Updated dependencies [f2c325c]
405
- - Updated dependencies [9e25a64]
406
- - Updated dependencies [beb499e6]
407
- - Updated dependencies [948eb42]
408
- - Updated dependencies [146ea39]
409
- - Updated dependencies [f2c92d5]
410
- - Updated dependencies [7bd3d99]
411
- - Updated dependencies [c47be30]
412
- - Updated dependencies [e9a46ac]
413
- - Updated dependencies [f046f8e0]
414
- - Updated dependencies [86d2531]
415
- - Updated dependencies [3f9b8d7]
416
- - @akinon/next@1.45.0-rc.5
417
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.5
418
- - @akinon/pz-one-click-checkout@1.45.0-rc.5
419
- - @akinon/pz-basket-gift-pack@1.45.0-rc.5
420
- - @akinon/pz-click-collect@1.45.0-rc.5
421
- - @akinon/pz-masterpass@1.45.0-rc.5
422
- - @akinon/pz-akifast@1.45.0-rc.5
423
- - @akinon/pz-gpay@1.45.0-rc.5
424
- - @akinon/pz-b2b@1.45.0-rc.5
425
- - @akinon/pz-bkm@1.45.0-rc.5
426
- - @akinon/pz-otp@1.45.0-rc.5
427
- - @akinon/pz-pay-on-delivery@1.45.0-rc.5
428
- - @akinon/pz-credit-payment@1.45.0-rc.5
429
-
430
- ## 1.45.0-rc.4
431
-
432
- ### Patch Changes
433
-
434
- - Updated dependencies [8f47cca]
435
- - @akinon/next@1.45.0-rc.4
436
- - @akinon/pz-akifast@1.45.0-rc.4
437
- - @akinon/pz-b2b@1.45.0-rc.4
438
- - @akinon/pz-basket-gift-pack@1.45.0-rc.4
439
- - @akinon/pz-bkm@1.45.0-rc.4
440
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.4
441
- - @akinon/pz-click-collect@1.45.0-rc.4
442
- - @akinon/pz-credit-payment@1.45.0-rc.4
443
- - @akinon/pz-gpay@1.45.0-rc.4
444
- - @akinon/pz-masterpass@1.45.0-rc.4
445
- - @akinon/pz-one-click-checkout@1.45.0-rc.4
446
- - @akinon/pz-otp@1.45.0-rc.4
447
- - @akinon/pz-pay-on-delivery@1.45.0-rc.4
448
-
449
- ## 1.45.0-rc.3
450
-
451
- ### Patch Changes
452
-
453
- - Updated dependencies [948eb42]
454
- - @akinon/next@1.45.0-rc.3
455
- - @akinon/pz-akifast@1.45.0-rc.3
456
- - @akinon/pz-b2b@1.45.0-rc.3
457
- - @akinon/pz-basket-gift-pack@1.45.0-rc.3
458
- - @akinon/pz-bkm@1.45.0-rc.3
459
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.3
460
- - @akinon/pz-click-collect@1.45.0-rc.3
461
- - @akinon/pz-credit-payment@1.45.0-rc.3
462
- - @akinon/pz-gpay@1.45.0-rc.3
463
- - @akinon/pz-masterpass@1.45.0-rc.3
464
- - @akinon/pz-one-click-checkout@1.45.0-rc.3
465
- - @akinon/pz-otp@1.45.0-rc.3
466
- - @akinon/pz-pay-on-delivery@1.45.0-rc.3
467
-
468
- ## 1.45.0-rc.2
469
-
470
- ### Minor Changes
471
-
472
- - dfabc06: ZERO-2836: Upgrade version for tailwind
473
-
474
- ### Patch Changes
475
-
476
- - Updated dependencies [c45b62c]
477
- - Updated dependencies [f2c325c]
478
- - @akinon/next@1.45.0-rc.2
479
- - @akinon/pz-b2b@1.45.0-rc.2
480
- - @akinon/pz-akifast@1.45.0-rc.2
481
- - @akinon/pz-basket-gift-pack@1.45.0-rc.2
482
- - @akinon/pz-bkm@1.45.0-rc.2
483
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.2
484
- - @akinon/pz-click-collect@1.45.0-rc.2
485
- - @akinon/pz-credit-payment@1.45.0-rc.2
486
- - @akinon/pz-gpay@1.45.0-rc.2
487
- - @akinon/pz-masterpass@1.45.0-rc.2
488
- - @akinon/pz-one-click-checkout@1.45.0-rc.2
489
- - @akinon/pz-otp@1.45.0-rc.2
490
- - @akinon/pz-pay-on-delivery@1.45.0-rc.2
491
-
492
- ## 1.45.0-rc.1
493
-
494
- ### Patch Changes
495
-
496
- - Updated dependencies [7e56d6b]
497
- - @akinon/next@1.45.0-rc.1
498
- - @akinon/pz-akifast@1.45.0-rc.1
499
- - @akinon/pz-b2b@1.45.0-rc.1
500
- - @akinon/pz-basket-gift-pack@1.45.0-rc.1
501
- - @akinon/pz-bkm@1.45.0-rc.1
502
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.1
503
- - @akinon/pz-click-collect@1.45.0-rc.1
504
- - @akinon/pz-credit-payment@1.45.0-rc.1
505
- - @akinon/pz-gpay@1.45.0-rc.1
506
- - @akinon/pz-masterpass@1.45.0-rc.1
507
- - @akinon/pz-one-click-checkout@1.45.0-rc.1
508
- - @akinon/pz-otp@1.45.0-rc.1
509
- - @akinon/pz-pay-on-delivery@1.45.0-rc.1
510
-
511
- ## 1.45.0-rc.0
512
-
513
- ### Minor Changes
514
-
515
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
516
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
517
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
518
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
519
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
520
- - 7521265: ZERO-2787: Fix hover classname for favorite item
521
- - 27a5296: ZERO-2631:Fix Checkbox Click
522
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
523
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
524
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
525
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
526
- - 552ee8a: ZERO-2777: fix link component usage
527
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
528
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
529
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
530
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
531
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
532
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
533
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
534
- - d3474c6: ZERO-2655: Add data source shipping option
535
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
536
- - 75080fd: ZERO-2630: Add max limit to postcode area
537
- - 9609eb2: ZERO-2779: Upgrade for tailwind
538
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
539
- - 959e1fa: ZERO-2778: Upgrade for nextjs
540
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
541
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
542
- - dff0d59: ZERO-2659: add formData support to proxy api requests
543
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
544
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
545
- - beb499e: ZERO-2551: Add new tsconfig paths
546
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
547
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
548
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
549
- - f046f8e0: ZERO-2575: update version for react-number-format
550
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
551
-
552
- ### Patch Changes
553
-
554
- - Updated dependencies [90282b5]
555
- - Updated dependencies [50b9069]
556
- - Updated dependencies [572d2e8]
557
- - Updated dependencies [a4c8d6a9]
558
- - Updated dependencies [fda5b92]
559
- - Updated dependencies [2d9b2b2]
560
- - Updated dependencies [c53ea3e]
561
- - Updated dependencies [8d9ac9a]
562
- - Updated dependencies [18e8197]
563
- - Updated dependencies [714e0b4]
564
- - Updated dependencies [70279e7]
565
- - Updated dependencies [6c25f66]
566
- - Updated dependencies [bc2b411]
567
- - Updated dependencies [3bf2dd9]
568
- - Updated dependencies [e9541a1]
569
- - Updated dependencies [c53ef7b9]
570
- - Updated dependencies [9d94f7e]
571
- - Updated dependencies [64699d3]
572
- - Updated dependencies [0d3a913]
573
- - Updated dependencies [1448a96]
574
71
  - Updated dependencies [2ab6e08]
575
- - Updated dependencies [d6edb1d]
576
- - Updated dependencies [d3474c6]
577
- - Updated dependencies [75080fd]
578
- - Updated dependencies [17f8752]
579
- - Updated dependencies [91265bb]
580
- - Updated dependencies [bbe18b9]
581
- - Updated dependencies [d409996]
582
- - Updated dependencies [4920742]
583
- - Updated dependencies [69ca080]
584
- - Updated dependencies [94b6928]
585
- - Updated dependencies [98bb8dc]
586
- - Updated dependencies [46b7aad]
587
- - Updated dependencies [dcc8a15]
588
- - Updated dependencies [fad2768]
589
- - Updated dependencies [dff0d59]
590
- - Updated dependencies [eecb282]
591
- - Updated dependencies [9e25a64]
592
- - Updated dependencies [beb499e]
593
- - Updated dependencies [146ea39]
594
- - Updated dependencies [f2c92d5]
595
- - Updated dependencies [7bd3d99]
596
- - Updated dependencies [c47be30]
597
- - Updated dependencies [e9a46ac]
598
- - Updated dependencies [f046f8e0]
599
- - Updated dependencies [86d2531]
600
- - Updated dependencies [3f9b8d7]
601
- - @akinon/next@1.45.0-rc.0
602
- - @akinon/pz-checkout-gift-pack@1.45.0-rc.0
603
- - @akinon/pz-one-click-checkout@1.45.0-rc.0
604
- - @akinon/pz-basket-gift-pack@1.45.0-rc.0
605
- - @akinon/pz-click-collect@1.45.0-rc.0
606
- - @akinon/pz-masterpass@1.45.0-rc.0
607
- - @akinon/pz-akifast@1.45.0-rc.0
608
- - @akinon/pz-gpay@1.45.0-rc.0
609
- - @akinon/pz-b2b@1.45.0-rc.0
610
- - @akinon/pz-bkm@1.45.0-rc.0
611
- - @akinon/pz-otp@1.45.0-rc.0
612
- - @akinon/pz-pay-on-delivery@1.45.0-rc.0
613
- - @akinon/pz-credit-payment@1.45.0-rc.0
72
+ - @akinon/next@1.45.0
73
+ - @akinon/pz-akifast@1.45.0
74
+ - @akinon/pz-b2b@1.45.0
75
+ - @akinon/pz-basket-gift-pack@1.45.0
76
+ - @akinon/pz-bkm@1.45.0
77
+ - @akinon/pz-checkout-gift-pack@1.45.0
78
+ - @akinon/pz-click-collect@1.45.0
79
+ - @akinon/pz-credit-payment@1.45.0
80
+ - @akinon/pz-gpay@1.45.0
81
+ - @akinon/pz-masterpass@1.45.0
82
+ - @akinon/pz-one-click-checkout@1.45.0
83
+ - @akinon/pz-otp@1.45.0
84
+ - @akinon/pz-pay-on-delivery@1.45.0
614
85
 
615
86
  ## 1.44.0
616
87
 
@@ -634,565 +105,24 @@
634
105
 
635
106
  ### Minor Changes
636
107
 
637
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
638
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
639
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
640
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
641
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
642
- - 7521265: ZERO-2787: Fix hover classname for favorite item
643
- - 27a5296: ZERO-2631:Fix Checkbox Click
644
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
645
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
646
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
647
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
648
- - 552ee8a: ZERO-2777: fix link component usage
649
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
650
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
651
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
652
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
653
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
654
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
655
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
656
- - d3474c6: ZERO-2655: Add data source shipping option
657
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
658
- - 75080fd: ZERO-2630: Add max limit to postcode area
659
- - 9609eb2: ZERO-2779: Upgrade for tailwind
660
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
661
- - 959e1fa: ZERO-2778: Upgrade for nextjs
662
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
663
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
664
- - dff0d59: ZERO-2659: add formData support to proxy api requests
665
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
666
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
667
- - beb499e: ZERO-2551: Add new tsconfig paths
668
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
669
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
670
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
671
- - f046f8e0: ZERO-2575: update version for react-number-format
672
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
673
-
674
- ### Patch Changes
675
-
676
- - Updated dependencies [90282b5]
677
- - Updated dependencies [50b9069]
678
- - Updated dependencies [572d2e8]
679
- - Updated dependencies [a4c8d6a9]
680
- - Updated dependencies [fda5b92]
681
- - Updated dependencies [2d9b2b2]
682
- - Updated dependencies [c53ea3e]
683
- - Updated dependencies [8d9ac9a]
684
- - Updated dependencies [18e8197]
685
- - Updated dependencies [714e0b4]
686
- - Updated dependencies [70279e7]
687
- - Updated dependencies [6c25f66]
688
- - Updated dependencies [bc2b411]
689
- - Updated dependencies [3bf2dd9]
690
- - Updated dependencies [e9541a1]
691
- - Updated dependencies [c53ef7b9]
692
- - Updated dependencies [9d94f7e]
693
- - Updated dependencies [64699d3]
694
- - Updated dependencies [0d3a913]
695
- - Updated dependencies [1448a96]
696
- - Updated dependencies [d6edb1d]
697
- - Updated dependencies [d3474c6]
698
- - Updated dependencies [75080fd]
699
- - Updated dependencies [17f8752]
700
- - Updated dependencies [91265bb]
701
- - Updated dependencies [bbe18b9]
702
- - Updated dependencies [d409996]
703
- - Updated dependencies [4920742]
704
- - Updated dependencies [69ca080]
705
- - Updated dependencies [94b6928]
706
- - Updated dependencies [98bb8dc]
707
- - Updated dependencies [46b7aad]
708
- - Updated dependencies [dcc8a15]
709
- - Updated dependencies [fad2768]
710
- - Updated dependencies [dff0d59]
711
- - Updated dependencies [eecb282]
712
- - Updated dependencies [9e25a64]
713
- - Updated dependencies [beb499e]
714
- - Updated dependencies [146ea39]
715
- - Updated dependencies [f2c92d5]
716
- - Updated dependencies [7bd3d99]
717
- - Updated dependencies [c47be30]
718
- - Updated dependencies [e9a46ac]
719
- - Updated dependencies [f046f8e0]
720
- - Updated dependencies [86d2531]
721
- - Updated dependencies [3f9b8d7]
722
- - @akinon/next@1.43.0-rc.16
723
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.16
724
- - @akinon/pz-one-click-checkout@1.43.0-rc.16
725
- - @akinon/pz-basket-gift-pack@1.43.0-rc.16
726
- - @akinon/pz-click-collect@1.43.0-rc.16
727
- - @akinon/pz-masterpass@1.43.0-rc.16
728
- - @akinon/pz-akifast@1.43.0-rc.16
729
- - @akinon/pz-gpay@1.43.0-rc.16
730
- - @akinon/pz-b2b@1.43.0-rc.16
731
- - @akinon/pz-bkm@1.43.0-rc.16
732
- - @akinon/pz-otp@1.43.0-rc.16
733
- - @akinon/pz-pay-on-delivery@1.43.0-rc.16
734
- - @akinon/pz-credit-payment@1.43.0-rc.16
735
-
736
- ## 1.43.0-rc.15
737
-
738
- ### Patch Changes
739
-
740
- - @akinon/next@1.43.0-rc.15
741
- - @akinon/pz-akifast@1.43.0-rc.15
742
- - @akinon/pz-b2b@1.43.0-rc.15
743
- - @akinon/pz-basket-gift-pack@1.43.0-rc.15
744
- - @akinon/pz-bkm@1.43.0-rc.15
745
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.15
746
- - @akinon/pz-click-collect@1.43.0-rc.15
747
- - @akinon/pz-credit-payment@1.43.0-rc.15
748
- - @akinon/pz-gpay@1.43.0-rc.15
749
- - @akinon/pz-masterpass@1.43.0-rc.15
750
- - @akinon/pz-one-click-checkout@1.43.0-rc.15
751
- - @akinon/pz-otp@1.43.0-rc.15
752
- - @akinon/pz-pay-on-delivery@1.43.0-rc.15
753
-
754
- ## 1.43.0-rc.14
755
-
756
- ### Patch Changes
757
-
758
- - Updated dependencies [3bf2dd9]
759
- - @akinon/next@1.43.0-rc.14
760
- - @akinon/pz-akifast@1.43.0-rc.14
761
- - @akinon/pz-b2b@1.43.0-rc.14
762
- - @akinon/pz-basket-gift-pack@1.43.0-rc.14
763
- - @akinon/pz-bkm@1.43.0-rc.14
764
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.14
765
- - @akinon/pz-click-collect@1.43.0-rc.14
766
- - @akinon/pz-credit-payment@1.43.0-rc.14
767
- - @akinon/pz-gpay@1.43.0-rc.14
768
- - @akinon/pz-masterpass@1.43.0-rc.14
769
- - @akinon/pz-one-click-checkout@1.43.0-rc.14
770
- - @akinon/pz-otp@1.43.0-rc.14
771
- - @akinon/pz-pay-on-delivery@1.43.0-rc.14
772
-
773
- ## 1.43.0-rc.13
774
-
775
- ### Minor Changes
776
-
777
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
778
-
779
- ### Patch Changes
780
-
781
- - Updated dependencies [9e25a64]
782
- - @akinon/next@1.43.0-rc.13
783
- - @akinon/pz-akifast@1.43.0-rc.13
784
- - @akinon/pz-b2b@1.43.0-rc.13
785
- - @akinon/pz-basket-gift-pack@1.43.0-rc.13
786
- - @akinon/pz-bkm@1.43.0-rc.13
787
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.13
788
- - @akinon/pz-click-collect@1.43.0-rc.13
789
- - @akinon/pz-credit-payment@1.43.0-rc.13
790
- - @akinon/pz-gpay@1.43.0-rc.13
791
- - @akinon/pz-masterpass@1.43.0-rc.13
792
- - @akinon/pz-one-click-checkout@1.43.0-rc.13
793
- - @akinon/pz-otp@1.43.0-rc.13
794
- - @akinon/pz-pay-on-delivery@1.43.0-rc.13
795
-
796
- ## 1.43.0-rc.12
797
-
798
- ### Patch Changes
799
-
800
- - Updated dependencies [4920742]
801
- - @akinon/next@1.43.0-rc.12
802
- - @akinon/pz-akifast@1.43.0-rc.12
803
- - @akinon/pz-b2b@1.43.0-rc.12
804
- - @akinon/pz-basket-gift-pack@1.43.0-rc.12
805
- - @akinon/pz-bkm@1.43.0-rc.12
806
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.12
807
- - @akinon/pz-click-collect@1.43.0-rc.12
808
- - @akinon/pz-credit-payment@1.43.0-rc.12
809
- - @akinon/pz-gpay@1.43.0-rc.12
810
- - @akinon/pz-masterpass@1.43.0-rc.12
811
- - @akinon/pz-one-click-checkout@1.43.0-rc.12
812
- - @akinon/pz-otp@1.43.0-rc.12
813
- - @akinon/pz-pay-on-delivery@1.43.0-rc.12
814
-
815
- ## 1.43.0-rc.11
816
-
817
- ### Patch Changes
818
-
819
- - Updated dependencies [6c25f66]
820
- - @akinon/next@1.43.0-rc.11
821
- - @akinon/pz-akifast@1.43.0-rc.11
822
- - @akinon/pz-b2b@1.43.0-rc.11
823
- - @akinon/pz-basket-gift-pack@1.43.0-rc.11
824
- - @akinon/pz-bkm@1.43.0-rc.11
825
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.11
826
- - @akinon/pz-click-collect@1.43.0-rc.11
827
- - @akinon/pz-credit-payment@1.43.0-rc.11
828
- - @akinon/pz-gpay@1.43.0-rc.11
829
- - @akinon/pz-masterpass@1.43.0-rc.11
830
- - @akinon/pz-one-click-checkout@1.43.0-rc.11
831
- - @akinon/pz-otp@1.43.0-rc.11
832
- - @akinon/pz-pay-on-delivery@1.43.0-rc.11
833
-
834
- ## 1.43.0-rc.10
835
-
836
- ### Patch Changes
837
-
838
- - Updated dependencies [d6edb1d]
839
- - @akinon/next@1.43.0-rc.10
840
- - @akinon/pz-akifast@1.43.0-rc.10
841
- - @akinon/pz-b2b@1.43.0-rc.10
842
- - @akinon/pz-basket-gift-pack@1.43.0-rc.10
843
- - @akinon/pz-bkm@1.43.0-rc.10
844
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.10
845
- - @akinon/pz-click-collect@1.43.0-rc.10
846
- - @akinon/pz-credit-payment@1.43.0-rc.10
847
- - @akinon/pz-gpay@1.43.0-rc.10
848
- - @akinon/pz-masterpass@1.43.0-rc.10
849
- - @akinon/pz-one-click-checkout@1.43.0-rc.10
850
- - @akinon/pz-otp@1.43.0-rc.10
851
- - @akinon/pz-pay-on-delivery@1.43.0-rc.10
852
-
853
- ## 1.43.0-rc.9
854
-
855
- ### Minor Changes
856
-
857
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
858
-
859
- ### Patch Changes
860
-
861
- - Updated dependencies [bc2b411]
862
- - @akinon/next@1.43.0-rc.9
863
- - @akinon/pz-akifast@1.43.0-rc.9
864
- - @akinon/pz-b2b@1.43.0-rc.9
865
- - @akinon/pz-basket-gift-pack@1.43.0-rc.9
866
- - @akinon/pz-bkm@1.43.0-rc.9
867
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
868
- - @akinon/pz-click-collect@1.43.0-rc.9
869
- - @akinon/pz-credit-payment@1.43.0-rc.9
870
- - @akinon/pz-gpay@1.43.0-rc.9
871
- - @akinon/pz-masterpass@1.43.0-rc.9
872
- - @akinon/pz-one-click-checkout@1.43.0-rc.9
873
- - @akinon/pz-otp@1.43.0-rc.9
874
- - @akinon/pz-pay-on-delivery@1.43.0-rc.9
875
-
876
- ## 1.43.0-rc.8
877
-
878
- ### Patch Changes
879
-
880
- - Updated dependencies [70279e7]
881
- - Updated dependencies [9d94f7e]
882
- - @akinon/next@1.43.0-rc.8
883
- - @akinon/pz-akifast@1.43.0-rc.8
884
- - @akinon/pz-b2b@1.43.0-rc.8
885
- - @akinon/pz-basket-gift-pack@1.43.0-rc.8
886
- - @akinon/pz-bkm@1.43.0-rc.8
887
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
888
- - @akinon/pz-click-collect@1.43.0-rc.8
889
- - @akinon/pz-credit-payment@1.43.0-rc.8
890
- - @akinon/pz-gpay@1.43.0-rc.8
891
- - @akinon/pz-masterpass@1.43.0-rc.8
892
- - @akinon/pz-one-click-checkout@1.43.0-rc.8
893
- - @akinon/pz-otp@1.43.0-rc.8
894
- - @akinon/pz-pay-on-delivery@1.43.0-rc.8
895
-
896
- ## 1.43.0-rc.7
897
-
898
- ### Patch Changes
899
-
900
- - Updated dependencies [7bd3d99]
901
- - @akinon/next@1.43.0-rc.7
902
- - @akinon/pz-akifast@1.43.0-rc.7
903
- - @akinon/pz-b2b@1.43.0-rc.7
904
- - @akinon/pz-basket-gift-pack@1.43.0-rc.7
905
- - @akinon/pz-bkm@1.43.0-rc.7
906
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
907
- - @akinon/pz-click-collect@1.43.0-rc.7
908
- - @akinon/pz-credit-payment@1.43.0-rc.7
909
- - @akinon/pz-gpay@1.43.0-rc.7
910
- - @akinon/pz-masterpass@1.43.0-rc.7
911
- - @akinon/pz-one-click-checkout@1.43.0-rc.7
912
- - @akinon/pz-otp@1.43.0-rc.7
913
- - @akinon/pz-pay-on-delivery@1.43.0-rc.7
914
-
915
- ## 1.43.0-rc.6
916
-
917
- ### Minor Changes
918
-
919
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
920
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
921
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
922
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
923
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
924
- - 7521265: ZERO-2787: Fix hover classname for favorite item
925
- - 27a5296: ZERO-2631:Fix Checkbox Click
926
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
927
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
928
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
929
- - 552ee8a: ZERO-2777: fix link component usage
930
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
931
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
932
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
933
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
934
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
935
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
936
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
937
- - d3474c6: ZERO-2655: Add data source shipping option
938
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
939
- - 75080fd: ZERO-2630: Add max limit to postcode area
940
- - 9609eb2: ZERO-2779: Upgrade for tailwind
941
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
942
- - 959e1fa: ZERO-2778: Upgrade for nextjs
943
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
944
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
945
- - dff0d59: ZERO-2659: add formData support to proxy api requests
946
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
947
108
  - 4a163f2: ZERO-2761: Add condition for basket summary
948
- - beb499e: ZERO-2551: Add new tsconfig paths
949
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
950
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
951
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
952
- - f046f8e: ZERO-2575: update version for react-number-format
953
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
954
-
955
- ### Patch Changes
956
-
957
- - Updated dependencies [90282b5]
958
- - Updated dependencies [50b9069]
959
- - Updated dependencies [572d2e8]
960
- - Updated dependencies [a4c8d6a]
961
- - Updated dependencies [fda5b92]
962
- - Updated dependencies [2d9b2b2]
963
- - Updated dependencies [c53ea3e]
964
- - Updated dependencies [8d9ac9a]
965
- - Updated dependencies [18e8197]
966
- - Updated dependencies [714e0b4]
967
- - Updated dependencies [e9541a1]
968
- - Updated dependencies [c53ef7b]
969
- - Updated dependencies [64699d3]
970
- - Updated dependencies [0d3a913]
971
- - Updated dependencies [1448a96]
972
- - Updated dependencies [d3474c6]
973
- - Updated dependencies [75080fd]
974
- - Updated dependencies [17f8752]
975
- - Updated dependencies [91265bb]
976
- - Updated dependencies [bbe18b9]
977
- - Updated dependencies [d409996]
978
- - Updated dependencies [69ca080]
979
- - Updated dependencies [94b6928]
980
- - Updated dependencies [98bb8dc]
981
- - Updated dependencies [46b7aad]
982
- - Updated dependencies [dcc8a15]
983
- - Updated dependencies [fad2768]
984
- - Updated dependencies [dff0d59]
985
- - Updated dependencies [eecb282]
986
- - Updated dependencies [4a163f2]
987
- - Updated dependencies [beb499e]
988
- - Updated dependencies [146ea39]
989
- - Updated dependencies [f2c92d5]
990
- - Updated dependencies [c47be30]
991
- - Updated dependencies [e9a46ac]
992
- - Updated dependencies [f046f8e]
993
- - Updated dependencies [86d2531]
994
- - Updated dependencies [3f9b8d7]
995
- - @akinon/next@1.43.0-rc.6
996
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
997
- - @akinon/pz-one-click-checkout@1.43.0-rc.6
998
- - @akinon/pz-basket-gift-pack@1.43.0-rc.6
999
- - @akinon/pz-click-collect@1.43.0-rc.6
1000
- - @akinon/pz-masterpass@1.43.0-rc.6
1001
- - @akinon/pz-akifast@1.43.0-rc.6
1002
- - @akinon/pz-gpay@1.43.0-rc.6
1003
- - @akinon/pz-b2b@1.43.0-rc.6
1004
- - @akinon/pz-bkm@1.43.0-rc.6
1005
- - @akinon/pz-otp@1.43.0-rc.6
1006
- - @akinon/pz-pay-on-delivery@1.43.0-rc.6
1007
- - @akinon/pz-credit-payment@1.43.0-rc.6
1008
-
1009
- ## 1.43.0-rc.5
1010
-
1011
- ### Patch Changes
1012
-
1013
- - Updated dependencies [17f8752]
1014
- - @akinon/next@1.43.0-rc.5
1015
- - @akinon/pz-akifast@1.43.0-rc.5
1016
- - @akinon/pz-b2b@1.43.0-rc.5
1017
- - @akinon/pz-basket-gift-pack@1.43.0-rc.5
1018
- - @akinon/pz-bkm@1.43.0-rc.5
1019
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
1020
- - @akinon/pz-click-collect@1.43.0-rc.5
1021
- - @akinon/pz-credit-payment@1.43.0-rc.5
1022
- - @akinon/pz-gpay@1.43.0-rc.5
1023
- - @akinon/pz-masterpass@1.43.0-rc.5
1024
- - @akinon/pz-one-click-checkout@1.43.0-rc.5
1025
- - @akinon/pz-otp@1.43.0-rc.5
1026
- - @akinon/pz-pay-on-delivery@1.43.0-rc.5
1027
-
1028
- ## 1.43.0-rc.4
1029
-
1030
- ### Patch Changes
1031
-
1032
- - Updated dependencies [3f9b8d7]
1033
- - @akinon/next@1.43.0-rc.4
1034
- - @akinon/pz-akifast@1.43.0-rc.4
1035
- - @akinon/pz-b2b@1.43.0-rc.4
1036
- - @akinon/pz-basket-gift-pack@1.43.0-rc.4
1037
- - @akinon/pz-bkm@1.43.0-rc.4
1038
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
1039
- - @akinon/pz-click-collect@1.43.0-rc.4
1040
- - @akinon/pz-credit-payment@1.43.0-rc.4
1041
- - @akinon/pz-gpay@1.43.0-rc.4
1042
- - @akinon/pz-masterpass@1.43.0-rc.4
1043
- - @akinon/pz-one-click-checkout@1.43.0-rc.4
1044
- - @akinon/pz-otp@1.43.0-rc.4
1045
- - @akinon/pz-pay-on-delivery@1.43.0-rc.4
1046
-
1047
- ## 1.43.0-rc.3
1048
-
1049
- ### Minor Changes
1050
-
1051
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1052
-
1053
- ### Patch Changes
1054
-
1055
- - Updated dependencies [64699d3]
1056
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
1057
- - @akinon/pz-one-click-checkout@1.43.0-rc.3
1058
- - @akinon/pz-basket-gift-pack@1.43.0-rc.3
1059
- - @akinon/pz-pay-on-delivery@1.43.0-rc.3
1060
- - @akinon/pz-credit-payment@1.43.0-rc.3
1061
- - @akinon/pz-click-collect@1.43.0-rc.3
1062
- - @akinon/pz-masterpass@1.43.0-rc.3
1063
- - @akinon/next@1.43.0-rc.3
1064
- - @akinon/pz-akifast@1.43.0-rc.3
1065
- - @akinon/pz-gpay@1.43.0-rc.3
1066
- - @akinon/pz-b2b@1.43.0-rc.3
1067
- - @akinon/pz-bkm@1.43.0-rc.3
1068
- - @akinon/pz-otp@1.43.0-rc.3
1069
-
1070
- ## 1.43.0-rc.2
1071
-
1072
- ### Patch Changes
1073
-
1074
- - Updated dependencies [f2c92d5]
1075
- - @akinon/next@1.43.0-rc.2
1076
- - @akinon/pz-akifast@1.43.0-rc.2
1077
- - @akinon/pz-b2b@1.43.0-rc.2
1078
- - @akinon/pz-basket-gift-pack@1.43.0-rc.2
1079
- - @akinon/pz-bkm@1.43.0-rc.2
1080
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
1081
- - @akinon/pz-click-collect@1.43.0-rc.2
1082
- - @akinon/pz-credit-payment@1.43.0-rc.2
1083
- - @akinon/pz-gpay@1.43.0-rc.2
1084
- - @akinon/pz-masterpass@1.43.0-rc.2
1085
- - @akinon/pz-one-click-checkout@1.43.0-rc.2
1086
- - @akinon/pz-otp@1.43.0-rc.2
1087
- - @akinon/pz-pay-on-delivery@1.43.0-rc.2
1088
-
1089
- ## 1.43.0-rc.1
1090
-
1091
- ### Minor Changes
1092
-
1093
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1094
109
 
1095
110
  ### Patch Changes
1096
111
 
1097
- - Updated dependencies [eecb282]
1098
- - @akinon/next@1.43.0-rc.1
1099
- - @akinon/pz-akifast@1.43.0-rc.1
1100
- - @akinon/pz-b2b@1.43.0-rc.1
1101
- - @akinon/pz-basket-gift-pack@1.43.0-rc.1
1102
- - @akinon/pz-bkm@1.43.0-rc.1
1103
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
1104
- - @akinon/pz-click-collect@1.43.0-rc.1
1105
- - @akinon/pz-credit-payment@1.43.0-rc.1
1106
- - @akinon/pz-gpay@1.43.0-rc.1
1107
- - @akinon/pz-masterpass@1.43.0-rc.1
1108
- - @akinon/pz-one-click-checkout@1.43.0-rc.1
1109
- - @akinon/pz-otp@1.43.0-rc.1
1110
- - @akinon/pz-pay-on-delivery@1.43.0-rc.1
1111
-
1112
- ## 1.43.0-rc.0
1113
-
1114
- ### Minor Changes
1115
-
1116
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1117
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1118
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1119
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
1120
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
1121
- - 7521265: ZERO-2787: Fix hover classname for favorite item
1122
- - 27a5296: ZERO-2631:Fix Checkbox Click
1123
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
1124
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
1125
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
1126
- - 552ee8a: ZERO-2777: fix link component usage
1127
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
1128
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1129
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
1130
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1131
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
1132
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1133
- - d3474c6: ZERO-2655: Add data source shipping option
1134
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
1135
- - 75080fd: ZERO-2630: Add max limit to postcode area
1136
- - 9609eb2: ZERO-2779: Upgrade for tailwind
1137
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1138
- - 959e1fa: ZERO-2778: Upgrade for nextjs
1139
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1140
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
1141
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1142
- - beb499e: ZERO-2551: Add new tsconfig paths
1143
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
1144
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1145
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1146
- - f046f8e: ZERO-2575: update version for react-number-format
1147
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1148
-
1149
- ### Patch Changes
1150
-
1151
- - Updated dependencies [90282b5]
1152
- - Updated dependencies [50b9069]
1153
- - Updated dependencies [572d2e8]
1154
- - Updated dependencies [a4c8d6a]
1155
- - Updated dependencies [fda5b92]
1156
- - Updated dependencies [2d9b2b2]
1157
- - Updated dependencies [c53ea3e]
1158
- - Updated dependencies [8d9ac9a]
1159
- - Updated dependencies [18e8197]
1160
- - Updated dependencies [714e0b4]
1161
- - Updated dependencies [e9541a1]
1162
- - Updated dependencies [c53ef7b]
1163
- - Updated dependencies [0d3a913]
1164
- - Updated dependencies [1448a96]
1165
- - Updated dependencies [d3474c6]
1166
- - Updated dependencies [75080fd]
1167
- - Updated dependencies [91265bb]
1168
- - Updated dependencies [bbe18b9]
1169
- - Updated dependencies [d409996]
1170
- - Updated dependencies [69ca080]
1171
- - Updated dependencies [94b6928]
1172
- - Updated dependencies [98bb8dc]
1173
- - Updated dependencies [46b7aad]
1174
- - Updated dependencies [dcc8a15]
1175
- - Updated dependencies [fad2768]
1176
- - Updated dependencies [dff0d59]
1177
- - Updated dependencies [beb499e]
1178
- - Updated dependencies [146ea39]
1179
- - Updated dependencies [c47be30]
1180
- - Updated dependencies [e9a46ac]
1181
- - Updated dependencies [f046f8e]
1182
- - Updated dependencies [86d2531]
1183
- - @akinon/next@1.43.0-rc.0
1184
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
1185
- - @akinon/pz-one-click-checkout@1.43.0-rc.0
1186
- - @akinon/pz-basket-gift-pack@1.43.0-rc.0
1187
- - @akinon/pz-click-collect@1.43.0-rc.0
1188
- - @akinon/pz-masterpass@1.43.0-rc.0
1189
- - @akinon/pz-akifast@1.43.0-rc.0
1190
- - @akinon/pz-gpay@1.43.0-rc.0
1191
- - @akinon/pz-b2b@1.43.0-rc.0
1192
- - @akinon/pz-bkm@1.43.0-rc.0
1193
- - @akinon/pz-otp@1.43.0-rc.0
1194
- - @akinon/pz-credit-payment@1.43.0-rc.0
1195
- - @akinon/pz-pay-on-delivery@1.43.0-rc.0
112
+ - Updated dependencies [4a163f2]
113
+ - @akinon/next@1.43.0
114
+ - @akinon/pz-akifast@1.43.0
115
+ - @akinon/pz-b2b@1.43.0
116
+ - @akinon/pz-basket-gift-pack@1.43.0
117
+ - @akinon/pz-bkm@1.43.0
118
+ - @akinon/pz-checkout-gift-pack@1.43.0
119
+ - @akinon/pz-click-collect@1.43.0
120
+ - @akinon/pz-credit-payment@1.43.0
121
+ - @akinon/pz-gpay@1.43.0
122
+ - @akinon/pz-masterpass@1.43.0
123
+ - @akinon/pz-one-click-checkout@1.43.0
124
+ - @akinon/pz-otp@1.43.0
125
+ - @akinon/pz-pay-on-delivery@1.43.0
1196
126
 
1197
127
  ## 1.42.0
1198
128
 
@@ -1361,301 +291,13 @@
1361
291
 
1362
292
  ### Patch Changes
1363
293
 
1364
- - Updated dependencies [a4c8d6a]
1365
- - Updated dependencies [d09b677]
1366
- - Updated dependencies [6d4aadb]
1367
- - Updated dependencies [8e6e8cf]
1368
- - Updated dependencies [c53ef7b]
1369
- - Updated dependencies [ebb63ce]
1370
- - Updated dependencies [7cebe87]
1371
- - Updated dependencies [616690d]
1372
- - Updated dependencies [f3b595e]
1373
- - Updated dependencies [91265bb]
1374
- - Updated dependencies [59fb7c3]
1375
- - Updated dependencies [bbe18b9]
1376
- - Updated dependencies [f0c23bc]
1377
- - Updated dependencies [3420416]
1378
- - Updated dependencies [495d155]
1379
- - Updated dependencies [beb499e]
1380
- - Updated dependencies [6c18543]
1381
- - Updated dependencies [40ad73e]
1382
- - Updated dependencies [495d155]
1383
- - Updated dependencies [f046f8e]
1384
- - Updated dependencies [6b2972b]
1385
- - Updated dependencies [3e68768]
1386
- - @akinon/next@1.34.0-rc.20
1387
- - @akinon/pz-masterpass@1.34.0-rc.20
1388
- - @akinon/pz-one-click-checkout@1.34.0-rc.20
1389
- - @akinon/pz-b2b@1.34.0-rc.20
1390
- - @akinon/pz-gpay@1.34.0-rc.20
1391
- - @akinon/pz-otp@1.34.0-rc.20
1392
- - @akinon/pz-pay-on-delivery@1.34.0-rc.20
1393
-
1394
- ## 1.34.0-rc.19
1395
-
1396
- ### Patch Changes
1397
-
1398
- - Updated dependencies [c53ef7b]
1399
- - @akinon/next@1.34.0-rc.19
1400
- - @akinon/pz-b2b@1.34.0-rc.19
1401
- - @akinon/pz-gpay@1.34.0-rc.19
1402
- - @akinon/pz-masterpass@1.34.0-rc.19
1403
- - @akinon/pz-one-click-checkout@1.34.0-rc.19
1404
- - @akinon/pz-otp@1.34.0-rc.19
1405
- - @akinon/pz-pay-on-delivery@1.34.0-rc.19
1406
-
1407
- ## 1.34.0-rc.18
1408
-
1409
- ### Minor Changes
1410
-
1411
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
1412
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
1413
-
1414
- ### Patch Changes
1415
-
1416
- - Updated dependencies [a4c8d6a]
1417
- - @akinon/next@1.34.0-rc.18
1418
- - @akinon/pz-b2b@1.34.0-rc.18
1419
- - @akinon/pz-gpay@1.34.0-rc.18
1420
- - @akinon/pz-masterpass@1.34.0-rc.18
1421
- - @akinon/pz-one-click-checkout@1.34.0-rc.18
1422
- - @akinon/pz-otp@1.34.0-rc.18
1423
- - @akinon/pz-pay-on-delivery@1.34.0-rc.18
1424
-
1425
- ## 1.34.0-rc.17
1426
-
1427
- ### Minor Changes
1428
-
1429
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
1430
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
1431
- - 27a5296: ZERO-2631:Fix Checkbox Click
1432
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
1433
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1434
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
1435
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1436
- - f0c23bc: ZERO-2135: add custom not found page
1437
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
1438
- - beb499e: ZERO-2551: Add new tsconfig paths
1439
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
1440
- - 202f84e: ZERO-2569: Fix static keys
1441
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1442
- - f046f8e: ZERO-2575: update version for react-number-format
1443
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
1444
-
1445
- ### Patch Changes
1446
-
1447
- - Updated dependencies [d09b677]
1448
- - Updated dependencies [6d4aadb]
1449
- - Updated dependencies [8e6e8cf]
1450
- - Updated dependencies [ebb63ce]
1451
- - Updated dependencies [7cebe87]
1452
- - Updated dependencies [616690d]
1453
- - Updated dependencies [f3b595e]
1454
- - Updated dependencies [91265bb]
1455
- - Updated dependencies [59fb7c3]
1456
- - Updated dependencies [bbe18b9]
1457
- - Updated dependencies [f0c23bc]
1458
- - Updated dependencies [3420416]
1459
- - Updated dependencies [495d155]
1460
- - Updated dependencies [beb499e]
1461
- - Updated dependencies [6c18543]
1462
- - Updated dependencies [40ad73e]
1463
- - Updated dependencies [495d155]
1464
- - Updated dependencies [f046f8e]
1465
- - Updated dependencies [6b2972b]
1466
- - Updated dependencies [3e68768]
1467
- - @akinon/next@1.34.0-rc.17
1468
- - @akinon/pz-masterpass@1.34.0-rc.17
1469
- - @akinon/pz-one-click-checkout@1.34.0-rc.17
1470
- - @akinon/pz-b2b@1.34.0-rc.17
1471
- - @akinon/pz-gpay@1.34.0-rc.17
1472
- - @akinon/pz-otp@1.34.0-rc.17
1473
- - @akinon/pz-pay-on-delivery@1.34.0-rc.17
1474
-
1475
- ## 1.34.0-rc.16
1476
-
1477
- ### Patch Changes
1478
-
1479
- - @akinon/next@1.34.0-rc.16
1480
- - @akinon/pz-b2b@1.34.0-rc.16
1481
- - @akinon/pz-gpay@1.34.0-rc.16
1482
- - @akinon/pz-masterpass@1.34.0-rc.16
1483
- - @akinon/pz-one-click-checkout@1.34.0-rc.16
1484
- - @akinon/pz-otp@1.34.0-rc.16
1485
- - @akinon/pz-pay-on-delivery@1.34.0-rc.16
1486
-
1487
- ## 1.34.0-rc.15
1488
-
1489
- ### Patch Changes
1490
-
1491
- - @akinon/next@1.34.0-rc.15
1492
- - @akinon/pz-b2b@1.34.0-rc.15
1493
- - @akinon/pz-gpay@1.34.0-rc.15
1494
- - @akinon/pz-masterpass@1.34.0-rc.15
1495
- - @akinon/pz-one-click-checkout@1.34.0-rc.15
1496
- - @akinon/pz-otp@1.34.0-rc.15
1497
- - @akinon/pz-pay-on-delivery@1.34.0-rc.15
1498
-
1499
- ## 1.34.0-rc.14
1500
-
1501
- ### Minor Changes
1502
-
1503
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
1504
-
1505
- ### Patch Changes
1506
-
1507
- - @akinon/next@1.34.0-rc.14
1508
- - @akinon/pz-b2b@1.34.0-rc.14
1509
- - @akinon/pz-gpay@1.34.0-rc.14
1510
- - @akinon/pz-masterpass@1.34.0-rc.14
1511
- - @akinon/pz-one-click-checkout@1.34.0-rc.14
1512
- - @akinon/pz-otp@1.34.0-rc.14
1513
- - @akinon/pz-pay-on-delivery@1.34.0-rc.14
1514
-
1515
- ## 1.34.0-rc.13
1516
-
1517
- ### Minor Changes
1518
-
1519
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
1520
-
1521
- ### Patch Changes
1522
-
1523
- - @akinon/next@1.34.0-rc.13
1524
- - @akinon/pz-b2b@1.34.0-rc.13
1525
- - @akinon/pz-gpay@1.34.0-rc.13
1526
- - @akinon/pz-masterpass@1.34.0-rc.13
1527
- - @akinon/pz-one-click-checkout@1.34.0-rc.13
1528
- - @akinon/pz-otp@1.34.0-rc.13
1529
- - @akinon/pz-pay-on-delivery@1.34.0-rc.13
1530
-
1531
- ## 1.34.0-rc.12
1532
-
1533
- ### Patch Changes
1534
-
1535
- - Updated dependencies [616690d]
1536
- - @akinon/next@1.34.0-rc.12
1537
- - @akinon/pz-b2b@1.34.0-rc.12
1538
- - @akinon/pz-gpay@1.34.0-rc.12
1539
- - @akinon/pz-masterpass@1.34.0-rc.12
1540
- - @akinon/pz-one-click-checkout@1.34.0-rc.12
1541
- - @akinon/pz-otp@1.34.0-rc.12
1542
- - @akinon/pz-pay-on-delivery@1.34.0-rc.12
1543
-
1544
- ## 1.34.0-rc.11
1545
-
1546
- ### Patch Changes
1547
-
1548
- - Updated dependencies [8e6e8cf]
1549
- - @akinon/next@1.34.0-rc.11
1550
- - @akinon/pz-b2b@1.34.0-rc.11
1551
- - @akinon/pz-gpay@1.34.0-rc.11
1552
- - @akinon/pz-masterpass@1.34.0-rc.11
1553
- - @akinon/pz-one-click-checkout@1.34.0-rc.11
1554
- - @akinon/pz-otp@1.34.0-rc.11
1555
- - @akinon/pz-pay-on-delivery@1.34.0-rc.11
1556
-
1557
- ## 1.34.0-rc.10
1558
-
1559
- ### Patch Changes
1560
-
1561
- - Updated dependencies [bbe18b9]
1562
- - @akinon/next@1.34.0-rc.10
1563
- - @akinon/pz-b2b@1.34.0-rc.10
1564
- - @akinon/pz-gpay@1.34.0-rc.10
1565
- - @akinon/pz-masterpass@1.34.0-rc.10
1566
- - @akinon/pz-one-click-checkout@1.34.0-rc.10
1567
- - @akinon/pz-otp@1.34.0-rc.10
1568
- - @akinon/pz-pay-on-delivery@1.34.0-rc.10
1569
-
1570
- ## 1.34.0-rc.9
1571
-
1572
- ### Minor Changes
1573
-
1574
- - beb499e: ZERO-2551: Add new tsconfig paths
1575
-
1576
- ### Patch Changes
1577
-
1578
- - Updated dependencies [beb499e]
1579
- - @akinon/next@1.34.0-rc.9
1580
- - @akinon/pz-b2b@1.34.0-rc.9
1581
- - @akinon/pz-gpay@1.34.0-rc.9
1582
- - @akinon/pz-masterpass@1.34.0-rc.9
1583
- - @akinon/pz-one-click-checkout@1.34.0-rc.9
1584
- - @akinon/pz-otp@1.34.0-rc.9
1585
- - @akinon/pz-pay-on-delivery@1.34.0-rc.9
1586
-
1587
- ## 1.34.0-rc.8
1588
-
1589
- ### Minor Changes
1590
-
1591
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1592
-
1593
- ### Patch Changes
1594
-
1595
- - Updated dependencies [91265bb]
1596
- - @akinon/next@1.34.0-rc.8
1597
- - @akinon/pz-b2b@1.34.0-rc.8
1598
- - @akinon/pz-gpay@1.34.0-rc.8
1599
- - @akinon/pz-masterpass@1.34.0-rc.8
1600
- - @akinon/pz-one-click-checkout@1.34.0-rc.8
1601
- - @akinon/pz-otp@1.34.0-rc.8
1602
- - @akinon/pz-pay-on-delivery@1.34.0-rc.8
1603
-
1604
- ## 1.34.0-rc.7
1605
-
1606
- ### Minor Changes
1607
-
1608
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
1609
-
1610
- ### Patch Changes
1611
-
1612
- - @akinon/next@1.34.0-rc.7
1613
- - @akinon/pz-b2b@1.34.0-rc.7
1614
- - @akinon/pz-gpay@1.34.0-rc.7
1615
- - @akinon/pz-masterpass@1.34.0-rc.7
1616
- - @akinon/pz-one-click-checkout@1.34.0-rc.7
1617
- - @akinon/pz-otp@1.34.0-rc.7
1618
- - @akinon/pz-pay-on-delivery@1.34.0-rc.7
1619
-
1620
- ## 1.34.0-rc.6
1621
-
1622
- ### Minor Changes
1623
-
1624
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
1625
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
1626
- - 27a5296: ZERO-2631:Fix Checkbox Click
1627
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
1628
- - f0c23bc: ZERO-2135: add custom not found page
1629
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
1630
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
1631
- - 202f84e: ZERO-2569: Fix static keys
1632
- - f046f8e: ZERO-2575: update version for react-number-format
1633
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
1634
-
1635
- ### Patch Changes
1636
-
1637
- - Updated dependencies [d09b677]
1638
- - Updated dependencies [6d4aadb]
1639
- - Updated dependencies [ebb63ce]
1640
- - Updated dependencies [7cebe87]
1641
- - Updated dependencies [f3b595e]
1642
- - Updated dependencies [59fb7c3]
1643
- - Updated dependencies [f0c23bc]
1644
- - Updated dependencies [3420416]
1645
- - Updated dependencies [495d155]
1646
- - Updated dependencies [6c18543]
1647
- - Updated dependencies [40ad73e]
1648
- - Updated dependencies [495d155]
1649
- - Updated dependencies [f046f8e]
1650
- - Updated dependencies [6b2972b]
1651
- - Updated dependencies [3e68768]
1652
- - @akinon/next@1.34.0-rc.6
1653
- - @akinon/pz-masterpass@1.34.0-rc.6
1654
- - @akinon/pz-one-click-checkout@1.34.0-rc.6
1655
- - @akinon/pz-b2b@1.34.0-rc.6
1656
- - @akinon/pz-gpay@1.34.0-rc.6
1657
- - @akinon/pz-otp@1.34.0-rc.6
1658
- - @akinon/pz-pay-on-delivery@1.34.0-rc.6
294
+ - @akinon/next@1.34.0
295
+ - @akinon/pz-b2b@1.34.0
296
+ - @akinon/pz-gpay@1.34.0
297
+ - @akinon/pz-masterpass@1.34.0
298
+ - @akinon/pz-one-click-checkout@1.34.0
299
+ - @akinon/pz-otp@1.34.0
300
+ - @akinon/pz-pay-on-delivery@1.34.0
1659
301
 
1660
302
  ## 1.33.2
1661
303