@akinon/pz-one-click-checkout 1.96.0-rc.57 → 1.96.0-snapshot-ZERO-35861-20250908151109

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