@akinon/pz-one-click-checkout 1.102.0 → 1.103.0-rc.81

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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
+ ## 1.103.0-rc.81
4
+
5
+ ### Minor Changes
6
+
7
+ - 33d4d0c: ZERO-3615: remove custom not found
8
+
9
+ ## 1.103.0-rc.80
10
+
11
+ ### Minor Changes
12
+
13
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
15
+ - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
16
+ - e974d8e8: ZERO-3406: Fix rc build
17
+ - 7eb51ca9: ZERO-3424 :Update package versions
18
+ - 7727ae55f: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
19
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
20
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
21
+
3
22
  ## 1.102.0
4
23
 
5
24
  ## 1.101.0
@@ -28,6 +47,8 @@
28
47
 
29
48
  ## 1.91.0
30
49
 
50
+ > > > > > > > origin/ZERO-3418
51
+
31
52
  ## 1.90.0
32
53
 
33
54
  ### Minor Changes
@@ -40,6 +61,14 @@
40
61
 
41
62
  - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
42
63
 
64
+ ## 1.89.0-rc.0
65
+
66
+ ### Minor Changes
67
+
68
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
69
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
70
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
71
+
43
72
  ## 1.88.0
44
73
 
45
74
  ## 1.87.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.102.0",
3
+ "version": "1.103.0-rc.81",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",