@akinon/pz-one-click-checkout 1.91.0-rc.2 → 1.91.0

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