@akinon/projectzero 1.121.0-rc.1 → 1.122.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 -3
- package/app-template/CHANGELOG.md +66 -63
- package/app-template/package.json +28 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
## 1.121.0-rc.0
|
|
3
|
+
## 1.122.0-rc.0
|
|
6
4
|
|
|
7
5
|
### Minor Changes
|
|
8
6
|
|
|
@@ -10,6 +8,8 @@
|
|
|
10
8
|
- d99a6a7d: ZERO-3457_1: Fixed the settings prop and made sure everything is customizable.
|
|
11
9
|
- e18836b2: ZERO-4160: Restore scope in Sentry addon configuration in akinon.json
|
|
12
10
|
|
|
11
|
+
## 1.121.0
|
|
12
|
+
|
|
13
13
|
## 1.120.0
|
|
14
14
|
|
|
15
15
|
## 1.119.0
|
|
@@ -1,38 +1,6 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies
|
|
8
|
-
- @akinon/next@1.121.0-rc.1
|
|
9
|
-
- @akinon/pz-virtual-try-on@1.121.0-rc.1
|
|
10
|
-
- @akinon/pz-akifast@1.121.0-rc.1
|
|
11
|
-
- @akinon/pz-apple-pay@1.121.0-rc.1
|
|
12
|
-
- @akinon/pz-b2b@1.121.0-rc.1
|
|
13
|
-
- @akinon/pz-basket-gift-pack@1.121.0-rc.1
|
|
14
|
-
- @akinon/pz-bkm@1.121.0-rc.1
|
|
15
|
-
- @akinon/pz-checkout-gift-pack@1.121.0-rc.1
|
|
16
|
-
- @akinon/pz-click-collect@1.121.0-rc.1
|
|
17
|
-
- @akinon/pz-credit-payment@1.121.0-rc.1
|
|
18
|
-
- @akinon/pz-cybersource-uc@1.121.0-rc.1
|
|
19
|
-
- @akinon/pz-flow-payment@1.121.0-rc.1
|
|
20
|
-
- @akinon/pz-google-pay@1.121.0-rc.1
|
|
21
|
-
- @akinon/pz-gpay@1.121.0-rc.1
|
|
22
|
-
- @akinon/pz-haso@1.121.0-rc.1
|
|
23
|
-
- @akinon/pz-hepsipay@1.121.0-rc.1
|
|
24
|
-
- @akinon/pz-masterpass@1.121.0-rc.1
|
|
25
|
-
- @akinon/pz-masterpass-rest@1.121.0-rc.1
|
|
26
|
-
- @akinon/pz-multi-basket@1.121.0-rc.1
|
|
27
|
-
- @akinon/pz-one-click-checkout@1.121.0-rc.1
|
|
28
|
-
- @akinon/pz-otp@1.121.0-rc.1
|
|
29
|
-
- @akinon/pz-pay-on-delivery@1.121.0-rc.1
|
|
30
|
-
- @akinon/pz-saved-card@1.121.0-rc.1
|
|
31
|
-
- @akinon/pz-similar-products@1.121.0-rc.1
|
|
32
|
-
- @akinon/pz-tabby-extension@1.121.0-rc.1
|
|
33
|
-
- @akinon/pz-tamara-extension@1.121.0-rc.1
|
|
34
|
-
|
|
35
|
-
## 1.121.0-rc.0
|
|
3
|
+
## 1.122.0-rc.0
|
|
36
4
|
|
|
37
5
|
### Minor Changes
|
|
38
6
|
|
|
@@ -46,7 +14,6 @@
|
|
|
46
14
|
- 5fb34b5c: ZERO-3955: Add aspect ratio validation and error handling for image cropping
|
|
47
15
|
- d99a6a7d: ZERO-3457_1: Fixed the settings prop and made sure everything is customizable.
|
|
48
16
|
- b87517ff: ZERO-3680: Enhance select component styling to ensure focus state is consistent
|
|
49
|
-
- b59fdd1c: ZERO-4009: Add password reset token validation
|
|
50
17
|
- d76d3255: ZERO-4011: Refactor sitemap content generation to append locale suffix based on matched locale
|
|
51
18
|
- b05c3543: ZERO-2570: Category filters routes to absolute url
|
|
52
19
|
- e18836b2: ZERO-4160: Restore scope in Sentry addon configuration in akinon.json
|
|
@@ -57,6 +24,7 @@
|
|
|
57
24
|
- Updated dependencies [4798959a]
|
|
58
25
|
- Updated dependencies [8218dafa]
|
|
59
26
|
- Updated dependencies [d2c0e759]
|
|
27
|
+
- Updated dependencies
|
|
60
28
|
- Updated dependencies [b55acb76]
|
|
61
29
|
- Updated dependencies [8a7fd0f4]
|
|
62
30
|
- Updated dependencies [760258c1]
|
|
@@ -69,46 +37,81 @@
|
|
|
69
37
|
- Updated dependencies [cd68a97a]
|
|
70
38
|
- Updated dependencies [9f8cd3bc]
|
|
71
39
|
- Updated dependencies [bfafa3f4]
|
|
72
|
-
- Updated dependencies [49c82e1a]
|
|
73
40
|
- Updated dependencies [5fb34b5c]
|
|
74
41
|
- Updated dependencies [88cb4f62]
|
|
75
42
|
- Updated dependencies [d99a6a7d]
|
|
76
|
-
- Updated dependencies [d7e5178b]
|
|
77
43
|
- Updated dependencies [591e345e]
|
|
78
44
|
- Updated dependencies [187208d2]
|
|
79
45
|
- Updated dependencies [4de5303c]
|
|
80
46
|
- Updated dependencies [63a72000]
|
|
81
|
-
- Updated dependencies [b59fdd1c]
|
|
82
47
|
- Updated dependencies [95b139dc]
|
|
83
48
|
- Updated dependencies [3909d322]
|
|
84
49
|
- Updated dependencies [6b73b050]
|
|
85
50
|
- Updated dependencies [e18836b2]
|
|
86
|
-
- @akinon/pz-masterpass-rest@1.
|
|
87
|
-
- @akinon/next@1.
|
|
88
|
-
- @akinon/pz-virtual-try-on@1.
|
|
89
|
-
- @akinon/pz-masterpass@1.
|
|
90
|
-
- @akinon/pz-similar-products@1.
|
|
91
|
-
- @akinon/pz-akifast@1.
|
|
92
|
-
- @akinon/pz-apple-pay@1.
|
|
93
|
-
- @akinon/pz-b2b@1.
|
|
94
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
95
|
-
- @akinon/pz-bkm@1.
|
|
96
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
97
|
-
- @akinon/pz-click-collect@1.
|
|
98
|
-
- @akinon/pz-credit-payment@1.
|
|
99
|
-
- @akinon/pz-cybersource-uc@1.
|
|
100
|
-
- @akinon/pz-flow-payment@1.
|
|
101
|
-
- @akinon/pz-google-pay@1.
|
|
102
|
-
- @akinon/pz-gpay@1.
|
|
103
|
-
- @akinon/pz-haso@1.
|
|
104
|
-
- @akinon/pz-hepsipay@1.
|
|
105
|
-
- @akinon/pz-multi-basket@1.
|
|
106
|
-
- @akinon/pz-one-click-checkout@1.
|
|
107
|
-
- @akinon/pz-otp@1.
|
|
108
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
109
|
-
- @akinon/pz-saved-card@1.
|
|
110
|
-
- @akinon/pz-tabby-extension@1.
|
|
111
|
-
- @akinon/pz-tamara-extension@1.
|
|
51
|
+
- @akinon/pz-masterpass-rest@1.122.0-rc.0
|
|
52
|
+
- @akinon/next@1.122.0-rc.0
|
|
53
|
+
- @akinon/pz-virtual-try-on@1.122.0-rc.0
|
|
54
|
+
- @akinon/pz-masterpass@1.122.0-rc.0
|
|
55
|
+
- @akinon/pz-similar-products@1.122.0-rc.0
|
|
56
|
+
- @akinon/pz-akifast@1.122.0-rc.0
|
|
57
|
+
- @akinon/pz-apple-pay@1.122.0-rc.0
|
|
58
|
+
- @akinon/pz-b2b@1.122.0-rc.0
|
|
59
|
+
- @akinon/pz-basket-gift-pack@1.122.0-rc.0
|
|
60
|
+
- @akinon/pz-bkm@1.122.0-rc.0
|
|
61
|
+
- @akinon/pz-checkout-gift-pack@1.122.0-rc.0
|
|
62
|
+
- @akinon/pz-click-collect@1.122.0-rc.0
|
|
63
|
+
- @akinon/pz-credit-payment@1.122.0-rc.0
|
|
64
|
+
- @akinon/pz-cybersource-uc@1.122.0-rc.0
|
|
65
|
+
- @akinon/pz-flow-payment@1.122.0-rc.0
|
|
66
|
+
- @akinon/pz-google-pay@1.122.0-rc.0
|
|
67
|
+
- @akinon/pz-gpay@1.122.0-rc.0
|
|
68
|
+
- @akinon/pz-haso@1.122.0-rc.0
|
|
69
|
+
- @akinon/pz-hepsipay@1.122.0-rc.0
|
|
70
|
+
- @akinon/pz-multi-basket@1.122.0-rc.0
|
|
71
|
+
- @akinon/pz-one-click-checkout@1.122.0-rc.0
|
|
72
|
+
- @akinon/pz-otp@1.122.0-rc.0
|
|
73
|
+
- @akinon/pz-pay-on-delivery@1.122.0-rc.0
|
|
74
|
+
- @akinon/pz-saved-card@1.122.0-rc.0
|
|
75
|
+
- @akinon/pz-tabby-extension@1.122.0-rc.0
|
|
76
|
+
- @akinon/pz-tamara-extension@1.122.0-rc.0
|
|
77
|
+
|
|
78
|
+
## 1.121.0
|
|
79
|
+
|
|
80
|
+
### Minor Changes
|
|
81
|
+
|
|
82
|
+
- b59fdd1c: ZERO-4009: Add password reset token validation
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [49c82e1a]
|
|
87
|
+
- Updated dependencies [d7e5178b]
|
|
88
|
+
- Updated dependencies [b59fdd1c]
|
|
89
|
+
- @akinon/next@1.121.0
|
|
90
|
+
- @akinon/pz-virtual-try-on@1.121.0
|
|
91
|
+
- @akinon/pz-akifast@1.121.0
|
|
92
|
+
- @akinon/pz-apple-pay@1.121.0
|
|
93
|
+
- @akinon/pz-b2b@1.121.0
|
|
94
|
+
- @akinon/pz-basket-gift-pack@1.121.0
|
|
95
|
+
- @akinon/pz-bkm@1.121.0
|
|
96
|
+
- @akinon/pz-checkout-gift-pack@1.121.0
|
|
97
|
+
- @akinon/pz-click-collect@1.121.0
|
|
98
|
+
- @akinon/pz-credit-payment@1.121.0
|
|
99
|
+
- @akinon/pz-cybersource-uc@1.121.0
|
|
100
|
+
- @akinon/pz-flow-payment@1.121.0
|
|
101
|
+
- @akinon/pz-google-pay@1.121.0
|
|
102
|
+
- @akinon/pz-gpay@1.121.0
|
|
103
|
+
- @akinon/pz-haso@1.121.0
|
|
104
|
+
- @akinon/pz-hepsipay@1.121.0
|
|
105
|
+
- @akinon/pz-masterpass@1.121.0
|
|
106
|
+
- @akinon/pz-masterpass-rest@1.121.0
|
|
107
|
+
- @akinon/pz-multi-basket@1.121.0
|
|
108
|
+
- @akinon/pz-one-click-checkout@1.121.0
|
|
109
|
+
- @akinon/pz-otp@1.121.0
|
|
110
|
+
- @akinon/pz-pay-on-delivery@1.121.0
|
|
111
|
+
- @akinon/pz-saved-card@1.121.0
|
|
112
|
+
- @akinon/pz-similar-products@1.121.0
|
|
113
|
+
- @akinon/pz-tabby-extension@1.121.0
|
|
114
|
+
- @akinon/pz-tamara-extension@1.121.0
|
|
112
115
|
|
|
113
116
|
## 1.120.0
|
|
114
117
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.122.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.122.0-rc.0",
|
|
28
|
+
"@akinon/pz-akifast": "1.122.0-rc.0",
|
|
29
|
+
"@akinon/pz-apple-pay": "1.122.0-rc.0",
|
|
30
|
+
"@akinon/pz-b2b": "1.122.0-rc.0",
|
|
31
|
+
"@akinon/pz-basket-gift-pack": "1.122.0-rc.0",
|
|
32
|
+
"@akinon/pz-bkm": "1.122.0-rc.0",
|
|
33
|
+
"@akinon/pz-checkout-gift-pack": "1.122.0-rc.0",
|
|
34
|
+
"@akinon/pz-click-collect": "1.122.0-rc.0",
|
|
35
|
+
"@akinon/pz-credit-payment": "1.122.0-rc.0",
|
|
36
|
+
"@akinon/pz-cybersource-uc": "1.122.0-rc.0",
|
|
37
|
+
"@akinon/pz-flow-payment": "1.122.0-rc.0",
|
|
38
|
+
"@akinon/pz-google-pay": "1.122.0-rc.0",
|
|
39
|
+
"@akinon/pz-gpay": "1.122.0-rc.0",
|
|
40
|
+
"@akinon/pz-haso": "1.122.0-rc.0",
|
|
41
|
+
"@akinon/pz-hepsipay": "1.122.0-rc.0",
|
|
42
|
+
"@akinon/pz-masterpass": "1.122.0-rc.0",
|
|
43
|
+
"@akinon/pz-masterpass-rest": "1.122.0-rc.0",
|
|
44
|
+
"@akinon/pz-multi-basket": "1.122.0-rc.0",
|
|
45
|
+
"@akinon/pz-one-click-checkout": "1.122.0-rc.0",
|
|
46
|
+
"@akinon/pz-otp": "1.122.0-rc.0",
|
|
47
|
+
"@akinon/pz-pay-on-delivery": "1.122.0-rc.0",
|
|
48
|
+
"@akinon/pz-saved-card": "1.122.0-rc.0",
|
|
49
|
+
"@akinon/pz-similar-products": "1.122.0-rc.0",
|
|
50
|
+
"@akinon/pz-tabby-extension": "1.122.0-rc.0",
|
|
51
|
+
"@akinon/pz-tamara-extension": "1.122.0-rc.0",
|
|
52
|
+
"@akinon/pz-virtual-try-on": "1.122.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.122.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",
|