@akinon/eslint-plugin-projectzero 1.105.0-rc.84 → 1.106.0-rc.85

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 +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
- ## 1.105.0-rc.84
3
+ ## 1.106.0-rc.85
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,9 +12,14 @@
12
12
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
13
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
14
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
15
- - 62779ee: ZERO-3668: Refactor check-menu-depth rule to simplify depth validation logic and remove unused error messages
16
15
  - 33d4d0c: ZERO-3615: remove custom not found
17
16
 
17
+ ## 1.105.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 62779ee: ZERO-3668: Refactor check-menu-depth rule to simplify depth validation logic and remove unused error messages
22
+
18
23
  ## 1.104.0
19
24
 
20
25
  ## 1.103.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.105.0-rc.84",
3
+ "version": "1.106.0-rc.85",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",