@akinon/projectzero 1.89.0-rc.4 → 1.89.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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.89.0-rc.5
4
+
3
5
  ## 1.89.0-rc.4
4
6
 
5
7
  ## 1.89.0-rc.3
@@ -1,5 +1,31 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.89.0-rc.5
4
+
5
+ ### Minor Changes
6
+
7
+ - 1ba5af2: ZERO-3354: Add data-testids for tamara package
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [1ba5af2]
12
+ - @akinon/pz-tamara-extension@1.89.0-rc.5
13
+ - @akinon/next@1.89.0-rc.5
14
+ - @akinon/pz-akifast@1.89.0-rc.5
15
+ - @akinon/pz-b2b@1.89.0-rc.5
16
+ - @akinon/pz-basket-gift-pack@1.89.0-rc.5
17
+ - @akinon/pz-bkm@1.89.0-rc.5
18
+ - @akinon/pz-checkout-gift-pack@1.89.0-rc.5
19
+ - @akinon/pz-click-collect@1.89.0-rc.5
20
+ - @akinon/pz-credit-payment@1.89.0-rc.5
21
+ - @akinon/pz-gpay@1.89.0-rc.5
22
+ - @akinon/pz-masterpass@1.89.0-rc.5
23
+ - @akinon/pz-one-click-checkout@1.89.0-rc.5
24
+ - @akinon/pz-otp@1.89.0-rc.5
25
+ - @akinon/pz-pay-on-delivery@1.89.0-rc.5
26
+ - @akinon/pz-saved-card@1.89.0-rc.5
27
+ - @akinon/pz-tabby-extension@1.89.0-rc.5
28
+
3
29
  ## 1.89.0-rc.4
4
30
 
5
31
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.89.0-rc.4",
3
+ "version": "1.89.0-rc.5",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -24,22 +24,22 @@
24
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
25
25
  },
26
26
  "dependencies": {
27
- "@akinon/next": "1.89.0-rc.4",
28
- "@akinon/pz-akifast": "1.89.0-rc.4",
29
- "@akinon/pz-b2b": "1.89.0-rc.4",
30
- "@akinon/pz-basket-gift-pack": "1.89.0-rc.4",
31
- "@akinon/pz-bkm": "1.89.0-rc.4",
32
- "@akinon/pz-checkout-gift-pack": "1.89.0-rc.4",
33
- "@akinon/pz-click-collect": "1.89.0-rc.4",
34
- "@akinon/pz-credit-payment": "1.89.0-rc.4",
35
- "@akinon/pz-gpay": "1.89.0-rc.4",
36
- "@akinon/pz-masterpass": "1.89.0-rc.4",
37
- "@akinon/pz-one-click-checkout": "1.89.0-rc.4",
38
- "@akinon/pz-otp": "1.89.0-rc.4",
39
- "@akinon/pz-pay-on-delivery": "1.89.0-rc.4",
40
- "@akinon/pz-saved-card": "1.89.0-rc.4",
41
- "@akinon/pz-tabby-extension": "1.89.0-rc.4",
42
- "@akinon/pz-tamara-extension": "1.89.0-rc.4",
27
+ "@akinon/next": "1.89.0-rc.5",
28
+ "@akinon/pz-akifast": "1.89.0-rc.5",
29
+ "@akinon/pz-b2b": "1.89.0-rc.5",
30
+ "@akinon/pz-basket-gift-pack": "1.89.0-rc.5",
31
+ "@akinon/pz-bkm": "1.89.0-rc.5",
32
+ "@akinon/pz-checkout-gift-pack": "1.89.0-rc.5",
33
+ "@akinon/pz-click-collect": "1.89.0-rc.5",
34
+ "@akinon/pz-credit-payment": "1.89.0-rc.5",
35
+ "@akinon/pz-gpay": "1.89.0-rc.5",
36
+ "@akinon/pz-masterpass": "1.89.0-rc.5",
37
+ "@akinon/pz-one-click-checkout": "1.89.0-rc.5",
38
+ "@akinon/pz-otp": "1.89.0-rc.5",
39
+ "@akinon/pz-pay-on-delivery": "1.89.0-rc.5",
40
+ "@akinon/pz-saved-card": "1.89.0-rc.5",
41
+ "@akinon/pz-tabby-extension": "1.89.0-rc.5",
42
+ "@akinon/pz-tamara-extension": "1.89.0-rc.5",
43
43
  "@hookform/resolvers": "2.9.0",
44
44
  "@next/third-parties": "14.1.0",
45
45
  "@react-google-maps/api": "2.17.1",
@@ -62,7 +62,7 @@
62
62
  "yup": "0.32.11"
63
63
  },
64
64
  "devDependencies": {
65
- "@akinon/eslint-plugin-projectzero": "1.89.0-rc.4",
65
+ "@akinon/eslint-plugin-projectzero": "1.89.0-rc.5",
66
66
  "@semantic-release/changelog": "6.0.2",
67
67
  "@semantic-release/exec": "6.0.3",
68
68
  "@semantic-release/git": "10.0.1",
@@ -65,6 +65,7 @@ export default function RedirectionPayment() {
65
65
 
66
66
  <Checkbox
67
67
  className="px-4 md:px-0"
68
+ data-testid="checkout-agreement"
68
69
  {...register('agreement')}
69
70
  error={errors.agreement}
70
71
  >
@@ -88,7 +89,10 @@ export default function RedirectionPayment() {
88
89
  </div>
89
90
  )}
90
91
 
91
- <Button className={twMerge('w-full md:w-36 px-4 md:px-0')}>
92
+ <Button
93
+ data-testid="checkout-submit-button"
94
+ className={twMerge('w-full md:w-36 px-4 md:px-0')}
95
+ >
92
96
  {payment_option.name}
93
97
  </Button>
94
98
  </form>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.89.0-rc.4",
3
+ "version": "1.89.0-rc.5",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {