@akinon/next 1.31.0-rc.0 → 1.31.0-rc.2
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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
+
## 1.31.0-rc.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6d4aadb: ZERO-2476: Auto install recommendenent extension
|
|
8
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
9
|
+
- 495d155: ZERO-2505: findBaseDir function is united and move on to the utils
|
|
10
|
+
- 40ad73e: ZERO-2504: add cookie filter to api client request
|
|
11
|
+
- 495d155: ZERO-2524: Zero-cli dist checks for changes and renders it to the terminal.
|
|
12
|
+
- 6b2972b: ZERO-2514: Fix handling of status 204 and return Commerce status code in client proxy API.
|
|
13
|
+
|
|
14
|
+
## 1.31.0-rc.1
|
|
15
|
+
|
|
3
16
|
## 1.31.0-rc.0
|
|
4
17
|
|
|
5
18
|
### 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.31.0-rc.
|
|
4
|
+
"version": "1.31.0-rc.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
35
35
|
"@typescript-eslint/parser": "6.7.4",
|
|
36
36
|
"eslint": "^8.14.0",
|
|
37
|
-
"@akinon/eslint-plugin-projectzero": "1.31.0-rc.
|
|
37
|
+
"@akinon/eslint-plugin-projectzero": "1.31.0-rc.2",
|
|
38
38
|
"eslint-config-prettier": "8.5.0"
|
|
39
39
|
}
|
|
40
40
|
}
|