@akinon/pz-hepsipay 1.92.0-rc.8 → 1.93.0-rc.46

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,113 @@
1
1
  # @akinon/pz-hepsipay
2
2
 
3
+ ## 1.93.0-rc.46
4
+
5
+ ### Minor Changes
6
+
7
+ - b09e5e3d: ZERO-3404: Update import paths for Button, Icon, and RootState in Hepsipay component
8
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
9
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
10
+ - 7eb51ca9: ZERO-3424 :Update package versions
11
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
12
+
13
+ ## 1.92.0-rc.45
14
+
15
+ ## 1.92.0-rc.44
16
+
17
+ ## 1.92.0-rc.43
18
+
19
+ ## 1.92.0-rc.42
20
+
21
+ ### Minor Changes
22
+
23
+ - b09e5e3d: ZERO-3404: Update import paths for Button, Icon, and RootState in Hepsipay component
24
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
25
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
26
+ - 7eb51ca9: ZERO-3424 :Update package versions
27
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
28
+
29
+ ## 1.92.0-rc.41
30
+
31
+ ## 1.92.0-rc.40
32
+
33
+ ## 1.92.0-rc.39
34
+
35
+ ## 1.92.0-rc.38
36
+
37
+ ## 1.92.0-rc.37
38
+
39
+ ## 1.92.0-rc.36
40
+
41
+ ## 1.92.0-rc.35
42
+
43
+ ## 1.92.0-rc.34
44
+
45
+ ## 1.92.0-rc.33
46
+
47
+ ## 1.92.0-rc.32
48
+
49
+ ## 1.92.0-rc.31
50
+
51
+ ## 1.92.0-rc.30
52
+
53
+ ## 1.92.0-rc.29
54
+
55
+ ## 1.92.0-rc.28
56
+
57
+ ### Minor Changes
58
+
59
+ - b09e5e3d: ZERO-3404: Update import paths for Button, Icon, and RootState in Hepsipay component
60
+
61
+ ## 1.92.0-rc.27
62
+
63
+ ## 1.92.0-rc.26
64
+
65
+ ### Minor Changes
66
+
67
+ - 16aff54: ZERO-3431: Add test script for redirect utility in package.json
68
+
69
+ ## 1.92.0-rc.25
70
+
71
+ ## 1.92.0-rc.24
72
+
73
+ ## 1.92.0-rc.23
74
+
75
+ ## 1.92.0-rc.22
76
+
77
+ ## 1.92.0-rc.21
78
+
79
+ ## 1.92.0-rc.20
80
+
81
+ ### Minor Changes
82
+
83
+ - 8b1d24e: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
84
+
85
+ ## 1.92.0-rc.19
86
+
87
+ ### Minor Changes
88
+
89
+ - d8be48f: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
90
+
91
+ ## 1.92.0-rc.18
92
+
93
+ ## 1.92.0-rc.17
94
+
95
+ ## 1.92.0-rc.16
96
+
97
+ ## 1.92.0-rc.15
98
+
99
+ ## 1.92.0-rc.14
100
+
101
+ ## 1.92.0-rc.13
102
+
103
+ ## 1.92.0-rc.12
104
+
105
+ ## 1.92.0-rc.11
106
+
107
+ ## 1.92.0-rc.10
108
+
109
+ ## 1.92.0-rc.9
110
+
3
111
  ## 1.92.0-rc.8
4
112
 
5
113
  ## 1.92.0-rc.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-hepsipay",
3
- "version": "1.92.0-rc.8",
3
+ "version": "1.93.0-rc.46",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/index.tsx CHANGED
@@ -1,7 +1,7 @@
1
- import { Button, Icon } from '@theme/components';
1
+ import { Button, Icon } from '@akinon/next/components';
2
2
  import Script from 'next/script';
3
3
  import { useEffect, useCallback, useState } from 'react';
4
- import { RootState } from '@theme/redux/store';
4
+ import { RootState } from 'redux/store';
5
5
  import { useAppSelector } from '@akinon/next/redux/hooks';
6
6
  import { useSetWalletCompletePageMutation } from '@akinon/next/data/client/checkout';
7
7
  import * as yup from 'yup';