@akinon/projectzero 1.54.0 → 1.55.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/app-template/.gitignore +2 -0
  3. package/app-template/CHANGELOG.md +1877 -59
  4. package/app-template/package.json +17 -18
  5. package/app-template/public/locales/en/account.json +4 -4
  6. package/app-template/public/locales/tr/account.json +1 -1
  7. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +8 -0
  8. package/app-template/src/app/[commerce]/[locale]/[currency]/account/address/page.tsx +1 -1
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +1 -0
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +5 -2
  12. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +12 -8
  13. package/app-template/src/components/checkbox.tsx +2 -2
  14. package/app-template/src/components/input.tsx +19 -7
  15. package/app-template/src/components/pagination.tsx +13 -18
  16. package/app-template/src/components/price.tsx +9 -4
  17. package/app-template/src/redux/reducers/category.ts +7 -1
  18. package/app-template/src/settings.js +6 -1
  19. package/app-template/src/views/account/address-card.tsx +2 -2
  20. package/app-template/src/views/account/address-form.tsx +22 -7
  21. package/app-template/src/views/account/contact-form.tsx +23 -6
  22. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +5 -1
  23. package/app-template/src/views/breadcrumb.tsx +4 -1
  24. package/app-template/src/views/category/category-active-filters.tsx +16 -6
  25. package/app-template/src/views/category/category-info.tsx +31 -17
  26. package/app-template/src/views/category/filters/filter-item.tsx +163 -0
  27. package/app-template/src/views/category/filters/index.tsx +16 -108
  28. package/app-template/src/views/category/layout.tsx +5 -3
  29. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +43 -37
  30. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +19 -3
  31. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  32. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  33. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +230 -37
  34. package/app-template/src/views/header/mobile-menu.tsx +25 -8
  35. package/app-template/tsconfig.json +14 -4
  36. package/commands/create.ts +29 -5
  37. package/dist/commands/create.js +25 -2
  38. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.55.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
8
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
9
+ - 00ffde2f: ZERO-2637: enhance create command with improved messaging
10
+
3
11
  ## 1.54.0
4
12
 
5
13
  ### Minor Changes
@@ -68,6 +76,36 @@
68
76
  - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
69
77
  - 735f4f0: ZERO-2661: create .npmignore in app-template
70
78
 
79
+ ## 1.34.0-rc.16
80
+
81
+ ### Minor Changes
82
+
83
+ - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
84
+
85
+ ## 1.34.0-rc.15
86
+
87
+ ### Minor Changes
88
+
89
+ - 735f4f0: ZERO-2661: create .npmignore in app-template
90
+
91
+ ## 1.34.0-rc.14
92
+
93
+ ## 1.34.0-rc.13
94
+
95
+ ## 1.34.0-rc.12
96
+
97
+ ## 1.34.0-rc.11
98
+
99
+ ## 1.34.0-rc.10
100
+
101
+ ## 1.34.0-rc.9
102
+
103
+ ## 1.34.0-rc.8
104
+
105
+ ## 1.34.0-rc.7
106
+
107
+ ## 1.34.0-rc.6
108
+
71
109
  ## 1.33.2
72
110
 
73
111
  ### Patch Changes
@@ -62,3 +62,5 @@ public/worker-*.js.map
62
62
  .sentryclirc
63
63
  next.config.original.js
64
64
  next.config.wizardcopy.js
65
+
66
+ public/locales/*/index.json