@akinon/pz-multi-basket 1.91.0-rc.2 → 1.91.0-rc.4

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 +23 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
+ ## 1.91.0-rc.4
4
+
5
+ ### Minor Changes
6
+
7
+ - 7eb51ca: ZERO-3424 :Update package versions
8
+
9
+ <<<<<<< HEAD
10
+
11
+ ## 1.91.0-rc.3
12
+
13
+ ### Minor Changes
14
+
15
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
16
+ - e974d8e8: ZERO-3406: Fix rc build
17
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
18
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
19
+ - 691a4896: ZERO-2761: fix invalid import
20
+
3
21
  ## 1.91.0-rc.2
4
22
 
5
23
  ## 1.91.0-rc.1
@@ -12,7 +30,11 @@
12
30
  - e974d8e: ZERO-3406: Fix rc build
13
31
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
14
32
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
15
- - 691a4896: ZERO-2761: fix invalid import
33
+ - # 691a4896: ZERO-2761: fix invalid import
34
+
35
+ ## 1.91.0
36
+
37
+ > > > > > > > origin/ZERO-3418
16
38
 
17
39
  ## 1.90.0
18
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.91.0-rc.2",
3
+ "version": "1.91.0-rc.4",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",