@akinon/projectzero 1.34.0-rc.19 → 1.34.0-rc.20
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 +6 -0
- package/app-template/CHANGELOG.md +55 -0
- package/app-template/package.json +11 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.34.0-rc.20
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
8
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
9
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
10
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
11
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
12
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
13
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
14
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
15
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
16
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
17
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
18
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
19
|
+
- f084819: ZERO-2576: Update next version to 14.2.1
|
|
20
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
21
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
22
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
23
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
24
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [a4c8d6a]
|
|
29
|
+
- Updated dependencies [d09b677]
|
|
30
|
+
- Updated dependencies [6d4aadb]
|
|
31
|
+
- Updated dependencies [8e6e8cf]
|
|
32
|
+
- Updated dependencies [c53ef7b]
|
|
33
|
+
- Updated dependencies [ebb63ce]
|
|
34
|
+
- Updated dependencies [7cebe87]
|
|
35
|
+
- Updated dependencies [616690d]
|
|
36
|
+
- Updated dependencies [f3b595e]
|
|
37
|
+
- Updated dependencies [91265bb]
|
|
38
|
+
- Updated dependencies [59fb7c3]
|
|
39
|
+
- Updated dependencies [bbe18b9]
|
|
40
|
+
- Updated dependencies [f0c23bc]
|
|
41
|
+
- Updated dependencies [3420416]
|
|
42
|
+
- Updated dependencies [495d155]
|
|
43
|
+
- Updated dependencies [beb499e]
|
|
44
|
+
- Updated dependencies [6c18543]
|
|
45
|
+
- Updated dependencies [40ad73e]
|
|
46
|
+
- Updated dependencies [495d155]
|
|
47
|
+
- Updated dependencies [f046f8e]
|
|
48
|
+
- Updated dependencies [6b2972b]
|
|
49
|
+
- Updated dependencies [3e68768]
|
|
50
|
+
- @akinon/next@1.34.0-rc.20
|
|
51
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
52
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
53
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
54
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
55
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
56
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
57
|
+
|
|
3
58
|
## 1.34.0-rc.19
|
|
4
59
|
|
|
5
60
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.34.0-rc.
|
|
3
|
+
"version": "1.34.0-rc.20",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,20 +22,21 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.34.0-rc.
|
|
26
|
-
"@akinon/pz-b2b": "1.34.0-rc.
|
|
27
|
-
"@akinon/pz-gpay": "1.34.0-rc.
|
|
28
|
-
"@akinon/pz-masterpass": "1.34.0-rc.
|
|
29
|
-
"@akinon/pz-one-click-checkout": "1.34.0-rc.
|
|
30
|
-
"@akinon/pz-otp": "1.34.0-rc.
|
|
31
|
-
"@akinon/pz-pay-on-delivery": "1.34.0-rc.
|
|
25
|
+
"@akinon/next": "1.34.0-rc.20",
|
|
26
|
+
"@akinon/pz-b2b": "1.34.0-rc.20",
|
|
27
|
+
"@akinon/pz-gpay": "1.34.0-rc.20",
|
|
28
|
+
"@akinon/pz-masterpass": "1.34.0-rc.20",
|
|
29
|
+
"@akinon/pz-one-click-checkout": "1.34.0-rc.20",
|
|
30
|
+
"@akinon/pz-otp": "1.34.0-rc.20",
|
|
31
|
+
"@akinon/pz-pay-on-delivery": "1.34.0-rc.20",
|
|
32
32
|
"@hookform/resolvers": "2.9.0",
|
|
33
33
|
"@next/third-parties": "14.1.0",
|
|
34
34
|
"@react-google-maps/api": "2.17.1",
|
|
35
35
|
"@sentry/nextjs": "7.105.0",
|
|
36
36
|
"dayjs": "1.11.5",
|
|
37
|
+
"eslint-config-next": "14.2.2",
|
|
37
38
|
"lossless-json": "2.0.5",
|
|
38
|
-
"next": "14.
|
|
39
|
+
"next": "14.2.2",
|
|
39
40
|
"next-auth": "4.24.5",
|
|
40
41
|
"next-pwa": "5.6.0",
|
|
41
42
|
"pino": "8.11.0",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"yup": "0.32.11"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@akinon/eslint-plugin-projectzero": "1.34.0-rc.
|
|
56
|
+
"@akinon/eslint-plugin-projectzero": "1.34.0-rc.20",
|
|
56
57
|
"@semantic-release/changelog": "6.0.2",
|
|
57
58
|
"@semantic-release/exec": "6.0.3",
|
|
58
59
|
"@semantic-release/git": "10.0.1",
|