@akinon/projectzero 1.43.0-rc.9 → 1.44.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 (42) hide show
  1. package/CHANGELOG.md +3 -66
  2. package/README.md +2 -3
  3. package/app-template/.lintstagedrc.js +4 -5
  4. package/app-template/CHANGELOG.md +35 -626
  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.json +21 -23
  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]/orders/completed/[token]/page.tsx +8 -12
  15. package/app-template/src/components/checkbox.tsx +2 -2
  16. package/app-template/src/components/input.tsx +7 -19
  17. package/app-template/src/components/price.tsx +4 -9
  18. package/app-template/src/redux/reducers/category.ts +1 -7
  19. package/app-template/src/settings.js +1 -6
  20. package/app-template/src/views/account/address-card.tsx +2 -2
  21. package/app-template/src/views/account/address-form.tsx +7 -22
  22. package/app-template/src/views/account/contact-form.tsx +6 -23
  23. package/app-template/src/views/account/favorite-item.tsx +2 -2
  24. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
  25. package/app-template/src/views/category/category-info.tsx +17 -31
  26. package/app-template/src/views/category/filters/index.tsx +105 -5
  27. package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +4 -33
  28. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
  29. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
  30. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  31. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  32. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
  33. package/app-template/src/views/find-in-store/index.tsx +3 -2
  34. package/app-template/src/views/header/mobile-menu.tsx +8 -25
  35. package/app-template/tsconfig.json +4 -14
  36. package/app-template/yarn.lock +1953 -1824
  37. package/commands/create.ts +7 -29
  38. package/dist/commands/create.js +3 -25
  39. package/package.json +2 -2
  40. package/app-template/package-lock.json +0 -29303
  41. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
  42. package/app-template/src/views/category/filters/filter-item.tsx +0 -131
@@ -1,348 +1,45 @@
1
1
  # projectzeronext
2
2
 
3
- ## 1.43.0-rc.9
4
-
5
- ### Minor Changes
6
-
7
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
3
+ ## 1.44.0
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - Updated dependencies [bc2b411]
12
- - @akinon/next@1.43.0-rc.9
13
- - @akinon/pz-akifast@1.43.0-rc.9
14
- - @akinon/pz-b2b@1.43.0-rc.9
15
- - @akinon/pz-basket-gift-pack@1.43.0-rc.9
16
- - @akinon/pz-bkm@1.43.0-rc.9
17
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.9
18
- - @akinon/pz-click-collect@1.43.0-rc.9
19
- - @akinon/pz-credit-payment@1.43.0-rc.9
20
- - @akinon/pz-gpay@1.43.0-rc.9
21
- - @akinon/pz-masterpass@1.43.0-rc.9
22
- - @akinon/pz-one-click-checkout@1.43.0-rc.9
23
- - @akinon/pz-otp@1.43.0-rc.9
24
- - @akinon/pz-pay-on-delivery@1.43.0-rc.9
25
-
26
- ## 1.43.0-rc.8
7
+ - @akinon/next@1.44.0
8
+ - @akinon/pz-akifast@1.44.0
9
+ - @akinon/pz-b2b@1.44.0
10
+ - @akinon/pz-basket-gift-pack@1.44.0
11
+ - @akinon/pz-bkm@1.44.0
12
+ - @akinon/pz-checkout-gift-pack@1.44.0
13
+ - @akinon/pz-click-collect@1.44.0
14
+ - @akinon/pz-credit-payment@1.44.0
15
+ - @akinon/pz-gpay@1.44.0
16
+ - @akinon/pz-masterpass@1.44.0
17
+ - @akinon/pz-one-click-checkout@1.44.0
18
+ - @akinon/pz-otp@1.44.0
19
+ - @akinon/pz-pay-on-delivery@1.44.0
27
20
 
28
- ### Patch Changes
29
-
30
- - Updated dependencies [70279e7]
31
- - Updated dependencies [9d94f7e]
32
- - @akinon/next@1.43.0-rc.8
33
- - @akinon/pz-akifast@1.43.0-rc.8
34
- - @akinon/pz-b2b@1.43.0-rc.8
35
- - @akinon/pz-basket-gift-pack@1.43.0-rc.8
36
- - @akinon/pz-bkm@1.43.0-rc.8
37
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.8
38
- - @akinon/pz-click-collect@1.43.0-rc.8
39
- - @akinon/pz-credit-payment@1.43.0-rc.8
40
- - @akinon/pz-gpay@1.43.0-rc.8
41
- - @akinon/pz-masterpass@1.43.0-rc.8
42
- - @akinon/pz-one-click-checkout@1.43.0-rc.8
43
- - @akinon/pz-otp@1.43.0-rc.8
44
- - @akinon/pz-pay-on-delivery@1.43.0-rc.8
45
-
46
- ## 1.43.0-rc.7
47
-
48
- ### Patch Changes
49
-
50
- - Updated dependencies [7bd3d99]
51
- - @akinon/next@1.43.0-rc.7
52
- - @akinon/pz-akifast@1.43.0-rc.7
53
- - @akinon/pz-b2b@1.43.0-rc.7
54
- - @akinon/pz-basket-gift-pack@1.43.0-rc.7
55
- - @akinon/pz-bkm@1.43.0-rc.7
56
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.7
57
- - @akinon/pz-click-collect@1.43.0-rc.7
58
- - @akinon/pz-credit-payment@1.43.0-rc.7
59
- - @akinon/pz-gpay@1.43.0-rc.7
60
- - @akinon/pz-masterpass@1.43.0-rc.7
61
- - @akinon/pz-one-click-checkout@1.43.0-rc.7
62
- - @akinon/pz-otp@1.43.0-rc.7
63
- - @akinon/pz-pay-on-delivery@1.43.0-rc.7
64
-
65
- ## 1.43.0-rc.6
21
+ ## 1.43.0
66
22
 
67
23
  ### Minor Changes
68
24
 
69
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
70
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
71
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
72
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
73
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
74
- - 7521265: ZERO-2787: Fix hover classname for favorite item
75
- - 27a5296: ZERO-2631:Fix Checkbox Click
76
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
77
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
78
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
79
- - 552ee8a: ZERO-2777: fix link component usage
80
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
81
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
82
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
83
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
84
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
85
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
86
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
87
- - d3474c6: ZERO-2655: Add data source shipping option
88
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
89
- - 75080fd: ZERO-2630: Add max limit to postcode area
90
- - 9609eb2: ZERO-2779: Upgrade for tailwind
91
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
92
- - 959e1fa: ZERO-2778: Upgrade for nextjs
93
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
94
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
95
- - dff0d59: ZERO-2659: add formData support to proxy api requests
96
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
97
25
  - 4a163f2: ZERO-2761: Add condition for basket summary
98
- - beb499e: ZERO-2551: Add new tsconfig paths
99
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
100
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
101
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
102
- - f046f8e: ZERO-2575: update version for react-number-format
103
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
104
26
 
105
27
  ### Patch Changes
106
28
 
107
- - Updated dependencies [90282b5]
108
- - Updated dependencies [50b9069]
109
- - Updated dependencies [572d2e8]
110
- - Updated dependencies [a4c8d6a]
111
- - Updated dependencies [fda5b92]
112
- - Updated dependencies [2d9b2b2]
113
- - Updated dependencies [c53ea3e]
114
- - Updated dependencies [8d9ac9a]
115
- - Updated dependencies [18e8197]
116
- - Updated dependencies [714e0b4]
117
- - Updated dependencies [e9541a1]
118
- - Updated dependencies [c53ef7b]
119
- - Updated dependencies [64699d3]
120
- - Updated dependencies [0d3a913]
121
- - Updated dependencies [1448a96]
122
- - Updated dependencies [d3474c6]
123
- - Updated dependencies [75080fd]
124
- - Updated dependencies [17f8752]
125
- - Updated dependencies [91265bb]
126
- - Updated dependencies [bbe18b9]
127
- - Updated dependencies [d409996]
128
- - Updated dependencies [69ca080]
129
- - Updated dependencies [94b6928]
130
- - Updated dependencies [98bb8dc]
131
- - Updated dependencies [46b7aad]
132
- - Updated dependencies [dcc8a15]
133
- - Updated dependencies [fad2768]
134
- - Updated dependencies [dff0d59]
135
- - Updated dependencies [eecb282]
136
29
  - Updated dependencies [4a163f2]
137
- - Updated dependencies [beb499e]
138
- - Updated dependencies [146ea39]
139
- - Updated dependencies [f2c92d5]
140
- - Updated dependencies [c47be30]
141
- - Updated dependencies [e9a46ac]
142
- - Updated dependencies [f046f8e]
143
- - Updated dependencies [86d2531]
144
- - Updated dependencies [3f9b8d7]
145
- - @akinon/next@1.43.0-rc.6
146
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.6
147
- - @akinon/pz-one-click-checkout@1.43.0-rc.6
148
- - @akinon/pz-basket-gift-pack@1.43.0-rc.6
149
- - @akinon/pz-click-collect@1.43.0-rc.6
150
- - @akinon/pz-masterpass@1.43.0-rc.6
151
- - @akinon/pz-akifast@1.43.0-rc.6
152
- - @akinon/pz-gpay@1.43.0-rc.6
153
- - @akinon/pz-b2b@1.43.0-rc.6
154
- - @akinon/pz-bkm@1.43.0-rc.6
155
- - @akinon/pz-otp@1.43.0-rc.6
156
- - @akinon/pz-pay-on-delivery@1.43.0-rc.6
157
- - @akinon/pz-credit-payment@1.43.0-rc.6
158
-
159
- ## 1.43.0-rc.5
160
-
161
- ### Patch Changes
162
-
163
- - Updated dependencies [17f8752]
164
- - @akinon/next@1.43.0-rc.5
165
- - @akinon/pz-akifast@1.43.0-rc.5
166
- - @akinon/pz-b2b@1.43.0-rc.5
167
- - @akinon/pz-basket-gift-pack@1.43.0-rc.5
168
- - @akinon/pz-bkm@1.43.0-rc.5
169
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.5
170
- - @akinon/pz-click-collect@1.43.0-rc.5
171
- - @akinon/pz-credit-payment@1.43.0-rc.5
172
- - @akinon/pz-gpay@1.43.0-rc.5
173
- - @akinon/pz-masterpass@1.43.0-rc.5
174
- - @akinon/pz-one-click-checkout@1.43.0-rc.5
175
- - @akinon/pz-otp@1.43.0-rc.5
176
- - @akinon/pz-pay-on-delivery@1.43.0-rc.5
177
-
178
- ## 1.43.0-rc.4
179
-
180
- ### Patch Changes
181
-
182
- - Updated dependencies [3f9b8d7]
183
- - @akinon/next@1.43.0-rc.4
184
- - @akinon/pz-akifast@1.43.0-rc.4
185
- - @akinon/pz-b2b@1.43.0-rc.4
186
- - @akinon/pz-basket-gift-pack@1.43.0-rc.4
187
- - @akinon/pz-bkm@1.43.0-rc.4
188
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.4
189
- - @akinon/pz-click-collect@1.43.0-rc.4
190
- - @akinon/pz-credit-payment@1.43.0-rc.4
191
- - @akinon/pz-gpay@1.43.0-rc.4
192
- - @akinon/pz-masterpass@1.43.0-rc.4
193
- - @akinon/pz-one-click-checkout@1.43.0-rc.4
194
- - @akinon/pz-otp@1.43.0-rc.4
195
- - @akinon/pz-pay-on-delivery@1.43.0-rc.4
196
-
197
- ## 1.43.0-rc.3
198
-
199
- ### Minor Changes
200
-
201
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
202
-
203
- ### Patch Changes
204
-
205
- - Updated dependencies [64699d3]
206
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.3
207
- - @akinon/pz-one-click-checkout@1.43.0-rc.3
208
- - @akinon/pz-basket-gift-pack@1.43.0-rc.3
209
- - @akinon/pz-pay-on-delivery@1.43.0-rc.3
210
- - @akinon/pz-credit-payment@1.43.0-rc.3
211
- - @akinon/pz-click-collect@1.43.0-rc.3
212
- - @akinon/pz-masterpass@1.43.0-rc.3
213
- - @akinon/next@1.43.0-rc.3
214
- - @akinon/pz-akifast@1.43.0-rc.3
215
- - @akinon/pz-gpay@1.43.0-rc.3
216
- - @akinon/pz-b2b@1.43.0-rc.3
217
- - @akinon/pz-bkm@1.43.0-rc.3
218
- - @akinon/pz-otp@1.43.0-rc.3
219
-
220
- ## 1.43.0-rc.2
221
-
222
- ### Patch Changes
223
-
224
- - Updated dependencies [f2c92d5]
225
- - @akinon/next@1.43.0-rc.2
226
- - @akinon/pz-akifast@1.43.0-rc.2
227
- - @akinon/pz-b2b@1.43.0-rc.2
228
- - @akinon/pz-basket-gift-pack@1.43.0-rc.2
229
- - @akinon/pz-bkm@1.43.0-rc.2
230
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.2
231
- - @akinon/pz-click-collect@1.43.0-rc.2
232
- - @akinon/pz-credit-payment@1.43.0-rc.2
233
- - @akinon/pz-gpay@1.43.0-rc.2
234
- - @akinon/pz-masterpass@1.43.0-rc.2
235
- - @akinon/pz-one-click-checkout@1.43.0-rc.2
236
- - @akinon/pz-otp@1.43.0-rc.2
237
- - @akinon/pz-pay-on-delivery@1.43.0-rc.2
238
-
239
- ## 1.43.0-rc.1
240
-
241
- ### Minor Changes
242
-
243
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
244
-
245
- ### Patch Changes
246
-
247
- - Updated dependencies [eecb282]
248
- - @akinon/next@1.43.0-rc.1
249
- - @akinon/pz-akifast@1.43.0-rc.1
250
- - @akinon/pz-b2b@1.43.0-rc.1
251
- - @akinon/pz-basket-gift-pack@1.43.0-rc.1
252
- - @akinon/pz-bkm@1.43.0-rc.1
253
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.1
254
- - @akinon/pz-click-collect@1.43.0-rc.1
255
- - @akinon/pz-credit-payment@1.43.0-rc.1
256
- - @akinon/pz-gpay@1.43.0-rc.1
257
- - @akinon/pz-masterpass@1.43.0-rc.1
258
- - @akinon/pz-one-click-checkout@1.43.0-rc.1
259
- - @akinon/pz-otp@1.43.0-rc.1
260
- - @akinon/pz-pay-on-delivery@1.43.0-rc.1
261
-
262
- ## 1.43.0-rc.0
263
-
264
- ### Minor Changes
265
-
266
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
267
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
268
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
269
- - 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
270
- - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
271
- - 7521265: ZERO-2787: Fix hover classname for favorite item
272
- - 27a5296: ZERO-2631:Fix Checkbox Click
273
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
274
- - e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
275
- - 52c1373: ZERO-2619: Added fix flag for the staged linter
276
- - 552ee8a: ZERO-2777: fix link component usage
277
- - 03c4c3e: ZERO-2731: Update Project Zero CLI command
278
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
279
- - 778a9a0: ZERO-2740: Upgrade next to 14.2.4
280
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
281
- - 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
282
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
283
- - d3474c6: ZERO-2655: Add data source shipping option
284
- - d2f0f15: ZERO-2723: Update sentry version and dependencies
285
- - 75080fd: ZERO-2630: Add max limit to postcode area
286
- - 9609eb2: ZERO-2779: Upgrade for tailwind
287
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
288
- - 959e1fa: ZERO-2778: Upgrade for nextjs
289
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
290
- - 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
291
- - dff0d59: ZERO-2659: add formData support to proxy api requests
292
- - beb499e: ZERO-2551: Add new tsconfig paths
293
- - fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
294
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
295
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
296
- - f046f8e: ZERO-2575: update version for react-number-format
297
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
298
-
299
- ### Patch Changes
300
-
301
- - Updated dependencies [90282b5]
302
- - Updated dependencies [50b9069]
303
- - Updated dependencies [572d2e8]
304
- - Updated dependencies [a4c8d6a]
305
- - Updated dependencies [fda5b92]
306
- - Updated dependencies [2d9b2b2]
307
- - Updated dependencies [c53ea3e]
308
- - Updated dependencies [8d9ac9a]
309
- - Updated dependencies [18e8197]
310
- - Updated dependencies [714e0b4]
311
- - Updated dependencies [e9541a1]
312
- - Updated dependencies [c53ef7b]
313
- - Updated dependencies [0d3a913]
314
- - Updated dependencies [1448a96]
315
- - Updated dependencies [d3474c6]
316
- - Updated dependencies [75080fd]
317
- - Updated dependencies [91265bb]
318
- - Updated dependencies [bbe18b9]
319
- - Updated dependencies [d409996]
320
- - Updated dependencies [69ca080]
321
- - Updated dependencies [94b6928]
322
- - Updated dependencies [98bb8dc]
323
- - Updated dependencies [46b7aad]
324
- - Updated dependencies [dcc8a15]
325
- - Updated dependencies [fad2768]
326
- - Updated dependencies [dff0d59]
327
- - Updated dependencies [beb499e]
328
- - Updated dependencies [146ea39]
329
- - Updated dependencies [c47be30]
330
- - Updated dependencies [e9a46ac]
331
- - Updated dependencies [f046f8e]
332
- - Updated dependencies [86d2531]
333
- - @akinon/next@1.43.0-rc.0
334
- - @akinon/pz-checkout-gift-pack@1.43.0-rc.0
335
- - @akinon/pz-one-click-checkout@1.43.0-rc.0
336
- - @akinon/pz-basket-gift-pack@1.43.0-rc.0
337
- - @akinon/pz-click-collect@1.43.0-rc.0
338
- - @akinon/pz-masterpass@1.43.0-rc.0
339
- - @akinon/pz-akifast@1.43.0-rc.0
340
- - @akinon/pz-gpay@1.43.0-rc.0
341
- - @akinon/pz-b2b@1.43.0-rc.0
342
- - @akinon/pz-bkm@1.43.0-rc.0
343
- - @akinon/pz-otp@1.43.0-rc.0
344
- - @akinon/pz-credit-payment@1.43.0-rc.0
345
- - @akinon/pz-pay-on-delivery@1.43.0-rc.0
30
+ - @akinon/next@1.43.0
31
+ - @akinon/pz-akifast@1.43.0
32
+ - @akinon/pz-b2b@1.43.0
33
+ - @akinon/pz-basket-gift-pack@1.43.0
34
+ - @akinon/pz-bkm@1.43.0
35
+ - @akinon/pz-checkout-gift-pack@1.43.0
36
+ - @akinon/pz-click-collect@1.43.0
37
+ - @akinon/pz-credit-payment@1.43.0
38
+ - @akinon/pz-gpay@1.43.0
39
+ - @akinon/pz-masterpass@1.43.0
40
+ - @akinon/pz-one-click-checkout@1.43.0
41
+ - @akinon/pz-otp@1.43.0
42
+ - @akinon/pz-pay-on-delivery@1.43.0
346
43
 
347
44
  ## 1.42.0
348
45
 
@@ -511,301 +208,13 @@
511
208
 
512
209
  ### Patch Changes
513
210
 
514
- - Updated dependencies [a4c8d6a]
515
- - Updated dependencies [d09b677]
516
- - Updated dependencies [6d4aadb]
517
- - Updated dependencies [8e6e8cf]
518
- - Updated dependencies [c53ef7b]
519
- - Updated dependencies [ebb63ce]
520
- - Updated dependencies [7cebe87]
521
- - Updated dependencies [616690d]
522
- - Updated dependencies [f3b595e]
523
- - Updated dependencies [91265bb]
524
- - Updated dependencies [59fb7c3]
525
- - Updated dependencies [bbe18b9]
526
- - Updated dependencies [f0c23bc]
527
- - Updated dependencies [3420416]
528
- - Updated dependencies [495d155]
529
- - Updated dependencies [beb499e]
530
- - Updated dependencies [6c18543]
531
- - Updated dependencies [40ad73e]
532
- - Updated dependencies [495d155]
533
- - Updated dependencies [f046f8e]
534
- - Updated dependencies [6b2972b]
535
- - Updated dependencies [3e68768]
536
- - @akinon/next@1.34.0-rc.20
537
- - @akinon/pz-masterpass@1.34.0-rc.20
538
- - @akinon/pz-one-click-checkout@1.34.0-rc.20
539
- - @akinon/pz-b2b@1.34.0-rc.20
540
- - @akinon/pz-gpay@1.34.0-rc.20
541
- - @akinon/pz-otp@1.34.0-rc.20
542
- - @akinon/pz-pay-on-delivery@1.34.0-rc.20
543
-
544
- ## 1.34.0-rc.19
545
-
546
- ### Patch Changes
547
-
548
- - Updated dependencies [c53ef7b]
549
- - @akinon/next@1.34.0-rc.19
550
- - @akinon/pz-b2b@1.34.0-rc.19
551
- - @akinon/pz-gpay@1.34.0-rc.19
552
- - @akinon/pz-masterpass@1.34.0-rc.19
553
- - @akinon/pz-one-click-checkout@1.34.0-rc.19
554
- - @akinon/pz-otp@1.34.0-rc.19
555
- - @akinon/pz-pay-on-delivery@1.34.0-rc.19
556
-
557
- ## 1.34.0-rc.18
558
-
559
- ### Minor Changes
560
-
561
- - 9b6bf91: ZERO-2660: Change campaings to campaigns
562
- - 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
563
-
564
- ### Patch Changes
565
-
566
- - Updated dependencies [a4c8d6a]
567
- - @akinon/next@1.34.0-rc.18
568
- - @akinon/pz-b2b@1.34.0-rc.18
569
- - @akinon/pz-gpay@1.34.0-rc.18
570
- - @akinon/pz-masterpass@1.34.0-rc.18
571
- - @akinon/pz-one-click-checkout@1.34.0-rc.18
572
- - @akinon/pz-otp@1.34.0-rc.18
573
- - @akinon/pz-pay-on-delivery@1.34.0-rc.18
574
-
575
- ## 1.34.0-rc.17
576
-
577
- ### Minor Changes
578
-
579
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
580
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
581
- - 27a5296: ZERO-2631:Fix Checkbox Click
582
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
583
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
584
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
585
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
586
- - f0c23bc: ZERO-2135: add custom not found page
587
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
588
- - beb499e: ZERO-2551: Add new tsconfig paths
589
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
590
- - 202f84e: ZERO-2569: Fix static keys
591
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
592
- - f046f8e: ZERO-2575: update version for react-number-format
593
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
594
-
595
- ### Patch Changes
596
-
597
- - Updated dependencies [d09b677]
598
- - Updated dependencies [6d4aadb]
599
- - Updated dependencies [8e6e8cf]
600
- - Updated dependencies [ebb63ce]
601
- - Updated dependencies [7cebe87]
602
- - Updated dependencies [616690d]
603
- - Updated dependencies [f3b595e]
604
- - Updated dependencies [91265bb]
605
- - Updated dependencies [59fb7c3]
606
- - Updated dependencies [bbe18b9]
607
- - Updated dependencies [f0c23bc]
608
- - Updated dependencies [3420416]
609
- - Updated dependencies [495d155]
610
- - Updated dependencies [beb499e]
611
- - Updated dependencies [6c18543]
612
- - Updated dependencies [40ad73e]
613
- - Updated dependencies [495d155]
614
- - Updated dependencies [f046f8e]
615
- - Updated dependencies [6b2972b]
616
- - Updated dependencies [3e68768]
617
- - @akinon/next@1.34.0-rc.17
618
- - @akinon/pz-masterpass@1.34.0-rc.17
619
- - @akinon/pz-one-click-checkout@1.34.0-rc.17
620
- - @akinon/pz-b2b@1.34.0-rc.17
621
- - @akinon/pz-gpay@1.34.0-rc.17
622
- - @akinon/pz-otp@1.34.0-rc.17
623
- - @akinon/pz-pay-on-delivery@1.34.0-rc.17
624
-
625
- ## 1.34.0-rc.16
626
-
627
- ### Patch Changes
628
-
629
- - @akinon/next@1.34.0-rc.16
630
- - @akinon/pz-b2b@1.34.0-rc.16
631
- - @akinon/pz-gpay@1.34.0-rc.16
632
- - @akinon/pz-masterpass@1.34.0-rc.16
633
- - @akinon/pz-one-click-checkout@1.34.0-rc.16
634
- - @akinon/pz-otp@1.34.0-rc.16
635
- - @akinon/pz-pay-on-delivery@1.34.0-rc.16
636
-
637
- ## 1.34.0-rc.15
638
-
639
- ### Patch Changes
640
-
641
- - @akinon/next@1.34.0-rc.15
642
- - @akinon/pz-b2b@1.34.0-rc.15
643
- - @akinon/pz-gpay@1.34.0-rc.15
644
- - @akinon/pz-masterpass@1.34.0-rc.15
645
- - @akinon/pz-one-click-checkout@1.34.0-rc.15
646
- - @akinon/pz-otp@1.34.0-rc.15
647
- - @akinon/pz-pay-on-delivery@1.34.0-rc.15
648
-
649
- ## 1.34.0-rc.14
650
-
651
- ### Minor Changes
652
-
653
- - 4614eee: ZERO-2602: The script that checks the build for standalone projects
654
-
655
- ### Patch Changes
656
-
657
- - @akinon/next@1.34.0-rc.14
658
- - @akinon/pz-b2b@1.34.0-rc.14
659
- - @akinon/pz-gpay@1.34.0-rc.14
660
- - @akinon/pz-masterpass@1.34.0-rc.14
661
- - @akinon/pz-one-click-checkout@1.34.0-rc.14
662
- - @akinon/pz-otp@1.34.0-rc.14
663
- - @akinon/pz-pay-on-delivery@1.34.0-rc.14
664
-
665
- ## 1.34.0-rc.13
666
-
667
- ### Minor Changes
668
-
669
- - 74a1269: ZERO-2658:Edit product name clickability on completed order page
670
-
671
- ### Patch Changes
672
-
673
- - @akinon/next@1.34.0-rc.13
674
- - @akinon/pz-b2b@1.34.0-rc.13
675
- - @akinon/pz-gpay@1.34.0-rc.13
676
- - @akinon/pz-masterpass@1.34.0-rc.13
677
- - @akinon/pz-one-click-checkout@1.34.0-rc.13
678
- - @akinon/pz-otp@1.34.0-rc.13
679
- - @akinon/pz-pay-on-delivery@1.34.0-rc.13
680
-
681
- ## 1.34.0-rc.12
682
-
683
- ### Patch Changes
684
-
685
- - Updated dependencies [616690d]
686
- - @akinon/next@1.34.0-rc.12
687
- - @akinon/pz-b2b@1.34.0-rc.12
688
- - @akinon/pz-gpay@1.34.0-rc.12
689
- - @akinon/pz-masterpass@1.34.0-rc.12
690
- - @akinon/pz-one-click-checkout@1.34.0-rc.12
691
- - @akinon/pz-otp@1.34.0-rc.12
692
- - @akinon/pz-pay-on-delivery@1.34.0-rc.12
693
-
694
- ## 1.34.0-rc.11
695
-
696
- ### Patch Changes
697
-
698
- - Updated dependencies [8e6e8cf]
699
- - @akinon/next@1.34.0-rc.11
700
- - @akinon/pz-b2b@1.34.0-rc.11
701
- - @akinon/pz-gpay@1.34.0-rc.11
702
- - @akinon/pz-masterpass@1.34.0-rc.11
703
- - @akinon/pz-one-click-checkout@1.34.0-rc.11
704
- - @akinon/pz-otp@1.34.0-rc.11
705
- - @akinon/pz-pay-on-delivery@1.34.0-rc.11
706
-
707
- ## 1.34.0-rc.10
708
-
709
- ### Patch Changes
710
-
711
- - Updated dependencies [bbe18b9]
712
- - @akinon/next@1.34.0-rc.10
713
- - @akinon/pz-b2b@1.34.0-rc.10
714
- - @akinon/pz-gpay@1.34.0-rc.10
715
- - @akinon/pz-masterpass@1.34.0-rc.10
716
- - @akinon/pz-one-click-checkout@1.34.0-rc.10
717
- - @akinon/pz-otp@1.34.0-rc.10
718
- - @akinon/pz-pay-on-delivery@1.34.0-rc.10
719
-
720
- ## 1.34.0-rc.9
721
-
722
- ### Minor Changes
723
-
724
- - beb499e: ZERO-2551: Add new tsconfig paths
725
-
726
- ### Patch Changes
727
-
728
- - Updated dependencies [beb499e]
729
- - @akinon/next@1.34.0-rc.9
730
- - @akinon/pz-b2b@1.34.0-rc.9
731
- - @akinon/pz-gpay@1.34.0-rc.9
732
- - @akinon/pz-masterpass@1.34.0-rc.9
733
- - @akinon/pz-one-click-checkout@1.34.0-rc.9
734
- - @akinon/pz-otp@1.34.0-rc.9
735
- - @akinon/pz-pay-on-delivery@1.34.0-rc.9
736
-
737
- ## 1.34.0-rc.8
738
-
739
- ### Minor Changes
740
-
741
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
742
-
743
- ### Patch Changes
744
-
745
- - Updated dependencies [91265bb]
746
- - @akinon/next@1.34.0-rc.8
747
- - @akinon/pz-b2b@1.34.0-rc.8
748
- - @akinon/pz-gpay@1.34.0-rc.8
749
- - @akinon/pz-masterpass@1.34.0-rc.8
750
- - @akinon/pz-one-click-checkout@1.34.0-rc.8
751
- - @akinon/pz-otp@1.34.0-rc.8
752
- - @akinon/pz-pay-on-delivery@1.34.0-rc.8
753
-
754
- ## 1.34.0-rc.7
755
-
756
- ### Minor Changes
757
-
758
- - 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
759
-
760
- ### Patch Changes
761
-
762
- - @akinon/next@1.34.0-rc.7
763
- - @akinon/pz-b2b@1.34.0-rc.7
764
- - @akinon/pz-gpay@1.34.0-rc.7
765
- - @akinon/pz-masterpass@1.34.0-rc.7
766
- - @akinon/pz-one-click-checkout@1.34.0-rc.7
767
- - @akinon/pz-otp@1.34.0-rc.7
768
- - @akinon/pz-pay-on-delivery@1.34.0-rc.7
769
-
770
- ## 1.34.0-rc.6
771
-
772
- ### Minor Changes
773
-
774
- - 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
775
- - d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
776
- - 27a5296: ZERO-2631:Fix Checkbox Click
777
- - ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
778
- - f0c23bc: ZERO-2135: add custom not found page
779
- - 3420416: ZERO-2533: extend eslint config from @akinon/next
780
- - 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
781
- - 202f84e: ZERO-2569: Fix static keys
782
- - f046f8e: ZERO-2575: update version for react-number-format
783
- - 12c10a4: ZERO-2570: Category filters routes to absolute url
784
-
785
- ### Patch Changes
786
-
787
- - Updated dependencies [d09b677]
788
- - Updated dependencies [6d4aadb]
789
- - Updated dependencies [ebb63ce]
790
- - Updated dependencies [7cebe87]
791
- - Updated dependencies [f3b595e]
792
- - Updated dependencies [59fb7c3]
793
- - Updated dependencies [f0c23bc]
794
- - Updated dependencies [3420416]
795
- - Updated dependencies [495d155]
796
- - Updated dependencies [6c18543]
797
- - Updated dependencies [40ad73e]
798
- - Updated dependencies [495d155]
799
- - Updated dependencies [f046f8e]
800
- - Updated dependencies [6b2972b]
801
- - Updated dependencies [3e68768]
802
- - @akinon/next@1.34.0-rc.6
803
- - @akinon/pz-masterpass@1.34.0-rc.6
804
- - @akinon/pz-one-click-checkout@1.34.0-rc.6
805
- - @akinon/pz-b2b@1.34.0-rc.6
806
- - @akinon/pz-gpay@1.34.0-rc.6
807
- - @akinon/pz-otp@1.34.0-rc.6
808
- - @akinon/pz-pay-on-delivery@1.34.0-rc.6
211
+ - @akinon/next@1.34.0
212
+ - @akinon/pz-b2b@1.34.0
213
+ - @akinon/pz-gpay@1.34.0
214
+ - @akinon/pz-masterpass@1.34.0
215
+ - @akinon/pz-one-click-checkout@1.34.0
216
+ - @akinon/pz-otp@1.34.0
217
+ - @akinon/pz-pay-on-delivery@1.34.0
809
218
 
810
219
  ## 1.33.2
811
220
 
File without changes
@@ -24,7 +24,7 @@ The setup process for a Headless Akinon Commerce Cloud Storefront will be guided
24
24
  2. Next, the storefront needs to be installed by using the `projectzero` CLI.
25
25
 
26
26
  ```bash
27
- npx @akinon/projectzero@latest --create
27
+ npx @akinon/projectzero --create
28
28
  ```
29
29
 
30
30
  3. Provide the following information: