@akinon/next 1.106.0-rc.85 → 1.107.0-rc.86

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 +8 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.106.0-rc.85
3
+ ## 1.107.0-rc.86
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -40,7 +40,6 @@
40
40
  - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
41
41
  - 7e56d6b6b: ZERO-2841: Update api tagTypes
42
42
  - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
43
- - 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
44
43
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
45
44
  - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
46
45
  - c480272c: ZERO-3531: Refactor checkoutApi: Remove unnecessary invalidatesTags property from POST request from sample products
@@ -55,13 +54,19 @@
55
54
  - f2c92d5c7: ZERO-2816: Update cookie name
56
55
  - 7bd3d9928: ZERO-2801: Refactor locale middleware to handle single locale configuration
57
56
  - acd2afdf: ZERO-3431: Fix import statement for findBaseDir in next-config test
58
- - 2d3f1788: ZERO-3417: Enhance FileInput component with additional props for customization
59
57
  - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
60
58
  - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
61
59
  - 3f9b8d7e7: ZERO-2761: Update plugins.js for akinon-next
62
60
  - 33d4d0c: ZERO-3615: remove custom not found
63
61
  - 0e823010: ZERO-3531: Add saveSampleProducts endpoint
64
62
 
63
+ ## 1.106.0
64
+
65
+ ### Minor Changes
66
+
67
+ - 9dc7298: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
68
+ - 2d3f178: ZERO-3417: Enhance FileInput component with additional props for customization
69
+
65
70
  ## 1.105.0
66
71
 
67
72
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.106.0-rc.85",
4
+ "version": "1.107.0-rc.86",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -35,7 +35,7 @@
35
35
  "set-cookie-parser": "2.6.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@akinon/eslint-plugin-projectzero": "1.106.0-rc.85",
38
+ "@akinon/eslint-plugin-projectzero": "1.107.0-rc.86",
39
39
  "@babel/core": "7.26.10",
40
40
  "@babel/preset-env": "7.26.9",
41
41
  "@babel/preset-typescript": "7.27.0",