@akinon/projectzero 1.78.0-rc.1 → 1.78.0-rc.2

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,12 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.78.0-rc.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
9
+
3
10
  ## 1.78.0-rc.1
4
11
 
5
12
  ## 1.78.0-rc.0
@@ -1,5 +1,63 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.78.0-rc.2
4
+
5
+ ### Minor Changes
6
+
7
+ - e8dcbe3c: ZERO-3112: Update button component
8
+ - fd4b74e9: ZERO-3126: add reset checkout state query
9
+ - 82174637: ZERO-2887: Add LoaderSpinner to Filters component
10
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
11
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
12
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
14
+ - 6a0a0807: ZERO-3112: Update button
15
+ - 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
16
+ - 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [5dfeea04]
21
+ - Updated dependencies [2d9b2b2c]
22
+ - Updated dependencies [e791eabc]
23
+ - Updated dependencies [fd4b74e9]
24
+ - Updated dependencies [f49bb74f]
25
+ - Updated dependencies [e9541a13]
26
+ - Updated dependencies [4d3deb4f]
27
+ - Updated dependencies [72fd4d67]
28
+ - Updated dependencies [c53ef7b9]
29
+ - Updated dependencies [64699d3f]
30
+ - Updated dependencies [7727ae55]
31
+ - Updated dependencies [17f87524]
32
+ - Updated dependencies [65d3b862]
33
+ - Updated dependencies [bbe18b9f]
34
+ - Updated dependencies [4920742c]
35
+ - Updated dependencies [7e56d6b6]
36
+ - Updated dependencies [43c182ee]
37
+ - Updated dependencies [2d305aaf]
38
+ - Updated dependencies [eeb20bea]
39
+ - Updated dependencies [6a0a0807]
40
+ - Updated dependencies [f2c92d5c]
41
+ - Updated dependencies [7bd3d992]
42
+ - Updated dependencies [fdd255ee]
43
+ - Updated dependencies [49eeebfa]
44
+ - Updated dependencies [3f9b8d7e]
45
+ - @akinon/next@1.78.0-rc.2
46
+ - @akinon/pz-checkout-gift-pack@1.78.0-rc.2
47
+ - @akinon/pz-one-click-checkout@1.78.0-rc.2
48
+ - @akinon/pz-basket-gift-pack@1.78.0-rc.2
49
+ - @akinon/pz-pay-on-delivery@1.78.0-rc.2
50
+ - @akinon/pz-credit-payment@1.78.0-rc.2
51
+ - @akinon/pz-click-collect@1.78.0-rc.2
52
+ - @akinon/pz-masterpass@1.78.0-rc.2
53
+ - @akinon/pz-akifast@1.78.0-rc.2
54
+ - @akinon/pz-gpay@1.78.0-rc.2
55
+ - @akinon/pz-b2b@1.78.0-rc.2
56
+ - @akinon/pz-bkm@1.78.0-rc.2
57
+ - @akinon/pz-otp@1.78.0-rc.2
58
+ - @akinon/pz-tabby-extension@1.78.0-rc.2
59
+ - @akinon/pz-saved-card@1.78.0-rc.2
60
+
3
61
  ## 1.78.0-rc.1
4
62
 
5
63
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.78.0-rc.1",
3
+ "version": "1.78.0-rc.2",
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.78.0-rc.1",
26
- "@akinon/pz-akifast": "1.78.0-rc.1",
27
- "@akinon/pz-b2b": "1.78.0-rc.1",
28
- "@akinon/pz-basket-gift-pack": "1.78.0-rc.1",
29
- "@akinon/pz-bkm": "1.78.0-rc.1",
30
- "@akinon/pz-checkout-gift-pack": "1.78.0-rc.1",
31
- "@akinon/pz-click-collect": "1.78.0-rc.1",
32
- "@akinon/pz-credit-payment": "1.78.0-rc.1",
33
- "@akinon/pz-gpay": "1.78.0-rc.1",
34
- "@akinon/pz-masterpass": "1.78.0-rc.1",
35
- "@akinon/pz-one-click-checkout": "1.78.0-rc.1",
36
- "@akinon/pz-otp": "1.78.0-rc.1",
37
- "@akinon/pz-pay-on-delivery": "1.78.0-rc.1",
38
- "@akinon/pz-saved-card": "1.78.0-rc.1",
39
- "@akinon/pz-tabby-extension": "1.78.0-rc.1",
25
+ "@akinon/next": "1.78.0-rc.2",
26
+ "@akinon/pz-akifast": "1.78.0-rc.2",
27
+ "@akinon/pz-b2b": "1.78.0-rc.2",
28
+ "@akinon/pz-basket-gift-pack": "1.78.0-rc.2",
29
+ "@akinon/pz-bkm": "1.78.0-rc.2",
30
+ "@akinon/pz-checkout-gift-pack": "1.78.0-rc.2",
31
+ "@akinon/pz-click-collect": "1.78.0-rc.2",
32
+ "@akinon/pz-credit-payment": "1.78.0-rc.2",
33
+ "@akinon/pz-gpay": "1.78.0-rc.2",
34
+ "@akinon/pz-masterpass": "1.78.0-rc.2",
35
+ "@akinon/pz-one-click-checkout": "1.78.0-rc.2",
36
+ "@akinon/pz-otp": "1.78.0-rc.2",
37
+ "@akinon/pz-pay-on-delivery": "1.78.0-rc.2",
38
+ "@akinon/pz-saved-card": "1.78.0-rc.2",
39
+ "@akinon/pz-tabby-extension": "1.78.0-rc.2",
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.78.0-rc.1",
64
+ "@akinon/eslint-plugin-projectzero": "1.78.0-rc.2",
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.78.0-rc.1",
3
+ "version": "1.78.0-rc.2",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {