@akinon/projectzero 1.92.0-rc.20 → 1.92.0-rc.22

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.92.0-rc.22
4
+
5
+ ### Minor Changes
6
+
7
+ - 143be2b: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
8
+
9
+ ## 1.92.0-rc.21
10
+
11
+ ### Minor Changes
12
+
13
+ - d99a6a7: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
14
+
3
15
  ## 1.92.0-rc.20
4
16
 
5
17
  ### Minor Changes
@@ -1,5 +1,61 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.92.0-rc.22
4
+
5
+ ### Minor Changes
6
+
7
+ - 143be2b: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [143be2b]
12
+ - @akinon/pz-similar-products@1.92.0-rc.22
13
+ - @akinon/next@1.92.0-rc.22
14
+ - @akinon/pz-akifast@1.92.0-rc.22
15
+ - @akinon/pz-b2b@1.92.0-rc.22
16
+ - @akinon/pz-basket-gift-pack@1.92.0-rc.22
17
+ - @akinon/pz-bkm@1.92.0-rc.22
18
+ - @akinon/pz-checkout-gift-pack@1.92.0-rc.22
19
+ - @akinon/pz-click-collect@1.92.0-rc.22
20
+ - @akinon/pz-credit-payment@1.92.0-rc.22
21
+ - @akinon/pz-gpay@1.92.0-rc.22
22
+ - @akinon/pz-hepsipay@1.92.0-rc.22
23
+ - @akinon/pz-masterpass@1.92.0-rc.22
24
+ - @akinon/pz-one-click-checkout@1.92.0-rc.22
25
+ - @akinon/pz-otp@1.92.0-rc.22
26
+ - @akinon/pz-pay-on-delivery@1.92.0-rc.22
27
+ - @akinon/pz-saved-card@1.92.0-rc.22
28
+ - @akinon/pz-tabby-extension@1.92.0-rc.22
29
+ - @akinon/pz-tamara-extension@1.92.0-rc.22
30
+
31
+ ## 1.92.0-rc.21
32
+
33
+ ### Minor Changes
34
+
35
+ - d99a6a7: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [d99a6a7]
40
+ - @akinon/pz-similar-products@1.92.0-rc.21
41
+ - @akinon/next@1.92.0-rc.21
42
+ - @akinon/pz-akifast@1.92.0-rc.21
43
+ - @akinon/pz-b2b@1.92.0-rc.21
44
+ - @akinon/pz-basket-gift-pack@1.92.0-rc.21
45
+ - @akinon/pz-bkm@1.92.0-rc.21
46
+ - @akinon/pz-checkout-gift-pack@1.92.0-rc.21
47
+ - @akinon/pz-click-collect@1.92.0-rc.21
48
+ - @akinon/pz-credit-payment@1.92.0-rc.21
49
+ - @akinon/pz-gpay@1.92.0-rc.21
50
+ - @akinon/pz-hepsipay@1.92.0-rc.21
51
+ - @akinon/pz-masterpass@1.92.0-rc.21
52
+ - @akinon/pz-one-click-checkout@1.92.0-rc.21
53
+ - @akinon/pz-otp@1.92.0-rc.21
54
+ - @akinon/pz-pay-on-delivery@1.92.0-rc.21
55
+ - @akinon/pz-saved-card@1.92.0-rc.21
56
+ - @akinon/pz-tabby-extension@1.92.0-rc.21
57
+ - @akinon/pz-tamara-extension@1.92.0-rc.21
58
+
3
59
  ## 1.92.0-rc.20
4
60
 
5
61
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.92.0-rc.20",
3
+ "version": "1.92.0-rc.22",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -24,24 +24,24 @@
24
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
25
25
  },
26
26
  "dependencies": {
27
- "@akinon/next": "1.92.0-rc.20",
28
- "@akinon/pz-akifast": "1.92.0-rc.20",
29
- "@akinon/pz-b2b": "1.92.0-rc.20",
30
- "@akinon/pz-basket-gift-pack": "1.92.0-rc.20",
31
- "@akinon/pz-bkm": "1.92.0-rc.20",
32
- "@akinon/pz-checkout-gift-pack": "1.92.0-rc.20",
33
- "@akinon/pz-click-collect": "1.92.0-rc.20",
34
- "@akinon/pz-credit-payment": "1.92.0-rc.20",
35
- "@akinon/pz-gpay": "1.92.0-rc.20",
36
- "@akinon/pz-hepsipay": "1.92.0-rc.20",
37
- "@akinon/pz-masterpass": "1.92.0-rc.20",
38
- "@akinon/pz-one-click-checkout": "1.92.0-rc.20",
39
- "@akinon/pz-otp": "1.92.0-rc.20",
40
- "@akinon/pz-pay-on-delivery": "1.92.0-rc.20",
41
- "@akinon/pz-saved-card": "1.92.0-rc.20",
42
- "@akinon/pz-similar-products": "1.92.0-rc.20",
43
- "@akinon/pz-tabby-extension": "1.92.0-rc.20",
44
- "@akinon/pz-tamara-extension": "1.92.0-rc.20",
27
+ "@akinon/next": "1.92.0-rc.22",
28
+ "@akinon/pz-akifast": "1.92.0-rc.22",
29
+ "@akinon/pz-b2b": "1.92.0-rc.22",
30
+ "@akinon/pz-basket-gift-pack": "1.92.0-rc.22",
31
+ "@akinon/pz-bkm": "1.92.0-rc.22",
32
+ "@akinon/pz-checkout-gift-pack": "1.92.0-rc.22",
33
+ "@akinon/pz-click-collect": "1.92.0-rc.22",
34
+ "@akinon/pz-credit-payment": "1.92.0-rc.22",
35
+ "@akinon/pz-gpay": "1.92.0-rc.22",
36
+ "@akinon/pz-hepsipay": "1.92.0-rc.22",
37
+ "@akinon/pz-masterpass": "1.92.0-rc.22",
38
+ "@akinon/pz-one-click-checkout": "1.92.0-rc.22",
39
+ "@akinon/pz-otp": "1.92.0-rc.22",
40
+ "@akinon/pz-pay-on-delivery": "1.92.0-rc.22",
41
+ "@akinon/pz-saved-card": "1.92.0-rc.22",
42
+ "@akinon/pz-similar-products": "1.92.0-rc.22",
43
+ "@akinon/pz-tabby-extension": "1.92.0-rc.22",
44
+ "@akinon/pz-tamara-extension": "1.92.0-rc.22",
45
45
  "@hookform/resolvers": "2.9.0",
46
46
  "@next/third-parties": "14.1.0",
47
47
  "@react-google-maps/api": "2.17.1",
@@ -64,7 +64,7 @@
64
64
  "yup": "0.32.11"
65
65
  },
66
66
  "devDependencies": {
67
- "@akinon/eslint-plugin-projectzero": "1.92.0-rc.20",
67
+ "@akinon/eslint-plugin-projectzero": "1.92.0-rc.22",
68
68
  "@semantic-release/changelog": "6.0.2",
69
69
  "@semantic-release/exec": "6.0.3",
70
70
  "@semantic-release/git": "10.0.1",
@@ -159,6 +159,10 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
159
159
  {
160
160
  name: 'Hepsipay',
161
161
  value: 'pz-hepsipay'
162
+ },
163
+ {
164
+ name: 'Similar Products',
165
+ value: 'pz-similar-products'
162
166
  }
163
167
  ];
164
168
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.92.0-rc.20",
3
+ "version": "1.92.0-rc.22",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {