@akinon/pz-one-click-checkout 1.95.0 → 1.96.0-rc.55

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
+ ## 1.96.0-rc.55
4
+
5
+ ### Minor Changes
6
+
7
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
8
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
9
+ - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
10
+ - e974d8e8: ZERO-3406: Fix rc build
11
+ - 7eb51ca9: ZERO-3424 :Update package versions
12
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
15
+
3
16
  ## 1.95.0
4
17
 
5
18
  ## 1.94.0
@@ -10,6 +23,8 @@
10
23
 
11
24
  ## 1.91.0
12
25
 
26
+ > > > > > > > origin/ZERO-3418
27
+
13
28
  ## 1.90.0
14
29
 
15
30
  ### Minor Changes
@@ -22,6 +37,14 @@
22
37
 
23
38
  - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
24
39
 
40
+ ## 1.89.0-rc.0
41
+
42
+ ### Minor Changes
43
+
44
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
45
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
46
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
47
+
25
48
  ## 1.88.0
26
49
 
27
50
  ## 1.87.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.95.0",
3
+ "version": "1.96.0-rc.55",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",