@akinon/projectzero 1.45.0-rc.3 → 1.45.0-rc.5
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 +14 -0
- package/app-template/CHANGELOG.md +129 -0
- package/app-template/akinon.json +1 -1
- package/app-template/package.json +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
+
## 1.45.0-rc.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
8
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
9
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
10
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
11
|
+
- 00ffde2f: ZERO-2637: enhance create command with improved messaging
|
|
12
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
13
|
+
- 72692a2: ZERO-2879: Update Node.js runtime to version 22-alpine
|
|
14
|
+
|
|
15
|
+
## 1.45.0-rc.4
|
|
16
|
+
|
|
3
17
|
## 1.45.0-rc.3
|
|
4
18
|
|
|
5
19
|
## 1.45.0-rc.2
|
|
@@ -1,5 +1,134 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.45.0-rc.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
8
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
9
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
10
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
11
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
12
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
13
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
14
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
15
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
16
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
17
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
18
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
19
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
20
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
21
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
22
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
23
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
24
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
25
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
26
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
27
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
28
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
29
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
30
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
31
|
+
- 72692a2: ZERO-2879: Update Node.js runtime to version 22-alpine
|
|
32
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
33
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
34
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
35
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
36
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
37
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
38
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
39
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
40
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
41
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
42
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
43
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
44
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- Updated dependencies [90282b5]
|
|
49
|
+
- Updated dependencies [50b9069]
|
|
50
|
+
- Updated dependencies [572d2e8]
|
|
51
|
+
- Updated dependencies [a4c8d6a9]
|
|
52
|
+
- Updated dependencies [fda5b92]
|
|
53
|
+
- Updated dependencies [2d9b2b2]
|
|
54
|
+
- Updated dependencies [c53ea3e]
|
|
55
|
+
- Updated dependencies [8d9ac9a]
|
|
56
|
+
- Updated dependencies [18e8197]
|
|
57
|
+
- Updated dependencies [714e0b4]
|
|
58
|
+
- Updated dependencies [70279e7]
|
|
59
|
+
- Updated dependencies [6c25f66]
|
|
60
|
+
- Updated dependencies [bc2b411]
|
|
61
|
+
- Updated dependencies [3bf2dd9]
|
|
62
|
+
- Updated dependencies [e9541a1]
|
|
63
|
+
- Updated dependencies [c53ef7b9]
|
|
64
|
+
- Updated dependencies [9d94f7e]
|
|
65
|
+
- Updated dependencies [64699d3]
|
|
66
|
+
- Updated dependencies [0d3a913]
|
|
67
|
+
- Updated dependencies [1448a96e]
|
|
68
|
+
- Updated dependencies [d6edb1d]
|
|
69
|
+
- Updated dependencies [d3474c6]
|
|
70
|
+
- Updated dependencies [75080fd6]
|
|
71
|
+
- Updated dependencies [17f8752]
|
|
72
|
+
- Updated dependencies [c45b62c]
|
|
73
|
+
- Updated dependencies [91265bba]
|
|
74
|
+
- Updated dependencies [bbe18b9f]
|
|
75
|
+
- Updated dependencies [d409996]
|
|
76
|
+
- Updated dependencies [4920742]
|
|
77
|
+
- Updated dependencies [69ca080]
|
|
78
|
+
- Updated dependencies [7e56d6b]
|
|
79
|
+
- Updated dependencies [94b6928]
|
|
80
|
+
- Updated dependencies [98bb8dc]
|
|
81
|
+
- Updated dependencies [46b7aad]
|
|
82
|
+
- Updated dependencies [dcc8a15]
|
|
83
|
+
- Updated dependencies [8f47cca]
|
|
84
|
+
- Updated dependencies [fad2768]
|
|
85
|
+
- Updated dependencies [dff0d595]
|
|
86
|
+
- Updated dependencies [eecb282]
|
|
87
|
+
- Updated dependencies [f2c325c]
|
|
88
|
+
- Updated dependencies [9e25a64]
|
|
89
|
+
- Updated dependencies [beb499e6]
|
|
90
|
+
- Updated dependencies [948eb42]
|
|
91
|
+
- Updated dependencies [146ea39]
|
|
92
|
+
- Updated dependencies [f2c92d5]
|
|
93
|
+
- Updated dependencies [7bd3d99]
|
|
94
|
+
- Updated dependencies [c47be30]
|
|
95
|
+
- Updated dependencies [e9a46ac]
|
|
96
|
+
- Updated dependencies [f046f8e0]
|
|
97
|
+
- Updated dependencies [86d2531]
|
|
98
|
+
- Updated dependencies [3f9b8d7]
|
|
99
|
+
- @akinon/next@1.45.0-rc.5
|
|
100
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
101
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
102
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
103
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
104
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
105
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
106
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
107
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
108
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
109
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
110
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
111
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
112
|
+
|
|
113
|
+
## 1.45.0-rc.4
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [8f47cca]
|
|
118
|
+
- @akinon/next@1.45.0-rc.4
|
|
119
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
120
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
121
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
122
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
123
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
124
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
125
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
126
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
127
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
128
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
129
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
130
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
131
|
+
|
|
3
132
|
## 1.45.0-rc.3
|
|
4
133
|
|
|
5
134
|
### Patch Changes
|
package/app-template/akinon.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.45.0-rc.
|
|
3
|
+
"version": "1.45.0-rc.5",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.45.0-rc.
|
|
26
|
-
"@akinon/pz-akifast": "1.45.0-rc.
|
|
27
|
-
"@akinon/pz-b2b": "1.45.0-rc.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.45.0-rc.
|
|
29
|
-
"@akinon/pz-bkm": "1.45.0-rc.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.45.0-rc.
|
|
31
|
-
"@akinon/pz-click-collect": "1.45.0-rc.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.45.0-rc.
|
|
33
|
-
"@akinon/pz-gpay": "1.45.0-rc.
|
|
34
|
-
"@akinon/pz-masterpass": "1.45.0-rc.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.45.0-rc.
|
|
36
|
-
"@akinon/pz-otp": "1.45.0-rc.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.45.0-rc.
|
|
25
|
+
"@akinon/next": "1.45.0-rc.5",
|
|
26
|
+
"@akinon/pz-akifast": "1.45.0-rc.5",
|
|
27
|
+
"@akinon/pz-b2b": "1.45.0-rc.5",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.45.0-rc.5",
|
|
29
|
+
"@akinon/pz-bkm": "1.45.0-rc.5",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.45.0-rc.5",
|
|
31
|
+
"@akinon/pz-click-collect": "1.45.0-rc.5",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.45.0-rc.5",
|
|
33
|
+
"@akinon/pz-gpay": "1.45.0-rc.5",
|
|
34
|
+
"@akinon/pz-masterpass": "1.45.0-rc.5",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.45.0-rc.5",
|
|
36
|
+
"@akinon/pz-otp": "1.45.0-rc.5",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.45.0-rc.5",
|
|
38
38
|
"@hookform/resolvers": "2.9.0",
|
|
39
39
|
"@next/third-parties": "14.1.0",
|
|
40
40
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"yup": "0.32.11"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@akinon/eslint-plugin-projectzero": "1.45.0-rc.
|
|
61
|
+
"@akinon/eslint-plugin-projectzero": "1.45.0-rc.5",
|
|
62
62
|
"@semantic-release/changelog": "6.0.2",
|
|
63
63
|
"@semantic-release/exec": "6.0.3",
|
|
64
64
|
"@semantic-release/git": "10.0.1",
|