@akinon/pz-one-click-checkout 1.89.0-rc.1 → 1.89.0-rc.11

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 +34 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @akinon/pz-one-click-checkout
2
2
 
3
+ ## 1.89.0-rc.11
4
+
5
+ ## 1.89.0-rc.10
6
+
7
+ ### Minor Changes
8
+
9
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
10
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
11
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
12
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
13
+
14
+ ## 1.89.0-rc.9
15
+
16
+ ### Minor Changes
17
+
18
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
19
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
20
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
21
+ - c759d6b: ZERO-3336: Add data-testid attribute to OneClickCheckoutButton for improved testing
22
+
23
+ ## 1.89.0-rc.8
24
+
25
+ ## 1.89.0-rc.7
26
+
27
+ ## 1.89.0-rc.6
28
+
29
+ ## 1.89.0-rc.5
30
+
31
+ ## 1.89.0-rc.4
32
+
33
+ ## 1.89.0-rc.3
34
+
35
+ ## 1.89.0-rc.2
36
+
3
37
  ## 1.89.0-rc.1
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-one-click-checkout",
3
- "version": "1.89.0-rc.1",
3
+ "version": "1.89.0-rc.11",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "license": "MIT",