@akinon/projectzero 1.96.0-rc.61 → 1.96.0-snapshot-ZERO-3620-20250915165755
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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
+
## 1.96.0-snapshot-ZERO-3620-20250915165755
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
8
|
+
- c67942a4: ZERO-3423: Updated version control and debug messages for the package
|
|
9
|
+
- 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
10
|
+
- 16aff543: ZERO-3431: Add test script for redirect utility in package.json
|
|
11
|
+
- 64699d3ff: ZERO-2761: Fix invalid import for plugin module
|
|
12
|
+
- e974d8e8: ZERO-3406: Fix rc build
|
|
13
|
+
- 7eb51ca9: ZERO-3424 :Update package versions
|
|
14
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
15
|
+
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
16
|
+
- 34578efc: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
|
|
17
|
+
- d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
18
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
19
|
+
|
|
3
20
|
## 1.96.0-rc.61
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|