@akinon/next 1.25.0-rc.5 → 1.26.0-rc.0

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 +22 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,24 +1,39 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.25.0-rc.5
3
+ ## 1.26.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 6d4aadb: ZERO-2476: Auto install recommendenent extension
8
+ - 7e41bdc: BRDG-9158: Remove redirect-three-d page endpoint
9
+ - 1289982: ZERO-2521: Add x-forwarded-for header to requests
10
+ - 3690d3b: ZERO-2485: Check ESLint peerDependency version
11
+ - b4452e9: ZERO-2463: Refactor Sentry initialization and add Sentry DSN option to settings
12
+ - b2da5e4: Revert ZERO-2435
13
+ - f76f079: ZERO-2493: Add redirect util function
14
+
15
+ ### Patch Changes
16
+
17
+ - da1e501: ZERO-2296: Fix ROUTES import
18
+ - 2e44646: ZERO-2434: Fix category URL in getCategoryDataHandler function
19
+ - 183674f: BRDG-9158: Handle locale prefix
20
+ - 8c7f5bc: ZERO-2440: Pipeline test
21
+ - @akinon/eslint-plugin-projectzero@1.26.0-rc.0
22
+
23
+ ## 1.25.0
24
+
25
+ ### Minor Changes
26
+
8
27
  - eae7644: ZERO-2479: optimize Link component with useMemo for href formatting
9
28
  - e20b27f: ZERO-2454:add otp login
10
29
  - e0a945e: ZERO-2494:Add LiveCommerce for managing basket and product actions
11
30
  - a4674c6: ZERO-2461: add optional chaining for referrer header and add locale value for redirect url
12
31
  - 1ec9775: ZERO-2462:add custom span to logs
13
- - 7e41bdc: BRDG-9158: Remove redirect-three-d page endpoint
14
- - 1289982: ZERO-2521: Add x-forwarded-for header to requests
15
32
  - ab5a493: ZERO-2475:add types [key: string]: any; for unknown attributes
16
- - 3690d3b: ZERO-2485: Check ESLint peerDependency version
17
33
  - 92094d4: ZERO-2477: Update Sentry version and add hideSourceMaps option
18
- - b4452e9: ZERO-2463: Refactor Sentry initialization and add Sentry DSN option to settings
19
- - b2da5e4: Revert ZERO-2435
20
34
  - d3edd3a: ZERO-2499:add style prop in link component
21
- - f76f079: ZERO-2493: Add redirect util function
35
+
36
+ ## 1.24.1
22
37
 
23
38
  ### Patch Changes
24
39
 
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.25.0-rc.5",
4
+ "version": "1.26.0-rc.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {