@akinon/pz-multi-basket 1.96.0-rc.60 → 1.96.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 -25
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,28 +1,6 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 1.96.0-rc.60
4
-
5
- ## 1.96.0-rc.59
6
-
7
- ## 1.96.0-rc.58
8
-
9
- ## 1.96.0-rc.57
10
-
11
- ## 1.96.0-rc.56
12
-
13
- ## 1.96.0-rc.55
14
-
15
- ### Minor Changes
16
-
17
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
18
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
19
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
20
- - e974d8e8: ZERO-3406: Fix rc build
21
- - 7eb51ca9: ZERO-3424 :Update package versions
22
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
23
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
24
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
25
- - 691a48966: ZERO-2761: fix invalid import
3
+ ## 1.96.0
26
4
 
27
5
  ## 1.95.0
28
6
 
@@ -34,8 +12,6 @@
34
12
 
35
13
  ## 1.91.0
36
14
 
37
- > > > > > > > origin/ZERO-3418
38
-
39
15
  ## 1.90.0
40
16
 
41
17
  ## 1.89.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.96.0-rc.60",
3
+ "version": "1.96.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",