@akinon/projectzero 1.59.0 → 1.60.0-rc.11

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 (34) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/app-template/.gitignore +4 -0
  3. package/app-template/CHANGELOG.md +2371 -72
  4. package/app-template/package.json +19 -19
  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/coupons/page.tsx +4 -4
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +1 -0
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +5 -2
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +12 -8
  12. package/app-template/src/components/checkbox.tsx +2 -2
  13. package/app-template/src/components/input.tsx +19 -7
  14. package/app-template/src/components/pagination.tsx +13 -18
  15. package/app-template/src/components/price.tsx +9 -4
  16. package/app-template/src/plugins.js +2 -1
  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/types/index.ts +1 -0
  20. package/app-template/src/views/account/address-form.tsx +12 -2
  21. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +5 -1
  22. package/app-template/src/views/breadcrumb.tsx +4 -1
  23. package/app-template/src/views/category/category-active-filters.tsx +16 -6
  24. package/app-template/src/views/category/category-info.tsx +31 -17
  25. package/app-template/src/views/category/filters/filter-item.tsx +163 -0
  26. package/app-template/src/views/category/filters/index.tsx +16 -108
  27. package/app-template/src/views/category/layout.tsx +5 -3
  28. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +43 -37
  29. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +19 -3
  30. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +230 -34
  31. package/app-template/src/views/header/mobile-menu.tsx +25 -8
  32. package/app-template/tsconfig.json +14 -4
  33. package/dist/commands/plugins.js +4 -0
  34. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.60.0-rc.11
4
+
5
+ ## 1.60.0-rc.10
6
+
7
+ ## 1.60.0-rc.9
8
+
9
+ ## 1.60.0-rc.8
10
+
11
+ ## 1.60.0-rc.7
12
+
13
+ ### Minor Changes
14
+
15
+ - 009d42c: ZERO-2903: build cli commands
16
+
17
+ ## 1.60.0-rc.6
18
+
19
+ ### Minor Changes
20
+
21
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
22
+ - 9b6bf91e: ZERO-2660: Change campaings to campaigns
23
+
3
24
  ## 1.59.0
4
25
 
5
26
  ## 1.58.0
@@ -86,6 +107,36 @@
86
107
  - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
87
108
  - 735f4f0: ZERO-2661: create .npmignore in app-template
88
109
 
110
+ ## 1.34.0-rc.16
111
+
112
+ ### Minor Changes
113
+
114
+ - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
115
+
116
+ ## 1.34.0-rc.15
117
+
118
+ ### Minor Changes
119
+
120
+ - 735f4f0: ZERO-2661: create .npmignore in app-template
121
+
122
+ ## 1.34.0-rc.14
123
+
124
+ ## 1.34.0-rc.13
125
+
126
+ ## 1.34.0-rc.12
127
+
128
+ ## 1.34.0-rc.11
129
+
130
+ ## 1.34.0-rc.10
131
+
132
+ ## 1.34.0-rc.9
133
+
134
+ ## 1.34.0-rc.8
135
+
136
+ ## 1.34.0-rc.7
137
+
138
+ ## 1.34.0-rc.6
139
+
89
140
  ## 1.33.2
90
141
 
91
142
  ### Patch Changes
@@ -62,3 +62,7 @@ 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
67
+
68
+ certificates