@akinon/pz-flow-payment 1.100.0-rc.72 → 1.101.0-rc.73

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 +7 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @akinon/pz-flow-payment
2
2
 
3
- ## 1.100.0-rc.72
4
-
5
- ## 1.100.0-rc.71
3
+ ## 1.101.0-rc.73
6
4
 
7
5
  ### Minor Changes
8
6
 
@@ -10,6 +8,12 @@
10
8
  - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
11
9
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
12
10
 
11
+ ## 1.100.0
12
+
13
+ ### Minor Changes
14
+
15
+ - c51de38: ZERO-3637: Add action creators and RTK Query API endpoints to Redux store
16
+
13
17
  ## 1.99.0
14
18
 
15
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/pz-flow-payment",
3
3
  "license": "MIT",
4
- "version": "1.100.0-rc.72",
4
+ "version": "1.101.0-rc.73",
5
5
  "main": "src/index.tsx",
6
6
  "dependencies": {
7
7
  "@checkout.com/checkout-web-components": "0.7.0-beta"