mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[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:
parent
654acd553f
commit
21281cafe9
@ -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
|
||||
---
|
||||
|
@ -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-->
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user