@akinon/pz-multi-basket 1.78.0-rc.2 → 1.79.0-rc.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 +2 -10
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 1.78.0-rc.2
3
+ ## 1.79.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,15 +8,7 @@
8
8
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
9
9
  - 691a4896: ZERO-2761: fix invalid import
10
10
 
11
- ## 1.78.0-rc.1
12
-
13
- ## 1.78.0-rc.0
14
-
15
- ### Minor Changes
16
-
17
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
18
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
19
- - 691a4896: ZERO-2761: fix invalid import
11
+ ## 1.78.0
20
12
 
21
13
  ## 1.77.0
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.78.0-rc.2",
3
+ "version": "1.79.0-rc.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",