@akinon/next 1.104.0-rc.83 → 1.105.0-rc.84

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 +10 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.104.0-rc.83
3
+ ## 1.105.0-rc.84
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,6 @@
9
9
  - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
10
10
  - 28c7ea79: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
11
11
  - e1aa030d: ZERO-3473: Refactor locale handling to prioritize cookie value for matched locale
12
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
13
12
  - 2d9b2b2c9: ZERO-2816: Add segment to headers
14
13
  - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
15
14
  - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
@@ -39,10 +38,7 @@
39
38
  - c39c7000: ZERO-3420: Refactor Modal component
40
39
  - bbe18b9ff: ZERO-2575: Fix build error
41
40
  - 4920742c2: Disable getCachedTranslations
42
- - a2fbee6: ZERO-3651: Fix correct is Iframe property in contextListMiddleware
43
41
  - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
44
- - 0de55738: ZERO-3418: Update remotePatterns hostname to allow all subdomains
45
- - 5ad87ff: ZERO-3646: Refactor form submission API to handle form data and improve error responses
46
42
  - 7e56d6b6b: ZERO-2841: Update api tagTypes
47
43
  - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
48
44
  - 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
@@ -69,6 +65,15 @@
69
65
  - 33d4d0c: ZERO-3615: remove custom not found
70
66
  - 0e823010: ZERO-3531: Add saveSampleProducts endpoint
71
67
 
68
+ ## 1.104.0
69
+
70
+ ### Minor Changes
71
+
72
+ - 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
73
+ - a2fbee6: ZERO-3651: Fix correct is Iframe property in contextListMiddleware
74
+ - 0de5573: ZERO-3418: Update remotePatterns hostname to allow all subdomains
75
+ - 5ad87ff: ZERO-3646: Refactor form submission API to handle form data and improve error responses
76
+
72
77
  ## 1.103.0
73
78
 
74
79
  ## 1.102.0
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.104.0-rc.83",
4
+ "version": "1.105.0-rc.84",
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.104.0-rc.83",
38
+ "@akinon/eslint-plugin-projectzero": "1.105.0-rc.84",
39
39
  "@babel/core": "7.26.10",
40
40
  "@babel/preset-env": "7.26.9",
41
41
  "@babel/preset-typescript": "7.27.0",