@akinon/pz-gpay 1.102.0-rc.79 → 1.103.0-rc.80

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 +4 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,10 @@
1
1
  # @akinon/pz-gpay
2
2
 
3
- ## 1.102.0-rc.79
4
-
5
- ## 1.102.0-rc.78
6
-
7
- ## 1.102.0-rc.77
3
+ ## 1.103.0-rc.80
8
4
 
9
5
  ### Minor Changes
10
6
 
11
- - 4c23847: ZERO-3623 :Enhance GPay integration: add loading state to custom UI rendering and error handling
7
+ - 4c238479: ZERO-3623 :Enhance GPay integration: add loading state to custom UI rendering and error handling
12
8
  - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
13
9
  - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
14
10
  - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
@@ -19,6 +15,8 @@
19
15
  - 2e436c13: ZERO-3389 :Update README.md for GPay component: enhance props documentation, add custom UI usage examples
20
16
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
21
17
 
18
+ ## 1.102.0
19
+
22
20
  ## 1.101.0
23
21
 
24
22
  ## 1.100.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-gpay",
3
- "version": "1.102.0-rc.79",
3
+ "version": "1.103.0-rc.80",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {