@akinon/projectzero 1.54.0-rc.0 → 1.55.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 +8 -3
- package/app-template/CHANGELOG.md +44 -23
- package/app-template/package.json +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.55.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
8
7
|
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
9
8
|
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
10
9
|
- 00ffde2f: ZERO-2637: enhance create command with improved messaging
|
|
11
|
-
|
|
10
|
+
|
|
11
|
+
## 1.54.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
16
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
12
17
|
|
|
13
18
|
## 1.53.0
|
|
14
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.55.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,15 +13,12 @@
|
|
|
13
13
|
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
14
14
|
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
15
15
|
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
16
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
17
16
|
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
18
17
|
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
19
18
|
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
20
19
|
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
21
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
22
20
|
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
23
21
|
- d3474c64: ZERO-2655: Add data source shipping option
|
|
24
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
25
22
|
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
26
23
|
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
27
24
|
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
@@ -33,7 +30,6 @@
|
|
|
33
30
|
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
34
31
|
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
35
32
|
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
36
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
37
33
|
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
38
34
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
39
35
|
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
@@ -51,7 +47,7 @@
|
|
|
51
47
|
- Updated dependencies [6c25f66]
|
|
52
48
|
- Updated dependencies [bc2b411]
|
|
53
49
|
- Updated dependencies [3bf2dd9]
|
|
54
|
-
- Updated dependencies [
|
|
50
|
+
- Updated dependencies [e9541a13]
|
|
55
51
|
- Updated dependencies [c53ef7b9]
|
|
56
52
|
- Updated dependencies [2e6104d]
|
|
57
53
|
- Updated dependencies [64699d3]
|
|
@@ -67,11 +63,9 @@
|
|
|
67
63
|
- Updated dependencies [d4099960]
|
|
68
64
|
- Updated dependencies [4920742]
|
|
69
65
|
- Updated dependencies [12a873e]
|
|
70
|
-
- Updated dependencies [69ca0801]
|
|
71
66
|
- Updated dependencies [7e56d6b]
|
|
72
67
|
- Updated dependencies [94b6928]
|
|
73
68
|
- Updated dependencies [98bb8dcd]
|
|
74
|
-
- Updated dependencies [46b7aad7]
|
|
75
69
|
- Updated dependencies [dcc8a150]
|
|
76
70
|
- Updated dependencies [8f47cca]
|
|
77
71
|
- Updated dependencies [fad27689]
|
|
@@ -83,27 +77,54 @@
|
|
|
83
77
|
- Updated dependencies [beb499e6]
|
|
84
78
|
- Updated dependencies [f2c92d5]
|
|
85
79
|
- Updated dependencies [7bd3d99]
|
|
86
|
-
- Updated dependencies [c47be30d]
|
|
87
|
-
- Updated dependencies [e9a46acb]
|
|
88
80
|
- Updated dependencies [f046f8e0]
|
|
89
81
|
- Updated dependencies [b9273fd]
|
|
90
82
|
- Updated dependencies [49eeebf]
|
|
91
83
|
- Updated dependencies [86d25315]
|
|
92
84
|
- Updated dependencies [c670bd4]
|
|
93
85
|
- Updated dependencies [3f9b8d7]
|
|
94
|
-
- @akinon/next@1.
|
|
95
|
-
- @akinon/pz-click-collect@1.
|
|
96
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
97
|
-
- @akinon/pz-one-click-checkout@1.
|
|
98
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
99
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
100
|
-
- @akinon/pz-credit-payment@1.
|
|
101
|
-
- @akinon/pz-masterpass@1.
|
|
102
|
-
- @akinon/pz-akifast@1.
|
|
103
|
-
- @akinon/pz-gpay@1.
|
|
104
|
-
- @akinon/pz-b2b@1.
|
|
105
|
-
- @akinon/pz-bkm@1.
|
|
106
|
-
- @akinon/pz-otp@1.
|
|
86
|
+
- @akinon/next@1.55.0-rc.0
|
|
87
|
+
- @akinon/pz-click-collect@1.55.0-rc.0
|
|
88
|
+
- @akinon/pz-checkout-gift-pack@1.55.0-rc.0
|
|
89
|
+
- @akinon/pz-one-click-checkout@1.55.0-rc.0
|
|
90
|
+
- @akinon/pz-basket-gift-pack@1.55.0-rc.0
|
|
91
|
+
- @akinon/pz-pay-on-delivery@1.55.0-rc.0
|
|
92
|
+
- @akinon/pz-credit-payment@1.55.0-rc.0
|
|
93
|
+
- @akinon/pz-masterpass@1.55.0-rc.0
|
|
94
|
+
- @akinon/pz-akifast@1.55.0-rc.0
|
|
95
|
+
- @akinon/pz-gpay@1.55.0-rc.0
|
|
96
|
+
- @akinon/pz-b2b@1.55.0-rc.0
|
|
97
|
+
- @akinon/pz-bkm@1.55.0-rc.0
|
|
98
|
+
- @akinon/pz-otp@1.55.0-rc.0
|
|
99
|
+
|
|
100
|
+
## 1.54.0
|
|
101
|
+
|
|
102
|
+
### Minor Changes
|
|
103
|
+
|
|
104
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
105
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
106
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
107
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- Updated dependencies [69ca080]
|
|
112
|
+
- Updated dependencies [46b7aad]
|
|
113
|
+
- Updated dependencies [c47be30]
|
|
114
|
+
- Updated dependencies [e9a46ac]
|
|
115
|
+
- @akinon/pz-checkout-gift-pack@1.54.0
|
|
116
|
+
- @akinon/next@1.54.0
|
|
117
|
+
- @akinon/pz-masterpass@1.54.0
|
|
118
|
+
- @akinon/pz-akifast@1.54.0
|
|
119
|
+
- @akinon/pz-b2b@1.54.0
|
|
120
|
+
- @akinon/pz-basket-gift-pack@1.54.0
|
|
121
|
+
- @akinon/pz-bkm@1.54.0
|
|
122
|
+
- @akinon/pz-click-collect@1.54.0
|
|
123
|
+
- @akinon/pz-credit-payment@1.54.0
|
|
124
|
+
- @akinon/pz-gpay@1.54.0
|
|
125
|
+
- @akinon/pz-one-click-checkout@1.54.0
|
|
126
|
+
- @akinon/pz-otp@1.54.0
|
|
127
|
+
- @akinon/pz-pay-on-delivery@1.54.0
|
|
107
128
|
|
|
108
129
|
## 1.53.0
|
|
109
130
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.0-rc.0",
|
|
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.
|
|
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.
|
|
25
|
+
"@akinon/next": "1.55.0-rc.0",
|
|
26
|
+
"@akinon/pz-akifast": "1.55.0-rc.0",
|
|
27
|
+
"@akinon/pz-b2b": "1.55.0-rc.0",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.55.0-rc.0",
|
|
29
|
+
"@akinon/pz-bkm": "1.55.0-rc.0",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.55.0-rc.0",
|
|
31
|
+
"@akinon/pz-click-collect": "1.55.0-rc.0",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.55.0-rc.0",
|
|
33
|
+
"@akinon/pz-gpay": "1.55.0-rc.0",
|
|
34
|
+
"@akinon/pz-masterpass": "1.55.0-rc.0",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.55.0-rc.0",
|
|
36
|
+
"@akinon/pz-otp": "1.55.0-rc.0",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.55.0-rc.0",
|
|
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.
|
|
61
|
+
"@akinon/eslint-plugin-projectzero": "1.55.0-rc.0",
|
|
62
62
|
"@semantic-release/changelog": "6.0.2",
|
|
63
63
|
"@semantic-release/exec": "6.0.3",
|
|
64
64
|
"@semantic-release/git": "10.0.1",
|