@akinon/next 1.53.0-rc.0 → 1.54.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 +8 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.53.0-rc.0
3
+ ## 1.54.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
  - 5dfeea0: ZERO-2801: Revert ZERO-2801
9
9
  - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
10
10
  - fda5b927: ZERO-2725: fix invalid import
11
- - 2d9b2b2: ZERO-2816: Add segment to headers
11
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
12
12
  - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
13
13
  - d93a507: ZERO-2900: Fix pretty url rewrite
14
14
  - 6c25f66: ZERO-2551: Check CACHE_HOST variable
@@ -46,7 +46,6 @@
46
46
  - f2c92d5: ZERO-2816: Update cookie name
47
47
  - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
48
48
  - c47be30d: ZERO-2744: Update Order and OrderItem types
49
- - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
50
49
  - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
51
50
  - f046f8e0: ZERO-2575: update version for react-number-format
52
51
  - b9273fd: ZERO-2889: add host headers to requests
@@ -55,6 +54,12 @@
55
54
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
56
55
  - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
57
56
 
57
+ ## 1.53.0
58
+
59
+ ### Minor Changes
60
+
61
+ - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
62
+
58
63
  ## 1.52.0
59
64
 
60
65
  ### 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.53.0-rc.0",
4
+ "version": "1.54.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.53.0-rc.0",
33
+ "@akinon/eslint-plugin-projectzero": "1.54.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",