@akinon/next 1.58.0-rc.9 → 1.59.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 +7 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.59.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -41,12 +41,17 @@
|
|
|
41
41
|
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
42
42
|
- f2c92d5c: ZERO-2816: Update cookie name
|
|
43
43
|
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
44
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
45
44
|
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
46
45
|
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
47
46
|
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
48
47
|
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
49
48
|
|
|
49
|
+
## 1.58.0
|
|
50
|
+
|
|
51
|
+
### Minor Changes
|
|
52
|
+
|
|
53
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
54
|
+
|
|
50
55
|
## 1.57.0
|
|
51
56
|
|
|
52
57
|
### 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.
|
|
4
|
+
"version": "1.59.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.59.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",
|