@akinon/projectzero 1.118.0-rc.9 → 1.119.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.
- package/CHANGELOG.md +3 -19
- package/app-template/CHANGELOG.md +82 -334
- package/app-template/package.json +28 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,14 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
## 1.118.0-rc.8
|
|
6
|
-
|
|
7
|
-
## 1.118.0-rc.7
|
|
8
|
-
|
|
9
|
-
## 1.118.0-rc.6
|
|
10
|
-
|
|
11
|
-
## 1.118.0-rc.5
|
|
12
|
-
|
|
13
|
-
## 1.118.0-rc.4
|
|
14
|
-
|
|
15
|
-
## 1.118.0-rc.3
|
|
16
|
-
|
|
17
|
-
## 1.118.0-rc.2
|
|
18
|
-
|
|
19
|
-
## 1.118.0-rc.1
|
|
20
|
-
|
|
21
|
-
## 1.118.0-rc.0
|
|
3
|
+
## 1.119.0-rc.0
|
|
22
4
|
|
|
23
5
|
### Minor Changes
|
|
24
6
|
|
|
25
7
|
- 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
26
8
|
- d99a6a7d: ZERO-3457_1: Fixed the settings prop and made sure everything is customizable.
|
|
27
9
|
|
|
10
|
+
## 1.118.0
|
|
11
|
+
|
|
28
12
|
## 1.117.0
|
|
29
13
|
|
|
30
14
|
## 1.116.0
|
|
@@ -1,307 +1,12 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [01ee41f1]
|
|
8
|
-
- @akinon/next@1.118.0-rc.9
|
|
9
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.9
|
|
10
|
-
- @akinon/pz-akifast@1.118.0-rc.9
|
|
11
|
-
- @akinon/pz-apple-pay@1.118.0-rc.9
|
|
12
|
-
- @akinon/pz-b2b@1.118.0-rc.9
|
|
13
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.9
|
|
14
|
-
- @akinon/pz-bkm@1.118.0-rc.9
|
|
15
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.9
|
|
16
|
-
- @akinon/pz-click-collect@1.118.0-rc.9
|
|
17
|
-
- @akinon/pz-credit-payment@1.118.0-rc.9
|
|
18
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.9
|
|
19
|
-
- @akinon/pz-flow-payment@1.118.0-rc.9
|
|
20
|
-
- @akinon/pz-google-pay@1.118.0-rc.9
|
|
21
|
-
- @akinon/pz-gpay@1.118.0-rc.9
|
|
22
|
-
- @akinon/pz-haso@1.118.0-rc.9
|
|
23
|
-
- @akinon/pz-hepsipay@1.118.0-rc.9
|
|
24
|
-
- @akinon/pz-masterpass@1.118.0-rc.9
|
|
25
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.9
|
|
26
|
-
- @akinon/pz-multi-basket@1.118.0-rc.9
|
|
27
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.9
|
|
28
|
-
- @akinon/pz-otp@1.118.0-rc.9
|
|
29
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.9
|
|
30
|
-
- @akinon/pz-saved-card@1.118.0-rc.9
|
|
31
|
-
- @akinon/pz-similar-products@1.118.0-rc.9
|
|
32
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.9
|
|
33
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.9
|
|
34
|
-
|
|
35
|
-
## 1.118.0-rc.8
|
|
36
|
-
|
|
37
|
-
### Minor Changes
|
|
38
|
-
|
|
39
|
-
- 31b4a266: ZERO-4102: Add support for post-checkout redirect in middleware
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- Updated dependencies [31b4a266]
|
|
44
|
-
- @akinon/next@1.118.0-rc.8
|
|
45
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.8
|
|
46
|
-
- @akinon/pz-akifast@1.118.0-rc.8
|
|
47
|
-
- @akinon/pz-apple-pay@1.118.0-rc.8
|
|
48
|
-
- @akinon/pz-b2b@1.118.0-rc.8
|
|
49
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.8
|
|
50
|
-
- @akinon/pz-bkm@1.118.0-rc.8
|
|
51
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.8
|
|
52
|
-
- @akinon/pz-click-collect@1.118.0-rc.8
|
|
53
|
-
- @akinon/pz-credit-payment@1.118.0-rc.8
|
|
54
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.8
|
|
55
|
-
- @akinon/pz-flow-payment@1.118.0-rc.8
|
|
56
|
-
- @akinon/pz-google-pay@1.118.0-rc.8
|
|
57
|
-
- @akinon/pz-gpay@1.118.0-rc.8
|
|
58
|
-
- @akinon/pz-haso@1.118.0-rc.8
|
|
59
|
-
- @akinon/pz-hepsipay@1.118.0-rc.8
|
|
60
|
-
- @akinon/pz-masterpass@1.118.0-rc.8
|
|
61
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.8
|
|
62
|
-
- @akinon/pz-multi-basket@1.118.0-rc.8
|
|
63
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.8
|
|
64
|
-
- @akinon/pz-otp@1.118.0-rc.8
|
|
65
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.8
|
|
66
|
-
- @akinon/pz-saved-card@1.118.0-rc.8
|
|
67
|
-
- @akinon/pz-similar-products@1.118.0-rc.8
|
|
68
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.8
|
|
69
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.8
|
|
70
|
-
|
|
71
|
-
## 1.118.0-rc.7
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- Updated dependencies [63a72000]
|
|
76
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.7
|
|
77
|
-
- @akinon/next@1.118.0-rc.7
|
|
78
|
-
- @akinon/pz-akifast@1.118.0-rc.7
|
|
79
|
-
- @akinon/pz-apple-pay@1.118.0-rc.7
|
|
80
|
-
- @akinon/pz-b2b@1.118.0-rc.7
|
|
81
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.7
|
|
82
|
-
- @akinon/pz-bkm@1.118.0-rc.7
|
|
83
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.7
|
|
84
|
-
- @akinon/pz-click-collect@1.118.0-rc.7
|
|
85
|
-
- @akinon/pz-credit-payment@1.118.0-rc.7
|
|
86
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.7
|
|
87
|
-
- @akinon/pz-flow-payment@1.118.0-rc.7
|
|
88
|
-
- @akinon/pz-google-pay@1.118.0-rc.7
|
|
89
|
-
- @akinon/pz-gpay@1.118.0-rc.7
|
|
90
|
-
- @akinon/pz-haso@1.118.0-rc.7
|
|
91
|
-
- @akinon/pz-hepsipay@1.118.0-rc.7
|
|
92
|
-
- @akinon/pz-masterpass@1.118.0-rc.7
|
|
93
|
-
- @akinon/pz-multi-basket@1.118.0-rc.7
|
|
94
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.7
|
|
95
|
-
- @akinon/pz-otp@1.118.0-rc.7
|
|
96
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.7
|
|
97
|
-
- @akinon/pz-saved-card@1.118.0-rc.7
|
|
98
|
-
- @akinon/pz-similar-products@1.118.0-rc.7
|
|
99
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.7
|
|
100
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.7
|
|
101
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.7
|
|
102
|
-
|
|
103
|
-
## 1.118.0-rc.6
|
|
3
|
+
## 1.119.0-rc.0
|
|
104
4
|
|
|
105
5
|
### Minor Changes
|
|
106
6
|
|
|
107
7
|
- 6ad72e8d: ZERO-4032: Add loading state management for payment submissions across multiple components and add safe guarding
|
|
108
|
-
|
|
109
|
-
### Patch Changes
|
|
110
|
-
|
|
111
|
-
- Updated dependencies [6ad72e8d]
|
|
112
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.6
|
|
113
|
-
- @akinon/pz-credit-payment@1.118.0-rc.6
|
|
114
|
-
- @akinon/pz-google-pay@1.118.0-rc.6
|
|
115
|
-
- @akinon/pz-masterpass@1.118.0-rc.6
|
|
116
|
-
- @akinon/pz-saved-card@1.118.0-rc.6
|
|
117
|
-
- @akinon/pz-apple-pay@1.118.0-rc.6
|
|
118
|
-
- @akinon/pz-hepsipay@1.118.0-rc.6
|
|
119
|
-
- @akinon/pz-gpay@1.118.0-rc.6
|
|
120
|
-
- @akinon/pz-bkm@1.118.0-rc.6
|
|
121
|
-
- @akinon/pz-otp@1.118.0-rc.6
|
|
122
|
-
- @akinon/next@1.118.0-rc.6
|
|
123
|
-
- @akinon/pz-akifast@1.118.0-rc.6
|
|
124
|
-
- @akinon/pz-b2b@1.118.0-rc.6
|
|
125
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.6
|
|
126
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.6
|
|
127
|
-
- @akinon/pz-click-collect@1.118.0-rc.6
|
|
128
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.6
|
|
129
|
-
- @akinon/pz-flow-payment@1.118.0-rc.6
|
|
130
|
-
- @akinon/pz-haso@1.118.0-rc.6
|
|
131
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.6
|
|
132
|
-
- @akinon/pz-multi-basket@1.118.0-rc.6
|
|
133
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.6
|
|
134
|
-
- @akinon/pz-similar-products@1.118.0-rc.6
|
|
135
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.6
|
|
136
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.6
|
|
137
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.6
|
|
138
|
-
|
|
139
|
-
## 1.118.0-rc.5
|
|
140
|
-
|
|
141
|
-
### Patch Changes
|
|
142
|
-
|
|
143
|
-
- Updated dependencies [aef81c5d]
|
|
144
|
-
- Updated dependencies [49c82e1a]
|
|
145
|
-
- @akinon/next@1.118.0-rc.5
|
|
146
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.5
|
|
147
|
-
- @akinon/pz-akifast@1.118.0-rc.5
|
|
148
|
-
- @akinon/pz-apple-pay@1.118.0-rc.5
|
|
149
|
-
- @akinon/pz-b2b@1.118.0-rc.5
|
|
150
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.5
|
|
151
|
-
- @akinon/pz-bkm@1.118.0-rc.5
|
|
152
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.5
|
|
153
|
-
- @akinon/pz-click-collect@1.118.0-rc.5
|
|
154
|
-
- @akinon/pz-credit-payment@1.118.0-rc.5
|
|
155
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.5
|
|
156
|
-
- @akinon/pz-flow-payment@1.118.0-rc.5
|
|
157
|
-
- @akinon/pz-google-pay@1.118.0-rc.5
|
|
158
|
-
- @akinon/pz-gpay@1.118.0-rc.5
|
|
159
|
-
- @akinon/pz-haso@1.118.0-rc.5
|
|
160
|
-
- @akinon/pz-hepsipay@1.118.0-rc.5
|
|
161
|
-
- @akinon/pz-masterpass@1.118.0-rc.5
|
|
162
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.5
|
|
163
|
-
- @akinon/pz-multi-basket@1.118.0-rc.5
|
|
164
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.5
|
|
165
|
-
- @akinon/pz-otp@1.118.0-rc.5
|
|
166
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.5
|
|
167
|
-
- @akinon/pz-saved-card@1.118.0-rc.5
|
|
168
|
-
- @akinon/pz-similar-products@1.118.0-rc.5
|
|
169
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.5
|
|
170
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.5
|
|
171
|
-
|
|
172
|
-
## 1.118.0-rc.4
|
|
173
|
-
|
|
174
|
-
### Patch Changes
|
|
175
|
-
|
|
176
|
-
- Updated dependencies [0754c835]
|
|
177
|
-
- @akinon/next@1.118.0-rc.4
|
|
178
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.4
|
|
179
|
-
- @akinon/pz-akifast@1.118.0-rc.4
|
|
180
|
-
- @akinon/pz-apple-pay@1.118.0-rc.4
|
|
181
|
-
- @akinon/pz-b2b@1.118.0-rc.4
|
|
182
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.4
|
|
183
|
-
- @akinon/pz-bkm@1.118.0-rc.4
|
|
184
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.4
|
|
185
|
-
- @akinon/pz-click-collect@1.118.0-rc.4
|
|
186
|
-
- @akinon/pz-credit-payment@1.118.0-rc.4
|
|
187
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.4
|
|
188
|
-
- @akinon/pz-flow-payment@1.118.0-rc.4
|
|
189
|
-
- @akinon/pz-google-pay@1.118.0-rc.4
|
|
190
|
-
- @akinon/pz-gpay@1.118.0-rc.4
|
|
191
|
-
- @akinon/pz-haso@1.118.0-rc.4
|
|
192
|
-
- @akinon/pz-hepsipay@1.118.0-rc.4
|
|
193
|
-
- @akinon/pz-masterpass@1.118.0-rc.4
|
|
194
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.4
|
|
195
|
-
- @akinon/pz-multi-basket@1.118.0-rc.4
|
|
196
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.4
|
|
197
|
-
- @akinon/pz-otp@1.118.0-rc.4
|
|
198
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.4
|
|
199
|
-
- @akinon/pz-saved-card@1.118.0-rc.4
|
|
200
|
-
- @akinon/pz-similar-products@1.118.0-rc.4
|
|
201
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.4
|
|
202
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.4
|
|
203
|
-
|
|
204
|
-
## 1.118.0-rc.3
|
|
205
|
-
|
|
206
|
-
### Patch Changes
|
|
207
|
-
|
|
208
|
-
- Updated dependencies [94a86fcc]
|
|
209
|
-
- @akinon/next@1.118.0-rc.3
|
|
210
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.3
|
|
211
|
-
- @akinon/pz-akifast@1.118.0-rc.3
|
|
212
|
-
- @akinon/pz-apple-pay@1.118.0-rc.3
|
|
213
|
-
- @akinon/pz-b2b@1.118.0-rc.3
|
|
214
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.3
|
|
215
|
-
- @akinon/pz-bkm@1.118.0-rc.3
|
|
216
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.3
|
|
217
|
-
- @akinon/pz-click-collect@1.118.0-rc.3
|
|
218
|
-
- @akinon/pz-credit-payment@1.118.0-rc.3
|
|
219
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.3
|
|
220
|
-
- @akinon/pz-flow-payment@1.118.0-rc.3
|
|
221
|
-
- @akinon/pz-google-pay@1.118.0-rc.3
|
|
222
|
-
- @akinon/pz-gpay@1.118.0-rc.3
|
|
223
|
-
- @akinon/pz-haso@1.118.0-rc.3
|
|
224
|
-
- @akinon/pz-hepsipay@1.118.0-rc.3
|
|
225
|
-
- @akinon/pz-masterpass@1.118.0-rc.3
|
|
226
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.3
|
|
227
|
-
- @akinon/pz-multi-basket@1.118.0-rc.3
|
|
228
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.3
|
|
229
|
-
- @akinon/pz-otp@1.118.0-rc.3
|
|
230
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.3
|
|
231
|
-
- @akinon/pz-saved-card@1.118.0-rc.3
|
|
232
|
-
- @akinon/pz-similar-products@1.118.0-rc.3
|
|
233
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.3
|
|
234
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.3
|
|
235
|
-
|
|
236
|
-
## 1.118.0-rc.2
|
|
237
|
-
|
|
238
|
-
### Patch Changes
|
|
239
|
-
|
|
240
|
-
- Updated dependencies [8a7fd0f4]
|
|
241
|
-
- @akinon/next@1.118.0-rc.2
|
|
242
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.2
|
|
243
|
-
- @akinon/pz-akifast@1.118.0-rc.2
|
|
244
|
-
- @akinon/pz-apple-pay@1.118.0-rc.2
|
|
245
|
-
- @akinon/pz-b2b@1.118.0-rc.2
|
|
246
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.2
|
|
247
|
-
- @akinon/pz-bkm@1.118.0-rc.2
|
|
248
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.2
|
|
249
|
-
- @akinon/pz-click-collect@1.118.0-rc.2
|
|
250
|
-
- @akinon/pz-credit-payment@1.118.0-rc.2
|
|
251
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.2
|
|
252
|
-
- @akinon/pz-flow-payment@1.118.0-rc.2
|
|
253
|
-
- @akinon/pz-google-pay@1.118.0-rc.2
|
|
254
|
-
- @akinon/pz-gpay@1.118.0-rc.2
|
|
255
|
-
- @akinon/pz-haso@1.118.0-rc.2
|
|
256
|
-
- @akinon/pz-hepsipay@1.118.0-rc.2
|
|
257
|
-
- @akinon/pz-masterpass@1.118.0-rc.2
|
|
258
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.2
|
|
259
|
-
- @akinon/pz-multi-basket@1.118.0-rc.2
|
|
260
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.2
|
|
261
|
-
- @akinon/pz-otp@1.118.0-rc.2
|
|
262
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.2
|
|
263
|
-
- @akinon/pz-saved-card@1.118.0-rc.2
|
|
264
|
-
- @akinon/pz-similar-products@1.118.0-rc.2
|
|
265
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.2
|
|
266
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.2
|
|
267
|
-
|
|
268
|
-
## 1.118.0-rc.1
|
|
269
|
-
|
|
270
|
-
### Patch Changes
|
|
271
|
-
|
|
272
|
-
- Updated dependencies [5978903a]
|
|
273
|
-
- @akinon/pz-masterpass-rest@1.118.0-rc.1
|
|
274
|
-
- @akinon/next@1.118.0-rc.1
|
|
275
|
-
- @akinon/pz-akifast@1.118.0-rc.1
|
|
276
|
-
- @akinon/pz-apple-pay@1.118.0-rc.1
|
|
277
|
-
- @akinon/pz-b2b@1.118.0-rc.1
|
|
278
|
-
- @akinon/pz-basket-gift-pack@1.118.0-rc.1
|
|
279
|
-
- @akinon/pz-bkm@1.118.0-rc.1
|
|
280
|
-
- @akinon/pz-checkout-gift-pack@1.118.0-rc.1
|
|
281
|
-
- @akinon/pz-click-collect@1.118.0-rc.1
|
|
282
|
-
- @akinon/pz-credit-payment@1.118.0-rc.1
|
|
283
|
-
- @akinon/pz-cybersource-uc@1.118.0-rc.1
|
|
284
|
-
- @akinon/pz-flow-payment@1.118.0-rc.1
|
|
285
|
-
- @akinon/pz-google-pay@1.118.0-rc.1
|
|
286
|
-
- @akinon/pz-gpay@1.118.0-rc.1
|
|
287
|
-
- @akinon/pz-haso@1.118.0-rc.1
|
|
288
|
-
- @akinon/pz-hepsipay@1.118.0-rc.1
|
|
289
|
-
- @akinon/pz-masterpass@1.118.0-rc.1
|
|
290
|
-
- @akinon/pz-multi-basket@1.118.0-rc.1
|
|
291
|
-
- @akinon/pz-one-click-checkout@1.118.0-rc.1
|
|
292
|
-
- @akinon/pz-otp@1.118.0-rc.1
|
|
293
|
-
- @akinon/pz-pay-on-delivery@1.118.0-rc.1
|
|
294
|
-
- @akinon/pz-saved-card@1.118.0-rc.1
|
|
295
|
-
- @akinon/pz-similar-products@1.118.0-rc.1
|
|
296
|
-
- @akinon/pz-tabby-extension@1.118.0-rc.1
|
|
297
|
-
- @akinon/pz-tamara-extension@1.118.0-rc.1
|
|
298
|
-
- @akinon/pz-virtual-try-on@1.118.0-rc.1
|
|
299
|
-
|
|
300
|
-
## 1.118.0-rc.0
|
|
301
|
-
|
|
302
|
-
### Minor Changes
|
|
303
|
-
|
|
304
8
|
- 4449f3a3: ZERO-3681: Add order details localization and improve order handling in AccountOrderDetail
|
|
9
|
+
- 31b4a266: ZERO-4102: Add support for post-checkout redirect in middleware
|
|
305
10
|
- 1a8622a9: ZERO-3392: Implemented AI Search functionality and update env
|
|
306
11
|
- b55acb76: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
307
12
|
- 36143125: ZERO-3987: Add barcode scanner functionality with modal and button
|
|
@@ -318,63 +23,106 @@
|
|
|
318
23
|
|
|
319
24
|
### Patch Changes
|
|
320
25
|
|
|
26
|
+
- Updated dependencies [6ad72e8d]
|
|
321
27
|
- Updated dependencies [4798959a]
|
|
322
|
-
- Updated dependencies [
|
|
28
|
+
- Updated dependencies [31b4a266]
|
|
323
29
|
- Updated dependencies [d2c0e759]
|
|
324
|
-
- Updated dependencies [
|
|
325
|
-
- Updated dependencies [90b1dd7a]
|
|
326
|
-
- Updated dependencies [5514352a]
|
|
30
|
+
- Updated dependencies [aef81c5d]
|
|
327
31
|
- Updated dependencies [b55acb76]
|
|
32
|
+
- Updated dependencies [8a7fd0f4]
|
|
328
33
|
- Updated dependencies [36143125]
|
|
329
34
|
- Updated dependencies [572f4f7b]
|
|
35
|
+
- Updated dependencies [0754c835]
|
|
330
36
|
- Updated dependencies [f7e0f646]
|
|
37
|
+
- Updated dependencies [94a86fcc]
|
|
331
38
|
- Updated dependencies [143be2b9]
|
|
332
|
-
- Updated dependencies [c706a270]
|
|
333
39
|
- Updated dependencies [9f8cd3bc]
|
|
334
|
-
- Updated dependencies [
|
|
335
|
-
- Updated dependencies [
|
|
336
|
-
- Updated dependencies [729fe756]
|
|
40
|
+
- Updated dependencies [49c82e1a]
|
|
41
|
+
- Updated dependencies [a9f5cdb1]
|
|
337
42
|
- Updated dependencies [5fb34b5c]
|
|
338
43
|
- Updated dependencies [88cb4f62]
|
|
339
44
|
- Updated dependencies [d99a6a7d]
|
|
340
45
|
- Updated dependencies [d7e5178b]
|
|
341
46
|
- Updated dependencies [591e345e]
|
|
47
|
+
- Updated dependencies [01ee41f1]
|
|
342
48
|
- Updated dependencies [187208d2]
|
|
343
|
-
- Updated dependencies [ee191e6f]
|
|
344
49
|
- Updated dependencies [4de5303c]
|
|
345
|
-
- Updated dependencies [
|
|
50
|
+
- Updated dependencies [63a72000]
|
|
346
51
|
- Updated dependencies [b59fdd1c]
|
|
347
52
|
- Updated dependencies [95b139dc]
|
|
348
|
-
- Updated dependencies [9f346703]
|
|
349
53
|
- Updated dependencies [3909d322]
|
|
350
54
|
- Updated dependencies [6b73b050]
|
|
55
|
+
- @akinon/pz-pay-on-delivery@1.119.0-rc.0
|
|
56
|
+
- @akinon/pz-credit-payment@1.119.0-rc.0
|
|
57
|
+
- @akinon/pz-google-pay@1.119.0-rc.0
|
|
58
|
+
- @akinon/pz-masterpass@1.119.0-rc.0
|
|
59
|
+
- @akinon/pz-saved-card@1.119.0-rc.0
|
|
60
|
+
- @akinon/pz-apple-pay@1.119.0-rc.0
|
|
61
|
+
- @akinon/pz-hepsipay@1.119.0-rc.0
|
|
62
|
+
- @akinon/pz-gpay@1.119.0-rc.0
|
|
63
|
+
- @akinon/pz-bkm@1.119.0-rc.0
|
|
64
|
+
- @akinon/pz-otp@1.119.0-rc.0
|
|
65
|
+
- @akinon/pz-masterpass-rest@1.119.0-rc.0
|
|
66
|
+
- @akinon/next@1.119.0-rc.0
|
|
67
|
+
- @akinon/pz-virtual-try-on@1.119.0-rc.0
|
|
68
|
+
- @akinon/pz-similar-products@1.119.0-rc.0
|
|
69
|
+
- @akinon/pz-akifast@1.119.0-rc.0
|
|
70
|
+
- @akinon/pz-b2b@1.119.0-rc.0
|
|
71
|
+
- @akinon/pz-basket-gift-pack@1.119.0-rc.0
|
|
72
|
+
- @akinon/pz-checkout-gift-pack@1.119.0-rc.0
|
|
73
|
+
- @akinon/pz-click-collect@1.119.0-rc.0
|
|
74
|
+
- @akinon/pz-cybersource-uc@1.119.0-rc.0
|
|
75
|
+
- @akinon/pz-flow-payment@1.119.0-rc.0
|
|
76
|
+
- @akinon/pz-haso@1.119.0-rc.0
|
|
77
|
+
- @akinon/pz-multi-basket@1.119.0-rc.0
|
|
78
|
+
- @akinon/pz-one-click-checkout@1.119.0-rc.0
|
|
79
|
+
- @akinon/pz-tabby-extension@1.119.0-rc.0
|
|
80
|
+
- @akinon/pz-tamara-extension@1.119.0-rc.0
|
|
81
|
+
|
|
82
|
+
## 1.118.0
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [5514352a]
|
|
87
|
+
- Updated dependencies [86f2570b]
|
|
88
|
+
- Updated dependencies [90b1dd7a]
|
|
89
|
+
- Updated dependencies [5514352a]
|
|
90
|
+
- Updated dependencies [c706a270]
|
|
91
|
+
- Updated dependencies [0d33d9ac]
|
|
92
|
+
- Updated dependencies [644a2fa2]
|
|
93
|
+
- Updated dependencies [729fe756]
|
|
94
|
+
- Updated dependencies [ee191e6f]
|
|
95
|
+
- Updated dependencies [89b9d839]
|
|
96
|
+
- Updated dependencies [0c68cbfe]
|
|
97
|
+
- Updated dependencies [5978903a]
|
|
98
|
+
- Updated dependencies [9f346703]
|
|
351
99
|
- Updated dependencies [5ae86358]
|
|
352
|
-
- @akinon/pz-masterpass-rest@1.118.0
|
|
353
|
-
- @akinon/next@1.118.0
|
|
354
|
-
- @akinon/pz-virtual-try-on@1.118.0
|
|
355
|
-
- @akinon/pz-
|
|
356
|
-
- @akinon/pz-
|
|
357
|
-
- @akinon/pz-
|
|
358
|
-
- @akinon/pz-
|
|
359
|
-
- @akinon/pz-
|
|
360
|
-
- @akinon/pz-
|
|
361
|
-
- @akinon/pz-
|
|
362
|
-
- @akinon/pz-
|
|
363
|
-
- @akinon/pz-
|
|
364
|
-
- @akinon/pz-
|
|
365
|
-
- @akinon/pz-
|
|
366
|
-
- @akinon/pz-
|
|
367
|
-
- @akinon/pz-
|
|
368
|
-
- @akinon/pz-
|
|
369
|
-
- @akinon/pz-
|
|
370
|
-
- @akinon/pz-
|
|
371
|
-
- @akinon/pz-
|
|
372
|
-
- @akinon/pz-
|
|
373
|
-
- @akinon/pz-
|
|
374
|
-
- @akinon/pz-
|
|
375
|
-
- @akinon/pz-
|
|
376
|
-
- @akinon/pz-tabby-extension@1.118.0
|
|
377
|
-
- @akinon/pz-tamara-extension@1.118.0
|
|
100
|
+
- @akinon/pz-masterpass-rest@1.118.0
|
|
101
|
+
- @akinon/next@1.118.0
|
|
102
|
+
- @akinon/pz-virtual-try-on@1.118.0
|
|
103
|
+
- @akinon/pz-akifast@1.118.0
|
|
104
|
+
- @akinon/pz-apple-pay@1.118.0
|
|
105
|
+
- @akinon/pz-b2b@1.118.0
|
|
106
|
+
- @akinon/pz-basket-gift-pack@1.118.0
|
|
107
|
+
- @akinon/pz-bkm@1.118.0
|
|
108
|
+
- @akinon/pz-checkout-gift-pack@1.118.0
|
|
109
|
+
- @akinon/pz-click-collect@1.118.0
|
|
110
|
+
- @akinon/pz-credit-payment@1.118.0
|
|
111
|
+
- @akinon/pz-cybersource-uc@1.118.0
|
|
112
|
+
- @akinon/pz-flow-payment@1.118.0
|
|
113
|
+
- @akinon/pz-google-pay@1.118.0
|
|
114
|
+
- @akinon/pz-gpay@1.118.0
|
|
115
|
+
- @akinon/pz-haso@1.118.0
|
|
116
|
+
- @akinon/pz-hepsipay@1.118.0
|
|
117
|
+
- @akinon/pz-masterpass@1.118.0
|
|
118
|
+
- @akinon/pz-multi-basket@1.118.0
|
|
119
|
+
- @akinon/pz-one-click-checkout@1.118.0
|
|
120
|
+
- @akinon/pz-otp@1.118.0
|
|
121
|
+
- @akinon/pz-pay-on-delivery@1.118.0
|
|
122
|
+
- @akinon/pz-saved-card@1.118.0
|
|
123
|
+
- @akinon/pz-similar-products@1.118.0
|
|
124
|
+
- @akinon/pz-tabby-extension@1.118.0
|
|
125
|
+
- @akinon/pz-tamara-extension@1.118.0
|
|
378
126
|
|
|
379
127
|
## 1.117.0
|
|
380
128
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.119.0-rc.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -24,32 +24,32 @@
|
|
|
24
24
|
"test:middleware": "jest middleware-matcher.test.ts --bail"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@akinon/next": "1.
|
|
28
|
-
"@akinon/pz-akifast": "1.
|
|
29
|
-
"@akinon/pz-apple-pay": "1.
|
|
30
|
-
"@akinon/pz-b2b": "1.
|
|
31
|
-
"@akinon/pz-basket-gift-pack": "1.
|
|
32
|
-
"@akinon/pz-bkm": "1.
|
|
33
|
-
"@akinon/pz-checkout-gift-pack": "1.
|
|
34
|
-
"@akinon/pz-click-collect": "1.
|
|
35
|
-
"@akinon/pz-credit-payment": "1.
|
|
36
|
-
"@akinon/pz-cybersource-uc": "1.
|
|
37
|
-
"@akinon/pz-flow-payment": "1.
|
|
38
|
-
"@akinon/pz-google-pay": "1.
|
|
39
|
-
"@akinon/pz-gpay": "1.
|
|
40
|
-
"@akinon/pz-haso": "1.
|
|
41
|
-
"@akinon/pz-hepsipay": "1.
|
|
42
|
-
"@akinon/pz-masterpass": "1.
|
|
43
|
-
"@akinon/pz-masterpass-rest": "1.
|
|
44
|
-
"@akinon/pz-multi-basket": "1.
|
|
45
|
-
"@akinon/pz-one-click-checkout": "1.
|
|
46
|
-
"@akinon/pz-otp": "1.
|
|
47
|
-
"@akinon/pz-pay-on-delivery": "1.
|
|
48
|
-
"@akinon/pz-saved-card": "1.
|
|
49
|
-
"@akinon/pz-similar-products": "1.
|
|
50
|
-
"@akinon/pz-tabby-extension": "1.
|
|
51
|
-
"@akinon/pz-tamara-extension": "1.
|
|
52
|
-
"@akinon/pz-virtual-try-on": "1.
|
|
27
|
+
"@akinon/next": "1.119.0-rc.0",
|
|
28
|
+
"@akinon/pz-akifast": "1.119.0-rc.0",
|
|
29
|
+
"@akinon/pz-apple-pay": "1.119.0-rc.0",
|
|
30
|
+
"@akinon/pz-b2b": "1.119.0-rc.0",
|
|
31
|
+
"@akinon/pz-basket-gift-pack": "1.119.0-rc.0",
|
|
32
|
+
"@akinon/pz-bkm": "1.119.0-rc.0",
|
|
33
|
+
"@akinon/pz-checkout-gift-pack": "1.119.0-rc.0",
|
|
34
|
+
"@akinon/pz-click-collect": "1.119.0-rc.0",
|
|
35
|
+
"@akinon/pz-credit-payment": "1.119.0-rc.0",
|
|
36
|
+
"@akinon/pz-cybersource-uc": "1.119.0-rc.0",
|
|
37
|
+
"@akinon/pz-flow-payment": "1.119.0-rc.0",
|
|
38
|
+
"@akinon/pz-google-pay": "1.119.0-rc.0",
|
|
39
|
+
"@akinon/pz-gpay": "1.119.0-rc.0",
|
|
40
|
+
"@akinon/pz-haso": "1.119.0-rc.0",
|
|
41
|
+
"@akinon/pz-hepsipay": "1.119.0-rc.0",
|
|
42
|
+
"@akinon/pz-masterpass": "1.119.0-rc.0",
|
|
43
|
+
"@akinon/pz-masterpass-rest": "1.119.0-rc.0",
|
|
44
|
+
"@akinon/pz-multi-basket": "1.119.0-rc.0",
|
|
45
|
+
"@akinon/pz-one-click-checkout": "1.119.0-rc.0",
|
|
46
|
+
"@akinon/pz-otp": "1.119.0-rc.0",
|
|
47
|
+
"@akinon/pz-pay-on-delivery": "1.119.0-rc.0",
|
|
48
|
+
"@akinon/pz-saved-card": "1.119.0-rc.0",
|
|
49
|
+
"@akinon/pz-similar-products": "1.119.0-rc.0",
|
|
50
|
+
"@akinon/pz-tabby-extension": "1.119.0-rc.0",
|
|
51
|
+
"@akinon/pz-tamara-extension": "1.119.0-rc.0",
|
|
52
|
+
"@akinon/pz-virtual-try-on": "1.119.0-rc.0",
|
|
53
53
|
"@hookform/resolvers": "2.9.0",
|
|
54
54
|
"@next/third-parties": "14.1.0",
|
|
55
55
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"yup": "0.32.11"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
75
|
+
"@akinon/eslint-plugin-projectzero": "1.119.0-rc.0",
|
|
76
76
|
"@semantic-release/changelog": "6.0.2",
|
|
77
77
|
"@semantic-release/exec": "6.0.3",
|
|
78
78
|
"@semantic-release/git": "10.0.1",
|