@akinon/pz-masterpass 2.0.0-beta.19 → 2.0.0-beta.20

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 +9 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,27 +1,29 @@
1
1
  # @akinon/pz-masterpass
2
2
 
3
- ## 2.0.0-beta.19
3
+ ## 2.0.0-beta.20
4
4
 
5
- ## 2.0.0-beta.18
5
+ ## 1.125.0
6
6
 
7
- ## 2.0.0-beta.17
7
+ ## 1.124.0
8
+
9
+ ## 1.123.0
8
10
 
9
11
  ### Minor Changes
10
12
 
11
13
  - 572f4f7b: ZERO-3959: Add binNumberConfig prop to MasterpassCardList for customizable BIN extraction
12
14
  - 88cb4f62: ZERO-3959: Update onSelectCard to handle masked BIN extraction based on card value format
13
15
 
14
- ## 2.0.0-beta.16
16
+ ## 1.122.0
15
17
 
16
- ## 2.0.0-beta.15
18
+ ## 1.121.0
17
19
 
18
- ## 2.0.0-beta.14
20
+ ## 1.120.0
19
21
 
20
22
  ### Minor Changes
21
23
 
22
24
  - 6ad72e8d: ZERO-4032: Add loading state management for payment submissions across multiple components and add safe guarding
23
25
 
24
- ## 2.0.0-beta.13
26
+ ## 1.119.0
25
27
 
26
28
  ## 1.118.0
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-masterpass",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.20",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.d.ts",