[ACS-5290] Corrected version of adding custom eslint rule (#8620)

* ACS-5290 Corrected version of adding custom eslint rule

* ACS-5290 Corrected version of adding custom eslint rule
This commit is contained in:
AleksanderSklorz 2023-06-02 14:41:14 +02:00 committed by GitHub
parent 654acd553f
commit 21281cafe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
Title: Use none component view encapsulation
Added: v6.0.0
Added: v6.1.0
Status: Active
Last reviewed: 2023-05-23
---

View File

@ -12,6 +12,7 @@ backend services have been tested with each released version of ADF.
## Versions
- [v6.1.0](#v610)
- [v6.0.0](#v600)
- [v5.1.0](#v510)
- [v4.7.0](#v470)
@ -41,6 +42,14 @@ backend services have been tested with each released version of ADF.
- [v2.1.0](#v210)
- [v2.0.0](#v200)
## v6.1.0
<!--v610 start-->
- [Use none component view encapsulation](eslint-angular/rules/use-none-component-view-encapsulation.md)
<!--v610 end-->
## v6.0.0
<!--v600 start-->
@ -54,7 +63,6 @@ backend services have been tested with each released version of ADF.
- [Process user info component](process-services/components/process-user-info.component.md)
- [Task comments service](content-services/services/task-comments.service.md)
- [Viewer render component](core/components/viewer-render.component.md)
- [Use none component view encapsulation](eslint-angular/rules/use-none-component-view-encapsulation.md)
<!--v600 end-->

View File

@ -1,6 +1,6 @@
{
"name": "@alfresco/eslint-plugin-eslint-angular",
"version": "6.0.0",
"version": "6.1.0",
"description": "Alfresco ADF eslint angular custom rules",
"main": "main.js",
"author": "Hyland Software, Inc. and its affiliates",