@akinon/projectzero 1.78.0-rc.2 → 1.79.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 +2 -9
- package/app-template/CHANGELOG.md +37 -97
- package/app-template/package.json +17 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.79.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
8
8
|
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
9
9
|
|
|
10
|
-
## 1.78.0
|
|
11
|
-
|
|
12
|
-
## 1.78.0-rc.0
|
|
13
|
-
|
|
14
|
-
### Minor Changes
|
|
15
|
-
|
|
16
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
17
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
10
|
+
## 1.78.0
|
|
18
11
|
|
|
19
12
|
## 1.77.0
|
|
20
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.79.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
|
|
20
20
|
- Updated dependencies [5dfeea04]
|
|
21
21
|
- Updated dependencies [2d9b2b2c]
|
|
22
|
-
- Updated dependencies [e791eabc]
|
|
23
22
|
- Updated dependencies [fd4b74e9]
|
|
24
23
|
- Updated dependencies [f49bb74f]
|
|
25
24
|
- Updated dependencies [e9541a13]
|
|
@@ -42,101 +41,42 @@
|
|
|
42
41
|
- Updated dependencies [fdd255ee]
|
|
43
42
|
- Updated dependencies [49eeebfa]
|
|
44
43
|
- Updated dependencies [3f9b8d7e]
|
|
45
|
-
- @akinon/next@1.
|
|
46
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
47
|
-
- @akinon/pz-one-click-checkout@1.
|
|
48
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
49
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
50
|
-
- @akinon/pz-credit-payment@1.
|
|
51
|
-
- @akinon/pz-click-collect@1.
|
|
52
|
-
- @akinon/pz-masterpass@1.
|
|
53
|
-
- @akinon/pz-akifast@1.
|
|
54
|
-
- @akinon/pz-gpay@1.
|
|
55
|
-
- @akinon/pz-b2b@1.
|
|
56
|
-
- @akinon/pz-bkm@1.
|
|
57
|
-
- @akinon/pz-otp@1.
|
|
58
|
-
- @akinon/pz-tabby-extension@1.
|
|
59
|
-
- @akinon/pz-saved-card@1.
|
|
60
|
-
|
|
61
|
-
## 1.78.0
|
|
62
|
-
|
|
63
|
-
###
|
|
64
|
-
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
70
|
-
- @akinon/
|
|
71
|
-
- @akinon/pz-
|
|
72
|
-
- @akinon/pz-
|
|
73
|
-
- @akinon/pz-
|
|
74
|
-
- @akinon/pz-
|
|
75
|
-
- @akinon/pz-
|
|
76
|
-
- @akinon/pz-click-
|
|
77
|
-
- @akinon/pz-
|
|
78
|
-
- @akinon/pz-
|
|
79
|
-
- @akinon/pz-
|
|
80
|
-
- @akinon/pz-
|
|
81
|
-
- @akinon/pz-otp@1.78.0-rc.1
|
|
82
|
-
- @akinon/pz-pay-on-delivery@1.78.0-rc.1
|
|
83
|
-
- @akinon/pz-saved-card@1.78.0-rc.1
|
|
84
|
-
- @akinon/pz-tabby-extension@1.78.0-rc.1
|
|
85
|
-
|
|
86
|
-
## 1.78.0-rc.0
|
|
87
|
-
|
|
88
|
-
### Minor Changes
|
|
89
|
-
|
|
90
|
-
- e8dcbe3c: ZERO-3112: Update button component
|
|
91
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
92
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
93
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
94
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
95
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
96
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
97
|
-
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
98
|
-
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- Updated dependencies [5dfeea04]
|
|
103
|
-
- Updated dependencies [2d9b2b2c]
|
|
104
|
-
- Updated dependencies [f49bb74f]
|
|
105
|
-
- Updated dependencies [e9541a13]
|
|
106
|
-
- Updated dependencies [4d3deb4f]
|
|
107
|
-
- Updated dependencies [72fd4d67]
|
|
108
|
-
- Updated dependencies [c53ef7b9]
|
|
109
|
-
- Updated dependencies [64699d3f]
|
|
110
|
-
- Updated dependencies [7727ae55]
|
|
111
|
-
- Updated dependencies [17f87524]
|
|
112
|
-
- Updated dependencies [65d3b862]
|
|
113
|
-
- Updated dependencies [bbe18b9f]
|
|
114
|
-
- Updated dependencies [4920742c]
|
|
115
|
-
- Updated dependencies [7e56d6b6]
|
|
116
|
-
- Updated dependencies [43c182ee]
|
|
117
|
-
- Updated dependencies [2d305aaf]
|
|
118
|
-
- Updated dependencies [eeb20bea]
|
|
119
|
-
- Updated dependencies [6a0a0807]
|
|
120
|
-
- Updated dependencies [f2c92d5c]
|
|
121
|
-
- Updated dependencies [7bd3d992]
|
|
122
|
-
- Updated dependencies [fdd255ee]
|
|
123
|
-
- Updated dependencies [49eeebfa]
|
|
124
|
-
- Updated dependencies [3f9b8d7e]
|
|
125
|
-
- @akinon/next@1.78.0-rc.0
|
|
126
|
-
- @akinon/pz-checkout-gift-pack@1.78.0-rc.0
|
|
127
|
-
- @akinon/pz-one-click-checkout@1.78.0-rc.0
|
|
128
|
-
- @akinon/pz-basket-gift-pack@1.78.0-rc.0
|
|
129
|
-
- @akinon/pz-pay-on-delivery@1.78.0-rc.0
|
|
130
|
-
- @akinon/pz-credit-payment@1.78.0-rc.0
|
|
131
|
-
- @akinon/pz-click-collect@1.78.0-rc.0
|
|
132
|
-
- @akinon/pz-masterpass@1.78.0-rc.0
|
|
133
|
-
- @akinon/pz-akifast@1.78.0-rc.0
|
|
134
|
-
- @akinon/pz-gpay@1.78.0-rc.0
|
|
135
|
-
- @akinon/pz-b2b@1.78.0-rc.0
|
|
136
|
-
- @akinon/pz-bkm@1.78.0-rc.0
|
|
137
|
-
- @akinon/pz-otp@1.78.0-rc.0
|
|
138
|
-
- @akinon/pz-tabby-extension@1.78.0-rc.0
|
|
139
|
-
- @akinon/pz-saved-card@1.78.0-rc.0
|
|
44
|
+
- @akinon/next@1.79.0-rc.0
|
|
45
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
46
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
47
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
48
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
49
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
50
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
51
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
52
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
53
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
54
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
55
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
56
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
57
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
58
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
59
|
+
|
|
60
|
+
## 1.78.0
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [e791eab]
|
|
65
|
+
- @akinon/next@1.78.0
|
|
66
|
+
- @akinon/pz-akifast@1.78.0
|
|
67
|
+
- @akinon/pz-b2b@1.78.0
|
|
68
|
+
- @akinon/pz-basket-gift-pack@1.78.0
|
|
69
|
+
- @akinon/pz-bkm@1.78.0
|
|
70
|
+
- @akinon/pz-checkout-gift-pack@1.78.0
|
|
71
|
+
- @akinon/pz-click-collect@1.78.0
|
|
72
|
+
- @akinon/pz-credit-payment@1.78.0
|
|
73
|
+
- @akinon/pz-gpay@1.78.0
|
|
74
|
+
- @akinon/pz-masterpass@1.78.0
|
|
75
|
+
- @akinon/pz-one-click-checkout@1.78.0
|
|
76
|
+
- @akinon/pz-otp@1.78.0
|
|
77
|
+
- @akinon/pz-pay-on-delivery@1.78.0
|
|
78
|
+
- @akinon/pz-saved-card@1.78.0
|
|
79
|
+
- @akinon/pz-tabby-extension@1.78.0
|
|
140
80
|
|
|
141
81
|
## 1.77.0
|
|
142
82
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.79.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.
|
|
26
|
-
"@akinon/pz-akifast": "1.
|
|
27
|
-
"@akinon/pz-b2b": "1.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.
|
|
29
|
-
"@akinon/pz-bkm": "1.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.
|
|
31
|
-
"@akinon/pz-click-collect": "1.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.
|
|
33
|
-
"@akinon/pz-gpay": "1.
|
|
34
|
-
"@akinon/pz-masterpass": "1.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.
|
|
36
|
-
"@akinon/pz-otp": "1.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.
|
|
38
|
-
"@akinon/pz-saved-card": "1.
|
|
39
|
-
"@akinon/pz-tabby-extension": "1.
|
|
25
|
+
"@akinon/next": "1.79.0-rc.0",
|
|
26
|
+
"@akinon/pz-akifast": "1.79.0-rc.0",
|
|
27
|
+
"@akinon/pz-b2b": "1.79.0-rc.0",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.79.0-rc.0",
|
|
29
|
+
"@akinon/pz-bkm": "1.79.0-rc.0",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.79.0-rc.0",
|
|
31
|
+
"@akinon/pz-click-collect": "1.79.0-rc.0",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.79.0-rc.0",
|
|
33
|
+
"@akinon/pz-gpay": "1.79.0-rc.0",
|
|
34
|
+
"@akinon/pz-masterpass": "1.79.0-rc.0",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.79.0-rc.0",
|
|
36
|
+
"@akinon/pz-otp": "1.79.0-rc.0",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.79.0-rc.0",
|
|
38
|
+
"@akinon/pz-saved-card": "1.79.0-rc.0",
|
|
39
|
+
"@akinon/pz-tabby-extension": "1.79.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.
|
|
64
|
+
"@akinon/eslint-plugin-projectzero": "1.79.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",
|