@akinon/pz-multi-basket 1.86.0-rc.4 → 1.87.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 -15
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 1.86.0-rc.4
3
+ ## 1.87.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,20 +9,7 @@
9
9
  - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
10
10
  - 691a4896: ZERO-2761: fix invalid import
11
11
 
12
- ## 1.86.0-rc.3
13
-
14
- ## 1.86.0-rc.2
15
-
16
- ## 1.86.0-rc.1
17
-
18
- ## 1.86.0-rc.0
19
-
20
- ### Minor Changes
21
-
22
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
23
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
24
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
25
- - 691a4896: ZERO-2761: fix invalid import
12
+ ## 1.86.0
26
13
 
27
14
  ## 1.85.0
28
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.86.0-rc.4",
3
+ "version": "1.87.0-rc.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",