@akinon/next 1.54.0-rc.0 → 1.55.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 +10 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.54.0-rc.0
3
+ ## 1.55.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,7 +14,7 @@
14
14
  - 6c25f66: ZERO-2551: Check CACHE_HOST variable
15
15
  - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
16
16
  - 3bf2dd9: ZERO-2551: Fix search page
17
- - e9541a1: ZERO-2816: Add headers to url
17
+ - e9541a13: ZERO-2816: Add headers to url
18
18
  - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
19
19
  - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
20
20
  - 64699d3: ZERO-2761: Fix invalid import for plugin module
@@ -33,7 +33,6 @@
33
33
  - 7e56d6b: ZERO-2841: Update api tagTypes
34
34
  - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
35
35
  - 98bb8dcd: ZERO-2706: Cache getTranlations method
36
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
37
36
  - dcc8a150: ZERO-2694: added build step to RC branch pipeline
38
37
  - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
39
38
  - fad27689: ZERO-2739: add gpay to payment plugin map
@@ -45,8 +44,6 @@
45
44
  - beb499e6: ZERO-2551: Add new tsconfig paths
46
45
  - f2c92d5: ZERO-2816: Update cookie name
47
46
  - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
48
- - c47be30d: ZERO-2744: Update Order and OrderItem types
49
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
50
47
  - f046f8e0: ZERO-2575: update version for react-number-format
51
48
  - b9273fd: ZERO-2889: add host headers to requests
52
49
  - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
@@ -54,6 +51,14 @@
54
51
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
55
52
  - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
56
53
 
54
+ ## 1.54.0
55
+
56
+ ### Minor Changes
57
+
58
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
59
+ - c47be30: ZERO-2744: Update Order and OrderItem types
60
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
61
+
57
62
  ## 1.53.0
58
63
 
59
64
  ### 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.54.0-rc.0",
4
+ "version": "1.55.0-rc.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "set-cookie-parser": "2.6.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@akinon/eslint-plugin-projectzero": "1.54.0-rc.0",
33
+ "@akinon/eslint-plugin-projectzero": "1.55.0-rc.0",
34
34
  "@types/react-redux": "7.1.30",
35
35
  "@types/set-cookie-parser": "2.4.7",
36
36
  "@typescript-eslint/eslint-plugin": "6.7.4",