Skip to content

Commit 577dcbb

Browse files
committed
chore(release): publish 20.2.0
1 parent 3d4ec8e commit 577dcbb

File tree

19 files changed

+104
-9
lines changed

19 files changed

+104
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin-template:** add rule no-empty-control-flow ([#2592](https://github.com/angular-eslint/angular-eslint/pull/2592))
6+
7+
### 🩹 Fixes
8+
9+
- update dependency eslint-scope to v8.4.0 ([#2553](https://github.com/angular-eslint/))
10+
- update dependency eslint to v9.33.0 ([#2580](https://github.com/angular-eslint/angular-eslint/pull/2580))
11+
- update typescript-eslint packages to v8.40.0 ([#2584](https://github.com/angular-eslint/angular-eslint/pull/2584))
12+
- update dependency @angular/compiler to v20.2.1 ([#2622](https://github.com/angular-eslint/angular-eslint/pull/2622))
13+
- **eslint-plugin:** [relative-url-prefix] handle template literals ([#2576](https://github.com/angular-eslint/angular-eslint/pull/2576))
14+
- **eslint-plugin:** [no-uncalled-signals] do not report signal sets within logical expressions ([#2581](https://github.com/angular-eslint/angular-eslint/pull/2581))
15+
- **eslint-plugin-template:** [no-interpolation-in-attributes] disallow extra properties in options ([#2586](https://github.com/angular-eslint/angular-eslint/pull/2586))
16+
17+
### ❤️ Thank You
18+
19+
- Andrew Kazakov @andreww2012
20+
- Dave @reduckted
21+
- James Henry @JamesHenry
22+
123
## 20.1.1 (2025-06-19)
224

325
### 🩹 Fixes

packages/angular-eslint/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin-template:** add rule no-empty-control-flow ([#2592](https://github.com/angular-eslint/angular-eslint/pull/2592))
6+
7+
### ❤️ Thank You
8+
9+
- Dave @reduckted
10+
111
## 20.1.1 (2025-06-19)
212

313
This was a version bump only for angular-eslint to align it with other projects, there were no code changes.

packages/angular-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-eslint",
3-
"version": "20.1.1",
3+
"version": "20.2.0",
44
"description": "The tooling which enables ESLint to work with Angular projects",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
This was a version bump only for builder to align it with other projects, there were no code changes.
4+
15
## 20.1.1 (2025-06-19)
26

37
This was a version bump only for builder to align it with other projects, there were no code changes.

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/builder",
3-
"version": "20.1.1",
3+
"version": "20.2.0",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/bundled-angular-compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
This was a version bump only for bundled-angular-compiler to align it with other projects, there were no code changes.
4+
15
## 20.1.1 (2025-06-19)
26

37
This was a version bump only for bundled-angular-compiler to align it with other projects, there were no code changes.

packages/bundled-angular-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/bundled-angular-compiler",
3-
"version": "20.1.1",
3+
"version": "20.2.0",
44
"description": "A CJS bundled version of @angular/compiler",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin-template/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin-template:** add rule no-empty-control-flow ([#2592](https://github.com/angular-eslint/angular-eslint/pull/2592))
6+
7+
### 🩹 Fixes
8+
9+
- **eslint-plugin-template:** [no-interpolation-in-attributes] disallow extra properties in options ([#2586](https://github.com/angular-eslint/angular-eslint/pull/2586))
10+
- update dependency @angular/compiler to v20.1.0 ([#2573](https://github.com/angular-eslint/angular-eslint/pull/2573))
11+
12+
### ❤️ Thank You
13+
14+
- Andrew Kazakov @andreww2012
15+
- Dave @reduckted
16+
117
## 20.1.1 (2025-06-19)
218

319
### 🩹 Fixes

packages/eslint-plugin-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin-template",
3-
"version": "20.1.1",
3+
"version": "20.2.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 20.2.0 (2025-08-22)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-plugin:** [no-uncalled-signals] do not report signal sets within logical expressions ([#2581](https://github.com/angular-eslint/angular-eslint/pull/2581))
6+
- **eslint-plugin:** [relative-url-prefix] handle template literals ([#2576](https://github.com/angular-eslint/angular-eslint/pull/2576))
7+
8+
### ❤️ Thank You
9+
10+
- Dave @reduckted
11+
- James Henry @JamesHenry
12+
113
## 20.1.1 (2025-06-19)
214

315
### 🩹 Fixes

0 commit comments

Comments
 (0)