@akinon/pz-click-collect 1.86.0-rc.3 → 1.86.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 -13
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,18 +1,6 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
- ## 1.86.0-rc.3
4
-
5
- ## 1.86.0-rc.2
6
-
7
- ## 1.86.0-rc.1
8
-
9
- ## 1.86.0-rc.0
10
-
11
- ### Minor Changes
12
-
13
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
14
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
15
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
3
+ ## 1.86.0
16
4
 
17
5
  ## 1.85.0
18
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.86.0-rc.3",
3
+ "version": "1.86.0",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",