@akinon/projectzero 1.91.0-rc.2 → 1.91.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.
- package/CHANGELOG.md +5 -70
- package/app-template/CHANGELOG.md +312 -4499
- package/app-template/package.json +19 -19
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
- package/app-template/src/components/input.tsx +1 -2
- package/app-template/src/settings.js +2 -8
- package/app-template/src/views/basket/basket-item.tsx +13 -16
- package/app-template/src/views/basket/summary.tsx +7 -10
- package/app-template/tailwind.config.js +2 -6
- package/codemods/update-tailwind-config/index.js +30 -0
- package/codemods/update-tailwind-config/transform.js +102 -0
- package/commands/codemod.ts +0 -1
- package/dist/commands/codemod.js +0 -1
- package/package.json +2 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/product/[pk]/loading.tsx +0 -67
- package/app-template/src/views/basket/basket-content.tsx +0 -106
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.91.0
|
|
4
|
-
|
|
5
|
-
## 1.91.0-rc.1
|
|
6
|
-
|
|
7
|
-
## 1.91.0-rc.0
|
|
3
|
+
## 1.91.0
|
|
8
4
|
|
|
9
5
|
### Minor Changes
|
|
10
6
|
|
|
11
|
-
-
|
|
12
|
-
- e974d8e: ZERO-3406: Fix rc build
|
|
13
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
14
|
-
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
7
|
+
- 942490f: ZERO-3295: move third party tailwind content list to akinon-next
|
|
15
8
|
|
|
16
9
|
## 1.90.0
|
|
17
10
|
|
|
@@ -41,67 +34,9 @@
|
|
|
41
34
|
|
|
42
35
|
### Minor Changes
|
|
43
36
|
|
|
44
|
-
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## 1.82.0-rc.17
|
|
49
|
-
|
|
50
|
-
### Minor Changes
|
|
51
|
-
|
|
52
|
-
- e2583ac2: ZERO-3282: Switch to execSync for synchronous execution, enhance file checks, and add error page replacement script
|
|
53
|
-
|
|
54
|
-
## 1.82.0-rc.16
|
|
55
|
-
|
|
56
|
-
### Minor Changes
|
|
57
|
-
|
|
58
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
59
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
60
|
-
|
|
61
|
-
## 1.82.0-rc.15
|
|
62
|
-
|
|
63
|
-
## 1.82.0-rc.14
|
|
64
|
-
|
|
65
|
-
## 1.82.0-rc.13
|
|
66
|
-
|
|
67
|
-
## 1.82.0-rc.12
|
|
68
|
-
|
|
69
|
-
## 1.82.0-rc.11
|
|
70
|
-
|
|
71
|
-
## 1.82.0-rc.10
|
|
72
|
-
|
|
73
|
-
## 1.82.0-rc.9
|
|
74
|
-
|
|
75
|
-
## 1.82.0-rc.8
|
|
76
|
-
|
|
77
|
-
## 1.82.0-rc.7
|
|
78
|
-
|
|
79
|
-
## 1.82.0-rc.6
|
|
80
|
-
|
|
81
|
-
## 1.82.0-rc.5
|
|
82
|
-
|
|
83
|
-
## 1.82.0-rc.4
|
|
84
|
-
|
|
85
|
-
## 1.82.0-rc.3
|
|
86
|
-
|
|
87
|
-
## 1.82.0-rc.2
|
|
88
|
-
|
|
89
|
-
### Minor Changes
|
|
90
|
-
|
|
91
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
92
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
93
|
-
|
|
94
|
-
## 1.82.0-rc.1
|
|
95
|
-
|
|
96
|
-
## 1.82.0-rc.0
|
|
97
|
-
|
|
98
|
-
### Minor Changes
|
|
99
|
-
|
|
100
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
101
|
-
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
102
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
103
|
-
- c82875bc: ZERO-3140: Fix style layout size
|
|
104
|
-
- 6c1dba75: ZERO-3174: update hash structure
|
|
37
|
+
- 7a1e1f7: ZERO-3138: Close the search input with the esc key
|
|
38
|
+
- c82875b: ZERO-3140: Fix style layout size
|
|
39
|
+
- 6c1dba7: ZERO-3174: update hash structure
|
|
105
40
|
|
|
106
41
|
## 1.81.0
|
|
107
42
|
|