@akinon/pz-flow-payment 1.105.0-rc.84 → 1.106.0-rc.85

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 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @akinon/pz-flow-payment
2
2
 
3
- ## 1.105.0-rc.84
3
+ ## 1.106.0-rc.85
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 1b9e9be: BRDG-14604: Refactor FlowPayment component to utilize RTK Query mutations for payment options and wallet selection, enhancing session management and initialization logic
7
+ - 1b9e9bee: BRDG-14604: Refactor FlowPayment component to utilize RTK Query mutations for payment options and wallet selection, enhancing session management and initialization logic
8
8
  - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
9
9
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
10
10
  - 33d4d0c: ZERO-3615: remove custom not found
11
11
 
12
+ ## 1.105.0
13
+
12
14
  ## 1.104.0
13
15
 
14
16
  ## 1.103.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/pz-flow-payment",
3
3
  "license": "MIT",
4
- "version": "1.105.0-rc.84",
4
+ "version": "1.106.0-rc.85",
5
5
  "main": "src/index.tsx",
6
6
  "dependencies": {
7
7
  "@checkout.com/checkout-web-components": "0.7.0-beta"