@akinon/pz-multi-basket 1.101.0-rc.76 → 1.101.0-snapshot-ZERO-3615-20250924130435

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 -21
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,24 +1,6 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 1.101.0-rc.76
4
-
5
- ## 1.101.0-rc.75
6
-
7
- ## 1.101.0-rc.74
8
-
9
- ## 1.101.0-rc.73
10
-
11
- ### Minor Changes
12
-
13
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
15
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
16
- - e974d8e8: ZERO-3406: Fix rc build
17
- - 7eb51ca9: ZERO-3424 :Update package versions
18
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
19
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
20
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
21
- - 691a48966: ZERO-2761: fix invalid import
3
+ ## 1.101.0-snapshot-ZERO-3615-20250924130435
22
4
 
23
5
  ## 1.100.0
24
6
 
@@ -44,8 +26,6 @@
44
26
 
45
27
  ## 1.91.0
46
28
 
47
- > > > > > > > origin/ZERO-3418
48
-
49
29
  ## 1.90.0
50
30
 
51
31
  ## 1.89.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "1.101.0-rc.76",
3
+ "version": "1.101.0-snapshot-ZERO-3615-20250924130435",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",