@akinon/pz-one-click-checkout 1.101.0 → 1.102.0-rc.78

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