Skip to content

Commit 4fa7889

Browse files
committed
chore(release): publish 21.1.0
1 parent 9fb863d commit 4fa7889

File tree

19 files changed

+91
-9
lines changed

19 files changed

+91
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 21.1.0 (2025-12-08)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** add prefer-signal-model rule to encourage using model() for two-way bindings ([#2818](https://github.com/angular-eslint/angular-eslint/pull/2818))
6+
7+
### 🩹 Fixes
8+
9+
- update typescript-eslint packages to v8.47.0 ([#2805](https://github.com/angular-eslint/angular-eslint/pull/2805))
10+
- update dependency @angular/compiler to v21.0.1 ([#2814](https://github.com/angular-eslint/angular-eslint/pull/2814))
11+
- reference @angular/cli peer in addition to direct dependencies ([#2820](https://github.com/angular-eslint/angular-eslint/pull/2820))
12+
13+
### ❤️ Thank You
14+
15+
- James Henry @JamesHenry
16+
- Karan Mistry
17+
118
## 21.0.1 (2025-11-23)
219

320
### 🩹 Fixes

packages/angular-eslint/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 21.1.0 (2025-12-08)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** add prefer-signal-model rule to encourage using model() for two-way bindings ([#2818](https://github.com/angular-eslint/angular-eslint/pull/2818))
6+
7+
### 🩹 Fixes
8+
9+
- reference @angular/cli peer in addition to direct dependencies ([#2820](https://github.com/angular-eslint/angular-eslint/pull/2820))
10+
11+
### ❤️ Thank You
12+
13+
- James Henry @JamesHenry
14+
- Karan Mistry
15+
116
## 21.0.1 (2025-11-23)
217

318
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": "21.0.1",
3+
"version": "21.1.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 21.1.0 (2025-12-08)
2+
3+
### 🩹 Fixes
4+
5+
- reference @angular/cli peer in addition to direct dependencies ([#2820](https://github.com/angular-eslint/angular-eslint/pull/2820))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 21.0.1 (2025-11-23)
212

313
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": "21.0.1",
3+
"version": "21.1.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+
## 21.1.0 (2025-12-08)
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
## 21.0.1 (2025-11-23)
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": "21.0.1",
3+
"version": "21.1.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 21.1.0 (2025-12-08)
2+
3+
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
4+
15
## 21.0.1 (2025-11-23)
26

37
### 🩹 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": "21.0.1",
3+
"version": "21.1.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 21.1.0 (2025-12-08)
2+
3+
### 🚀 Features
4+
5+
- **eslint-plugin:** add prefer-signal-model rule to encourage using model() for two-way bindings ([#2818](https://github.com/angular-eslint/angular-eslint/pull/2818))
6+
7+
### ❤️ Thank You
8+
9+
- Karan Mistry
10+
111
## 21.0.1 (2025-11-23)
212

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

0 commit comments

Comments
 (0)