@akinon/pz-gpay 2.0.0-beta.11 → 2.0.0-beta.13

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,57 +1,108 @@
1
1
  # @akinon/pz-gpay
2
2
 
3
- ## 2.0.0-beta.11
3
+ ## 2.0.0-beta.13
4
4
 
5
- ### Minor Changes
5
+ ## 1.118.0
6
6
 
7
- - ac783d6: ZERO-3482: Update tailwindcss to version 4.1.11 and enhance button cursor styles
7
+ ## 1.117.0
8
8
 
9
- ## 2.0.0-beta.10
9
+ ## 1.116.0
10
10
 
11
- ### Minor Changes
11
+ ## 1.115.0
12
12
 
13
- - 2806320: ZERO-3390: Update version tailwindcss, autoprefixer, tailwind-merge, postcss
13
+ ## 1.114.0
14
14
 
15
- ## 2.0.0-beta.9
15
+ ## 1.113.0
16
16
 
17
- ### Minor Changes
17
+ ## 1.112.0
18
+
19
+ ## 1.111.0
20
+
21
+ ## 1.110.0
22
+
23
+ ## 1.109.0
24
+
25
+ ## 1.108.0
26
+
27
+ ## 1.107.0
18
28
 
19
- - 0fe7711: ZERO-3387: Upgrade nextjs, eslint-config-next
29
+ ## 1.106.0
20
30
 
21
- ## 2.0.0-beta.8
31
+ ## 1.105.0
22
32
 
23
- ## 2.0.0-beta.7
33
+ ## 1.104.0
24
34
 
25
- ## 2.0.0-beta.6
35
+ ## 1.103.0
36
+
37
+ ## 1.102.0
38
+
39
+ ## 1.101.0
40
+
41
+ ## 1.100.0
42
+
43
+ ## 1.99.0
26
44
 
27
45
  ### Minor Changes
28
46
 
29
- - 8f05f9b: ZERO-3250: Beta branch synchronized with Main branch
47
+ - d58538b: ZERO-3638: Enhance RC pipeline: add fetch, merge, and pre-release setup with conditional commit
48
+
49
+ ## 1.98.0
50
+
51
+ ## 1.97.0
52
+
53
+ ## 1.96.0
30
54
 
31
- ## 2.0.0-beta.5
55
+ ## 1.95.0
32
56
 
33
- ## 2.0.0-beta.4
57
+ ## 1.94.0
34
58
 
35
- ## 2.0.0-beta.3
59
+ ## 1.93.0
36
60
 
37
- ## 2.0.0-beta.2
61
+ ## 1.92.0
62
+
63
+ ## 1.91.0
64
+
65
+ ## 1.90.0
38
66
 
39
67
  ### Minor Changes
40
68
 
41
- - a006015: ZERO-3116: Add not-found page and update default middleware.
42
- - 1eeb3d8: ZERO-3116: Add not found page
69
+ - a1463fd: ZERO-3381: Add customUIRender support for flexible UI rendering
43
70
 
44
- ## 2.0.0-beta.1
71
+ ## 1.89.0
45
72
 
46
73
  ### Minor Changes
47
74
 
48
- - ZERO-3091: Upgrade Next.js to v15 and React to v19
75
+ - 57a6184: ZERO-3332 :Add data-testid attribute to GPay payment button for testing
76
+
77
+ ## 1.88.0
78
+
79
+ ## 1.87.0
80
+
81
+ ## 1.86.0
82
+
83
+ ## 1.85.0
84
+
85
+ ## 1.84.0
86
+
87
+ ### Minor Changes
88
+
89
+ - 624a4eb: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
90
+
91
+ ## 1.83.0
92
+
93
+ ## 1.82.0
94
+
95
+ ## 1.81.0
96
+
97
+ ## 1.80.0
98
+
99
+ ## 1.79.0
49
100
 
50
- ## 2.0.0-beta.0
101
+ ## 1.78.0
51
102
 
52
- ### Major Changes
103
+ ## 1.77.0
53
104
 
54
- - be6c09d: ZERO-3114: Create beta version.
105
+ ## 1.76.0
55
106
 
56
107
  ## 1.75.0
57
108
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@akinon/pz-gpay",
3
- "version": "2.0.0-beta.11",
3
+ "version": "2.0.0-beta.13",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
7
- "react": "^19.0.0",
8
- "react-dom": "^19.0.0"
7
+ "react": "^18.0.0 || ^19.0.0",
8
+ "react-dom": "^18.0.0 || ^19.0.0"
9
9
  },
10
10
  "devDependencies": {
11
- "@types/node": "^22.10.2",
12
- "@types/react": "^19.0.2",
13
- "@types/react-dom": "^19.0.2",
14
- "react": "^19.0.0",
15
- "react-dom": "^19.0.0",
16
- "typescript": "^5.7.2",
11
+ "@types/node": "^18.7.8",
12
+ "@types/react": "^18.0.17",
13
+ "@types/react-dom": "^18.0.6",
14
+ "react": "^19.2.4",
15
+ "react-dom": "^19.2.4",
16
+ "typescript": "^4.7.4",
17
17
  "react-hook-form": "7.31.3",
18
18
  "@hookform/resolvers": "2.9.0"
19
19
  }
@@ -74,7 +74,7 @@ export function GPayOption(props: GPayOptionProps) {
74
74
  control,
75
75
  formState: { errors: formErrors }
76
76
  } = useForm<GPayForm>({
77
- resolver: yupResolver(gpayFormSchema)
77
+ resolver: yupResolver(gpayFormSchema) as any
78
78
  });
79
79
 
80
80
  const [setPaymentOption] = useSetPaymentOptionMutation();