@akinon/pz-hepsipay 1.92.0-rc.9 → 1.93.0-rc.47

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