@akinon/projectzero 1.75.0-rc.0 → 1.76.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 CHANGED
@@ -1,13 +1,18 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.75.0-rc.0
3
+ ## 1.76.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 1ebe1da0: ZERO-3016:move pagination fixes and add optional chaining
8
7
  - 64699d3f: ZERO-2761: Fix invalid import for plugin module
9
8
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
10
9
 
10
+ ## 1.75.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 1ebe1da: ZERO-3016:move pagination fixes and add optional chaining
15
+
11
16
  ## 1.74.0
12
17
 
13
18
  ## 1.73.0
@@ -1,46 +1,33 @@
1
1
  # projectzeronext
2
2
 
3
- ## 1.75.0-rc.0
3
+ ## 1.76.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - f268c943: ZERO-3107: Upgrade version for tailwindcss
8
7
  - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
9
8
  - 4d3deb4f: ZERO-2935: sentry 8 upgrade
10
- - 1ebe1da0: ZERO-3016:move pagination fixes and add optional chaining
11
9
  - 64699d3f: ZERO-2761: Fix invalid import for plugin module
12
10
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
- - 7d2d66e0: ZERO-3012: Upgrade version for tailwindcss
14
11
  - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
15
- - 3344bca5: ZERO-3013: Enable web vitals tracking in settings.js
16
12
 
17
13
  ### Patch Changes
18
14
 
19
15
  - Updated dependencies [5dfeea04]
20
- - Updated dependencies [81248a14]
21
16
  - Updated dependencies [2d9b2b2c]
22
- - Updated dependencies [cc538c6a]
23
- - Updated dependencies [663bda9b]
24
17
  - Updated dependencies [f49bb74f]
25
18
  - Updated dependencies [e9541a13]
26
- - Updated dependencies [94eb8252]
27
19
  - Updated dependencies [4d3deb4f]
28
20
  - Updated dependencies [72fd4d67]
29
21
  - Updated dependencies [c53ef7b9]
30
- - Updated dependencies [0ab91e56]
31
22
  - Updated dependencies [64699d3f]
32
23
  - Updated dependencies [999168d6]
33
24
  - Updated dependencies [7727ae55]
34
25
  - Updated dependencies [17f87524]
35
26
  - Updated dependencies [65d3b862]
36
- - Updated dependencies [30105142]
37
27
  - Updated dependencies [bbe18b9f]
38
28
  - Updated dependencies [4920742c]
39
- - Updated dependencies [37547c0a]
40
29
  - Updated dependencies [7e56d6b6]
41
- - Updated dependencies [5a333a57]
42
30
  - Updated dependencies [43c182ee]
43
- - Updated dependencies [ca774b39]
44
31
  - Updated dependencies [2d305aaf]
45
32
  - Updated dependencies [eeb20bea]
46
33
  - Updated dependencies [f2c92d5c]
@@ -49,22 +36,58 @@
49
36
  - Updated dependencies [86a5a620]
50
37
  - Updated dependencies [49eeebfa]
51
38
  - Updated dependencies [3f9b8d7e]
52
- - Updated dependencies [3344bca5]
53
- - @akinon/next@1.75.0-rc.0
54
- - @akinon/pz-akifast@1.75.0-rc.0
55
- - @akinon/pz-checkout-gift-pack@1.75.0-rc.0
56
- - @akinon/pz-one-click-checkout@1.75.0-rc.0
57
- - @akinon/pz-basket-gift-pack@1.75.0-rc.0
58
- - @akinon/pz-pay-on-delivery@1.75.0-rc.0
59
- - @akinon/pz-credit-payment@1.75.0-rc.0
60
- - @akinon/pz-click-collect@1.75.0-rc.0
61
- - @akinon/pz-masterpass@1.75.0-rc.0
62
- - @akinon/pz-gpay@1.75.0-rc.0
63
- - @akinon/pz-b2b@1.75.0-rc.0
64
- - @akinon/pz-bkm@1.75.0-rc.0
65
- - @akinon/pz-otp@1.75.0-rc.0
66
- - @akinon/pz-tabby-extension@1.75.0-rc.0
67
- - @akinon/pz-saved-card@1.75.0-rc.0
39
+ - @akinon/next@1.76.0-rc.0
40
+ - @akinon/pz-checkout-gift-pack@1.76.0-rc.0
41
+ - @akinon/pz-one-click-checkout@1.76.0-rc.0
42
+ - @akinon/pz-basket-gift-pack@1.76.0-rc.0
43
+ - @akinon/pz-pay-on-delivery@1.76.0-rc.0
44
+ - @akinon/pz-credit-payment@1.76.0-rc.0
45
+ - @akinon/pz-click-collect@1.76.0-rc.0
46
+ - @akinon/pz-masterpass@1.76.0-rc.0
47
+ - @akinon/pz-akifast@1.76.0-rc.0
48
+ - @akinon/pz-gpay@1.76.0-rc.0
49
+ - @akinon/pz-b2b@1.76.0-rc.0
50
+ - @akinon/pz-bkm@1.76.0-rc.0
51
+ - @akinon/pz-otp@1.76.0-rc.0
52
+ - @akinon/pz-tabby-extension@1.76.0-rc.0
53
+ - @akinon/pz-saved-card@1.76.0-rc.0
54
+
55
+ ## 1.75.0
56
+
57
+ ### Minor Changes
58
+
59
+ - f268c94: ZERO-3107: Upgrade version for tailwindcss
60
+ - 1ebe1da: ZERO-3016:move pagination fixes and add optional chaining
61
+ - 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
62
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies [81248a1]
67
+ - Updated dependencies [cc538c6]
68
+ - Updated dependencies [663bda9]
69
+ - Updated dependencies [94eb825]
70
+ - Updated dependencies [0ab91e5]
71
+ - Updated dependencies [3010514]
72
+ - Updated dependencies [37547c0]
73
+ - Updated dependencies [5a333a5]
74
+ - Updated dependencies [ca774b3]
75
+ - Updated dependencies [3344bca]
76
+ - @akinon/next@1.75.0
77
+ - @akinon/pz-akifast@1.75.0
78
+ - @akinon/pz-b2b@1.75.0
79
+ - @akinon/pz-basket-gift-pack@1.75.0
80
+ - @akinon/pz-bkm@1.75.0
81
+ - @akinon/pz-checkout-gift-pack@1.75.0
82
+ - @akinon/pz-click-collect@1.75.0
83
+ - @akinon/pz-credit-payment@1.75.0
84
+ - @akinon/pz-gpay@1.75.0
85
+ - @akinon/pz-masterpass@1.75.0
86
+ - @akinon/pz-one-click-checkout@1.75.0
87
+ - @akinon/pz-otp@1.75.0
88
+ - @akinon/pz-pay-on-delivery@1.75.0
89
+ - @akinon/pz-saved-card@1.75.0
90
+ - @akinon/pz-tabby-extension@1.75.0
68
91
 
69
92
  ## 1.74.0
70
93
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.75.0-rc.0",
3
+ "version": "1.76.0-rc.0",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,21 +22,21 @@
22
22
  "prestart": "pz-prestart"
23
23
  },
24
24
  "dependencies": {
25
- "@akinon/next": "1.75.0-rc.0",
26
- "@akinon/pz-akifast": "1.75.0-rc.0",
27
- "@akinon/pz-b2b": "1.75.0-rc.0",
28
- "@akinon/pz-basket-gift-pack": "1.75.0-rc.0",
29
- "@akinon/pz-bkm": "1.75.0-rc.0",
30
- "@akinon/pz-checkout-gift-pack": "1.75.0-rc.0",
31
- "@akinon/pz-click-collect": "1.75.0-rc.0",
32
- "@akinon/pz-credit-payment": "1.75.0-rc.0",
33
- "@akinon/pz-gpay": "1.75.0-rc.0",
34
- "@akinon/pz-masterpass": "1.75.0-rc.0",
35
- "@akinon/pz-one-click-checkout": "1.75.0-rc.0",
36
- "@akinon/pz-otp": "1.75.0-rc.0",
37
- "@akinon/pz-pay-on-delivery": "1.75.0-rc.0",
38
- "@akinon/pz-saved-card": "1.75.0-rc.0",
39
- "@akinon/pz-tabby-extension": "1.75.0-rc.0",
25
+ "@akinon/next": "1.76.0-rc.0",
26
+ "@akinon/pz-akifast": "1.76.0-rc.0",
27
+ "@akinon/pz-b2b": "1.76.0-rc.0",
28
+ "@akinon/pz-basket-gift-pack": "1.76.0-rc.0",
29
+ "@akinon/pz-bkm": "1.76.0-rc.0",
30
+ "@akinon/pz-checkout-gift-pack": "1.76.0-rc.0",
31
+ "@akinon/pz-click-collect": "1.76.0-rc.0",
32
+ "@akinon/pz-credit-payment": "1.76.0-rc.0",
33
+ "@akinon/pz-gpay": "1.76.0-rc.0",
34
+ "@akinon/pz-masterpass": "1.76.0-rc.0",
35
+ "@akinon/pz-one-click-checkout": "1.76.0-rc.0",
36
+ "@akinon/pz-otp": "1.76.0-rc.0",
37
+ "@akinon/pz-pay-on-delivery": "1.76.0-rc.0",
38
+ "@akinon/pz-saved-card": "1.76.0-rc.0",
39
+ "@akinon/pz-tabby-extension": "1.76.0-rc.0",
40
40
  "@hookform/resolvers": "2.9.0",
41
41
  "@next/third-parties": "14.1.0",
42
42
  "@react-google-maps/api": "2.17.1",
@@ -61,7 +61,7 @@
61
61
  "yup": "0.32.11"
62
62
  },
63
63
  "devDependencies": {
64
- "@akinon/eslint-plugin-projectzero": "1.75.0-rc.0",
64
+ "@akinon/eslint-plugin-projectzero": "1.76.0-rc.0",
65
65
  "@semantic-release/changelog": "6.0.2",
66
66
  "@semantic-release/exec": "6.0.3",
67
67
  "@semantic-release/git": "10.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.75.0-rc.0",
3
+ "version": "1.76.0-rc.0",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {