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