@akinon/projectzero 2.0.0 → 2.0.1
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 -0
- package/app-template/CHANGELOG.md +32 -0
- package/app-template/package.json +29 -29
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 75e141d3: ZERO-4374: Block `minor` bumps in check-changeset-file.js
|
|
8
|
+
|
|
9
|
+
After the 2.0 release the team standardized on `patch` for every branch (main, rc, beta) — `minor` and `major` are no longer used. The PR-time changeset validator already blocked `major`; this extends it to also block `minor`, so any PR that uses `minor` fails fast in the `Check Changeset File` step instead of producing surprise version jumps later in the release cycle.
|
|
10
|
+
|
|
3
11
|
## 2.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @akinon/next@2.0.1
|
|
8
|
+
- @akinon/pz-akifast@2.0.1
|
|
9
|
+
- @akinon/pz-apple-pay@2.0.1
|
|
10
|
+
- @akinon/pz-b2b@2.0.1
|
|
11
|
+
- @akinon/pz-basket-gift-pack@2.0.1
|
|
12
|
+
- @akinon/pz-bkm@2.0.1
|
|
13
|
+
- @akinon/pz-checkout-gift-pack@2.0.1
|
|
14
|
+
- @akinon/pz-click-collect@2.0.1
|
|
15
|
+
- @akinon/pz-credit-payment@2.0.1
|
|
16
|
+
- @akinon/pz-cybersource-uc@2.0.1
|
|
17
|
+
- @akinon/pz-flow-payment@2.0.1
|
|
18
|
+
- @akinon/pz-google-pay@2.0.1
|
|
19
|
+
- @akinon/pz-gpay@2.0.1
|
|
20
|
+
- @akinon/pz-haso@2.0.1
|
|
21
|
+
- @akinon/pz-hepsipay@2.0.1
|
|
22
|
+
- @akinon/pz-masterpass@2.0.1
|
|
23
|
+
- @akinon/pz-masterpass-rest@2.0.1
|
|
24
|
+
- @akinon/pz-multi-basket@2.0.1
|
|
25
|
+
- @akinon/pz-one-click-checkout@2.0.1
|
|
26
|
+
- @akinon/pz-otp@2.0.1
|
|
27
|
+
- @akinon/pz-pay-on-delivery@2.0.1
|
|
28
|
+
- @akinon/pz-saved-card@2.0.1
|
|
29
|
+
- @akinon/pz-similar-products@2.0.1
|
|
30
|
+
- @akinon/pz-tabby-extension@2.0.1
|
|
31
|
+
- @akinon/pz-tamara-extension@2.0.1
|
|
32
|
+
- @akinon/pz-theme@2.0.1
|
|
33
|
+
- @akinon/pz-virtual-try-on@2.0.1
|
|
34
|
+
|
|
3
35
|
## 2.0.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -24,33 +24,33 @@
|
|
|
24
24
|
"test:middleware": "jest middleware-matcher.test.ts --bail"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@akinon/next": "2.0.
|
|
28
|
-
"@akinon/pz-akifast": "2.0.
|
|
29
|
-
"@akinon/pz-apple-pay": "2.0.
|
|
30
|
-
"@akinon/pz-b2b": "2.0.
|
|
31
|
-
"@akinon/pz-basket-gift-pack": "2.0.
|
|
32
|
-
"@akinon/pz-bkm": "2.0.
|
|
33
|
-
"@akinon/pz-checkout-gift-pack": "2.0.
|
|
34
|
-
"@akinon/pz-click-collect": "2.0.
|
|
35
|
-
"@akinon/pz-credit-payment": "2.0.
|
|
36
|
-
"@akinon/pz-cybersource-uc": "2.0.
|
|
37
|
-
"@akinon/pz-flow-payment": "2.0.
|
|
38
|
-
"@akinon/pz-google-pay": "2.0.
|
|
39
|
-
"@akinon/pz-gpay": "2.0.
|
|
40
|
-
"@akinon/pz-haso": "2.0.
|
|
41
|
-
"@akinon/pz-hepsipay": "2.0.
|
|
42
|
-
"@akinon/pz-masterpass": "2.0.
|
|
43
|
-
"@akinon/pz-masterpass-rest": "2.0.
|
|
44
|
-
"@akinon/pz-multi-basket": "2.0.
|
|
45
|
-
"@akinon/pz-one-click-checkout": "2.0.
|
|
46
|
-
"@akinon/pz-otp": "2.0.
|
|
47
|
-
"@akinon/pz-pay-on-delivery": "2.0.
|
|
48
|
-
"@akinon/pz-saved-card": "2.0.
|
|
49
|
-
"@akinon/pz-similar-products": "2.0.
|
|
50
|
-
"@akinon/pz-tabby-extension": "2.0.
|
|
51
|
-
"@akinon/pz-tamara-extension": "2.0.
|
|
52
|
-
"@akinon/pz-theme": "2.0.
|
|
53
|
-
"@akinon/pz-virtual-try-on": "2.0.
|
|
27
|
+
"@akinon/next": "2.0.1",
|
|
28
|
+
"@akinon/pz-akifast": "2.0.1",
|
|
29
|
+
"@akinon/pz-apple-pay": "2.0.1",
|
|
30
|
+
"@akinon/pz-b2b": "2.0.1",
|
|
31
|
+
"@akinon/pz-basket-gift-pack": "2.0.1",
|
|
32
|
+
"@akinon/pz-bkm": "2.0.1",
|
|
33
|
+
"@akinon/pz-checkout-gift-pack": "2.0.1",
|
|
34
|
+
"@akinon/pz-click-collect": "2.0.1",
|
|
35
|
+
"@akinon/pz-credit-payment": "2.0.1",
|
|
36
|
+
"@akinon/pz-cybersource-uc": "2.0.1",
|
|
37
|
+
"@akinon/pz-flow-payment": "2.0.1",
|
|
38
|
+
"@akinon/pz-google-pay": "2.0.1",
|
|
39
|
+
"@akinon/pz-gpay": "2.0.1",
|
|
40
|
+
"@akinon/pz-haso": "2.0.1",
|
|
41
|
+
"@akinon/pz-hepsipay": "2.0.1",
|
|
42
|
+
"@akinon/pz-masterpass": "2.0.1",
|
|
43
|
+
"@akinon/pz-masterpass-rest": "2.0.1",
|
|
44
|
+
"@akinon/pz-multi-basket": "2.0.1",
|
|
45
|
+
"@akinon/pz-one-click-checkout": "2.0.1",
|
|
46
|
+
"@akinon/pz-otp": "2.0.1",
|
|
47
|
+
"@akinon/pz-pay-on-delivery": "2.0.1",
|
|
48
|
+
"@akinon/pz-saved-card": "2.0.1",
|
|
49
|
+
"@akinon/pz-similar-products": "2.0.1",
|
|
50
|
+
"@akinon/pz-tabby-extension": "2.0.1",
|
|
51
|
+
"@akinon/pz-tamara-extension": "2.0.1",
|
|
52
|
+
"@akinon/pz-theme": "2.0.1",
|
|
53
|
+
"@akinon/pz-virtual-try-on": "2.0.1",
|
|
54
54
|
"@hookform/resolvers": "2.9.0",
|
|
55
55
|
"@next/third-parties": "16.1.6",
|
|
56
56
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"yup": "0.32.11"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@akinon/eslint-plugin-projectzero": "2.0.
|
|
76
|
+
"@akinon/eslint-plugin-projectzero": "2.0.1",
|
|
77
77
|
"@semantic-release/changelog": "6.0.2",
|
|
78
78
|
"@semantic-release/exec": "6.0.3",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|