@akinon/projectzero 1.73.0-rc.15 → 1.73.0-rc.16

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,13 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.73.0-rc.16
4
+
5
+ ### Minor Changes
6
+
7
+ - 1ebe1da0: ZERO-3016:move pagination fixes and add optional chaining
8
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
9
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
10
+
3
11
  ## 1.73.0-rc.15
4
12
 
5
13
  ## 1.73.0-rc.14
@@ -1,5 +1,85 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.73.0-rc.16
4
+
5
+ ### Minor Changes
6
+
7
+ - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
8
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
9
+ - 1ebe1da0: ZERO-3016:move pagination fixes and add optional chaining
10
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
11
+ - 20d6394b: ZERO-3090: Optimize Variant component for better performance
12
+ - 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
+ - 07b2298e: ZERO-3074: Exclude url schemes to init url without locales
15
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
16
+ - 3344bca5: ZERO-3013: Enable web vitals tracking in settings.js
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [5e3333dc]
21
+ - Updated dependencies [6d6a39d5]
22
+ - Updated dependencies [5dfeea04]
23
+ - Updated dependencies [81248a14]
24
+ - Updated dependencies [ed55a810]
25
+ - Updated dependencies [2d9b2b2c]
26
+ - Updated dependencies [3bfa12aa]
27
+ - Updated dependencies [cc538c6a]
28
+ - Updated dependencies [f49bb74f]
29
+ - Updated dependencies [7b93652d]
30
+ - Updated dependencies [e9541a13]
31
+ - Updated dependencies [24557b3c]
32
+ - Updated dependencies [94eb8252]
33
+ - Updated dependencies [4d3deb4f]
34
+ - Updated dependencies [72fd4d67]
35
+ - Updated dependencies [c53ef7b9]
36
+ - Updated dependencies [0ab91e56]
37
+ - Updated dependencies [178044ed]
38
+ - Updated dependencies [64699d3f]
39
+ - Updated dependencies [999168d6]
40
+ - Updated dependencies [7727ae55]
41
+ - Updated dependencies [17f87524]
42
+ - Updated dependencies [65d3b862]
43
+ - Updated dependencies [30105142]
44
+ - Updated dependencies [bbe18b9f]
45
+ - Updated dependencies [9a507300]
46
+ - Updated dependencies [4920742c]
47
+ - Updated dependencies [07b2298e]
48
+ - Updated dependencies [7e56d6b6]
49
+ - Updated dependencies [5a333a57]
50
+ - Updated dependencies [43c182ee]
51
+ - Updated dependencies [31d5a712]
52
+ - Updated dependencies [ca774b39]
53
+ - Updated dependencies [2d305aaf]
54
+ - Updated dependencies [eeb20bea]
55
+ - Updated dependencies [56cdddc8]
56
+ - Updated dependencies [f2c92d5c]
57
+ - Updated dependencies [7bd3d992]
58
+ - Updated dependencies [37239b31]
59
+ - Updated dependencies [f0b2f416]
60
+ - Updated dependencies [fdd255ee]
61
+ - Updated dependencies [c594b469]
62
+ - Updated dependencies [86a5a620]
63
+ - Updated dependencies [49eeebfa]
64
+ - Updated dependencies [3f9b8d7e]
65
+ - Updated dependencies [e96633e6]
66
+ - Updated dependencies [3344bca5]
67
+ - @akinon/pz-saved-card@1.73.0-rc.16
68
+ - @akinon/next@1.73.0-rc.16
69
+ - @akinon/pz-akifast@1.73.0-rc.16
70
+ - @akinon/pz-checkout-gift-pack@1.73.0-rc.16
71
+ - @akinon/pz-one-click-checkout@1.73.0-rc.16
72
+ - @akinon/pz-basket-gift-pack@1.73.0-rc.16
73
+ - @akinon/pz-pay-on-delivery@1.73.0-rc.16
74
+ - @akinon/pz-credit-payment@1.73.0-rc.16
75
+ - @akinon/pz-click-collect@1.73.0-rc.16
76
+ - @akinon/pz-masterpass@1.73.0-rc.16
77
+ - @akinon/pz-gpay@1.73.0-rc.16
78
+ - @akinon/pz-b2b@1.73.0-rc.16
79
+ - @akinon/pz-bkm@1.73.0-rc.16
80
+ - @akinon/pz-otp@1.73.0-rc.16
81
+ - @akinon/pz-tabby-extension@1.73.0-rc.16
82
+
3
83
  ## 1.73.0-rc.15
4
84
 
5
85
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.73.0-rc.15",
3
+ "version": "1.73.0-rc.16",
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.73.0-rc.15",
26
- "@akinon/pz-akifast": "1.73.0-rc.15",
27
- "@akinon/pz-b2b": "1.73.0-rc.15",
28
- "@akinon/pz-basket-gift-pack": "1.73.0-rc.15",
29
- "@akinon/pz-bkm": "1.73.0-rc.15",
30
- "@akinon/pz-checkout-gift-pack": "1.73.0-rc.15",
31
- "@akinon/pz-click-collect": "1.73.0-rc.15",
32
- "@akinon/pz-credit-payment": "1.73.0-rc.15",
33
- "@akinon/pz-gpay": "1.73.0-rc.15",
34
- "@akinon/pz-masterpass": "1.73.0-rc.15",
35
- "@akinon/pz-one-click-checkout": "1.73.0-rc.15",
36
- "@akinon/pz-otp": "1.73.0-rc.15",
37
- "@akinon/pz-pay-on-delivery": "1.73.0-rc.15",
38
- "@akinon/pz-saved-card": "1.73.0-rc.15",
39
- "@akinon/pz-tabby-extension": "1.73.0-rc.15",
25
+ "@akinon/next": "1.73.0-rc.16",
26
+ "@akinon/pz-akifast": "1.73.0-rc.16",
27
+ "@akinon/pz-b2b": "1.73.0-rc.16",
28
+ "@akinon/pz-basket-gift-pack": "1.73.0-rc.16",
29
+ "@akinon/pz-bkm": "1.73.0-rc.16",
30
+ "@akinon/pz-checkout-gift-pack": "1.73.0-rc.16",
31
+ "@akinon/pz-click-collect": "1.73.0-rc.16",
32
+ "@akinon/pz-credit-payment": "1.73.0-rc.16",
33
+ "@akinon/pz-gpay": "1.73.0-rc.16",
34
+ "@akinon/pz-masterpass": "1.73.0-rc.16",
35
+ "@akinon/pz-one-click-checkout": "1.73.0-rc.16",
36
+ "@akinon/pz-otp": "1.73.0-rc.16",
37
+ "@akinon/pz-pay-on-delivery": "1.73.0-rc.16",
38
+ "@akinon/pz-saved-card": "1.73.0-rc.16",
39
+ "@akinon/pz-tabby-extension": "1.73.0-rc.16",
40
40
  "@hookform/resolvers": "2.9.0",
41
41
  "@next/third-parties": "14.1.0",
42
42
  "@react-google-maps/api": "2.17.1",
@@ -60,7 +60,7 @@
60
60
  "yup": "0.32.11"
61
61
  },
62
62
  "devDependencies": {
63
- "@akinon/eslint-plugin-projectzero": "1.73.0-rc.15",
63
+ "@akinon/eslint-plugin-projectzero": "1.73.0-rc.16",
64
64
  "@semantic-release/changelog": "6.0.2",
65
65
  "@semantic-release/exec": "6.0.3",
66
66
  "@semantic-release/git": "10.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.73.0-rc.15",
3
+ "version": "1.73.0-rc.16",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {