@akinon/projectzero 1.54.0-rc.0 → 1.54.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 +3 -36
  2. package/app-template/.gitignore +0 -2
  3. package/app-template/CHANGELOG.md +84 -1881
  4. package/app-template/package.json +18 -17
  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/address/page.tsx +1 -1
  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 +0 -1
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
  12. package/app-template/src/components/checkbox.tsx +2 -2
  13. package/app-template/src/components/input.tsx +7 -19
  14. package/app-template/src/components/pagination.tsx +18 -13
  15. package/app-template/src/components/price.tsx +4 -9
  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/views/account/address-card.tsx +2 -2
  19. package/app-template/src/views/account/address-form.tsx +7 -22
  20. package/app-template/src/views/account/contact-form.tsx +6 -23
  21. package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
  22. package/app-template/src/views/breadcrumb.tsx +1 -4
  23. package/app-template/src/views/category/category-active-filters.tsx +6 -16
  24. package/app-template/src/views/category/category-info.tsx +17 -31
  25. package/app-template/src/views/category/filters/index.tsx +108 -16
  26. package/app-template/src/views/category/layout.tsx +3 -5
  27. package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
  28. package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
  29. package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
  30. package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
  31. package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
  32. package/app-template/src/views/header/mobile-menu.tsx +8 -25
  33. package/app-template/tsconfig.json +4 -14
  34. package/commands/create.ts +5 -29
  35. package/dist/commands/create.js +2 -25
  36. package/package.json +2 -2
  37. package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
  38. package/app-template/src/views/category/filters/filter-item.tsx +0 -163
package/CHANGELOG.md CHANGED
@@ -1,14 +1,11 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.54.0-rc.0
3
+ ## 1.54.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 03c4c3eb: ZERO-2731: Update Project Zero CLI command
8
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
9
- - 9b6bf91e: ZERO-2660: Change campaings to campaigns
10
- - 00ffde2f: ZERO-2637: enhance create command with improved messaging
11
- - d2f0f15c: ZERO-2723: Update sentry version and dependencies
7
+ - 03c4c3e: ZERO-2731: Update Project Zero CLI command
8
+ - d2f0f15: ZERO-2723: Update sentry version and dependencies
12
9
 
13
10
  ## 1.53.0
14
11
 
@@ -71,36 +68,6 @@
71
68
  - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
72
69
  - 735f4f0: ZERO-2661: create .npmignore in app-template
73
70
 
74
- ## 1.34.0-rc.16
75
-
76
- ### Minor Changes
77
-
78
- - cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
79
-
80
- ## 1.34.0-rc.15
81
-
82
- ### Minor Changes
83
-
84
- - 735f4f0: ZERO-2661: create .npmignore in app-template
85
-
86
- ## 1.34.0-rc.14
87
-
88
- ## 1.34.0-rc.13
89
-
90
- ## 1.34.0-rc.12
91
-
92
- ## 1.34.0-rc.11
93
-
94
- ## 1.34.0-rc.10
95
-
96
- ## 1.34.0-rc.9
97
-
98
- ## 1.34.0-rc.8
99
-
100
- ## 1.34.0-rc.7
101
-
102
- ## 1.34.0-rc.6
103
-
104
71
  ## 1.33.2
105
72
 
106
73
  ### Patch Changes
@@ -62,5 +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