@akinon/next 1.52.0-rc.0 → 1.53.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.
- package/CHANGELOG.md +11 -4
- package/data/client/wishlist.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.53.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
8
7
|
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
9
8
|
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
10
9
|
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
@@ -12,7 +11,6 @@
|
|
|
12
11
|
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
13
12
|
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
14
13
|
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
15
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
16
14
|
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
17
15
|
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
18
16
|
- 3bf2dd9: ZERO-2551: Fix search page
|
|
@@ -45,10 +43,10 @@
|
|
|
45
43
|
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
46
44
|
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
47
45
|
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
48
|
-
- 146ea391: ZERO-2774: Update imports
|
|
49
46
|
- f2c92d5: ZERO-2816: Update cookie name
|
|
50
47
|
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
51
48
|
- c47be30d: ZERO-2744: Update Order and OrderItem types
|
|
49
|
+
- a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
|
|
52
50
|
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
53
51
|
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
54
52
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
@@ -57,6 +55,15 @@
|
|
|
57
55
|
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
58
56
|
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
59
57
|
|
|
58
|
+
## 1.52.0
|
|
59
|
+
|
|
60
|
+
### Minor Changes
|
|
61
|
+
|
|
62
|
+
- d8dd8dc: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
63
|
+
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
64
|
+
- 016d379: ZERO-2729: Update packages and force update dependencies using resolutions
|
|
65
|
+
- 146ea39: ZERO-2774: Update imports
|
|
66
|
+
|
|
60
67
|
## 1.51.0
|
|
61
68
|
|
|
62
69
|
### Minor Changes
|
package/data/client/wishlist.ts
CHANGED
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.
|
|
4
|
+
"version": "1.53.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.
|
|
33
|
+
"@akinon/eslint-plugin-projectzero": "1.53.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",
|