@akinon/pz-flow-payment 1.92.0-rc.41 → 1.92.0-rc.42

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @akinon/pz-flow-payment
2
2
 
3
+ ## 1.92.0-rc.42
4
+
5
+ ### Minor Changes
6
+
7
+ - 6e6b0a9e: ZERO-3422: Add pz-flow-payment package
8
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
9
+ - c806fad7: ZERO-3422: Add Flow Payment plugin to the defined plugins list
10
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
11
+ - 72ad7bb1: ZERO-3422: Add Flow Payment to the list of available plugins
12
+
3
13
  ## 1.92.0-rc.41
4
14
 
5
15
  ## 1.92.0-rc.40
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/pz-flow-payment",
3
3
  "license": "MIT",
4
- "version": "1.92.0-rc.41",
4
+ "version": "1.92.0-rc.42",
5
5
  "main": "src/index.tsx",
6
6
  "dependencies": {
7
7
  "@checkout.com/checkout-web-components": "0.7.0-beta"