@akinon/pz-click-collect 1.79.0 → 1.80.0-rc.7

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 +30 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,35 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
- ## 1.79.0
3
+ ## 1.80.0-rc.7
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
9
+
10
+ ## 1.79.0-rc.6
11
+
12
+ ## 1.79.0-rc.5
13
+
14
+ ## 1.79.0-rc.4
15
+
16
+ ## 1.79.0-rc.3
17
+
18
+ ### Minor Changes
19
+
20
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
21
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
22
+
23
+ ## 1.79.0-rc.2
24
+
25
+ ## 1.79.0-rc.1
26
+
27
+ ## 1.79.0-rc.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
32
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
4
33
 
5
34
  ## 1.78.0
6
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.79.0",
3
+ "version": "1.80.0-rc.7",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",