@akinon/pz-hepsipay 1.103.0-rc.81 → 1.104.0-rc.83

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @akinon/pz-hepsipay
2
2
 
3
+ ## 1.104.0-rc.83
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
+ - 33d4d0c: ZERO-3615: remove custom not found
13
+
14
+ ## 1.103.0-rc.82
15
+
3
16
  ## 1.103.0-rc.81
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-hepsipay",
3
- "version": "1.103.0-rc.81",
3
+ "version": "1.104.0-rc.83",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {