@akinon/pz-basket-gift-pack 1.107.0-rc.86 → 1.108.0-rc.87

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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # @akinon/pz-basket-gift-pack
2
2
 
3
- ## 1.107.0-rc.86
3
+ ## 1.108.0-rc.87
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 72bfcbf2: ZERO-3347: Manage save button disable status
8
7
  - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
9
8
  - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
10
9
  - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
@@ -13,7 +12,13 @@
13
12
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
14
13
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
15
14
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
16
- - 33d4d0c: ZERO-3615: remove custom not found
15
+ - 33d4d0c9: ZERO-3615: remove custom not found
16
+
17
+ ## 1.107.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 72bfcbf2: ZERO-3347: Manage save button disable status
17
22
 
18
23
  ## 1.106.0
19
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-basket-gift-pack",
3
- "version": "1.107.0-rc.86",
3
+ "version": "1.108.0-rc.87",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/index.tsx CHANGED
@@ -336,4 +336,4 @@ export const BasketGiftPack = ({
336
336
  translations: _translations
337
337
  })
338
338
  : defaultRender();
339
- };
339
+ };