@akinon/projectzero 1.95.0-rc.54 → 1.95.0-snapshot-ZERO-3586-20250901132537

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.95.0-snapshot-ZERO-3586-20250901132537
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
+ - 5de751aa: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
10
+ - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
11
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
12
+ - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
13
+ - e974d8e8: ZERO-3406: Fix rc build
14
+ - 7eb51ca9: ZERO-3424 :Update package versions
15
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
16
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
17
+ - 34578efc: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
18
+ - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
19
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
20
+
3
21
  ## 1.95.0-rc.54
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.95.0-rc.54",
3
+ "version": "1.95.0-snapshot-ZERO-3586-20250901132537",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {