@akinon/pz-akifast 1.107.0-rc.86 → 1.108.0-rc.87

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,6 +1,6 @@
1
1
  # @akinon/pz-akifast
2
2
 
3
- ## 1.107.0-rc.86
3
+ ## 1.108.0-rc.87
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,7 +13,9 @@
13
13
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
14
  - 9cfbf6cd: ZERO-3397 :Update README.md to enhance button visibility management and add detailed usage examples for Checkout and Quick Login buttons
15
15
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
16
- - 33d4d0c: ZERO-3615: remove custom not found
16
+ - 33d4d0c9: ZERO-3615: remove custom not found
17
+
18
+ ## 1.107.0
17
19
 
18
20
  ## 1.106.0
19
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-akifast",
3
- "version": "1.107.0-rc.86",
3
+ "version": "1.108.0-rc.87",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",