Skip to content

Commit

Permalink
[ACS-5290] Corrected version of adding custom eslint rule (#8620)
Browse files Browse the repository at this point in the history
* ACS-5290 Corrected version of adding custom eslint rule

* ACS-5290 Corrected version of adding custom eslint rule
  • Loading branch information
AleksanderSklorz committed Jun 2, 2023
1 parent 654acd5 commit 21281ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
10 changes: 9 additions & 1 deletion docs/versionIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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-->
Expand All @@ -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-->

Expand Down
2 changes: 1 addition & 1 deletion lib/eslint-angular/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 21281ca

Please sign in to comment.