@akinon/pz-hepsipay 2.0.0-beta.19 → 2.0.0-beta.21

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 +17 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,22 +1,32 @@
1
1
  # @akinon/pz-hepsipay
2
2
 
3
- ## 2.0.0-beta.19
3
+ ## 2.0.0-beta.21
4
4
 
5
- ## 2.0.0-beta.18
5
+ ## 2.0.0-beta.20
6
6
 
7
- ## 2.0.0-beta.17
7
+ ## 1.126.0
8
8
 
9
- ## 2.0.0-beta.16
9
+ ## 1.125.2
10
10
 
11
- ## 2.0.0-beta.15
11
+ ## 1.125.1
12
12
 
13
- ## 2.0.0-beta.14
13
+ ## 1.125.0
14
+
15
+ ## 1.124.0
16
+
17
+ ## 1.123.0
18
+
19
+ ## 1.122.0
20
+
21
+ ## 1.121.0
22
+
23
+ ## 1.120.0
14
24
 
15
25
  ### Minor Changes
16
26
 
17
27
  - 6ad72e8d: ZERO-4032: Add loading state management for payment submissions across multiple components and add safe guarding
18
28
 
19
- ## 2.0.0-beta.13
29
+ ## 1.119.0
20
30
 
21
31
  ## 1.118.0
22
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-hepsipay",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.21",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
@@ -12,8 +12,8 @@
12
12
  "@types/react": "^18.0.17",
13
13
  "@types/react-dom": "^18.0.6",
14
14
  "prettier": "^3.0.3",
15
- "react": "^19.2.4",
16
- "react-dom": "^19.2.4",
15
+ "react": "19.2.5",
16
+ "react-dom": "19.2.5",
17
17
  "typescript": "^5.2.2"
18
18
  }
19
19
  }