Skip to content

Commit 16eadfb

Browse files
committed
chore(release): publish 17.5.3
1 parent 013e52e commit 16eadfb

File tree

15 files changed

+95
-15
lines changed

15 files changed

+95
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder ([013e52e8](https://github.com/angular-eslint/angular-eslint/commit/013e52e8))
6+
7+
### ❤️ Thank You
8+
9+
- James Henry @JamesHenry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

packages/builder/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder
6+
7+
### ❤️ Thank You
8+
9+
- James Henry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

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": "17.5.2",
3+
"version": "17.5.3",
44
"description": "Angular CLI builder for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/bundled-angular-compiler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder
6+
7+
### ❤️ Thank You
8+
9+
- James Henry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

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": "17.5.2",
3+
"version": "17.5.3",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder
6+
7+
### ❤️ Thank You
8+
9+
- James Henry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

packages/eslint-plugin-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin-template",
3-
"version": "17.5.2",
3+
"version": "17.5.3",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"LICENSE"
1919
],
2020
"dependencies": {
21-
"@angular-eslint/bundled-angular-compiler": "17.5.2",
22-
"@angular-eslint/utils": "17.5.2",
21+
"@angular-eslint/bundled-angular-compiler": "17.5.3",
22+
"@angular-eslint/utils": "17.5.3",
2323
"@typescript-eslint/type-utils": "7.11.0",
2424
"@typescript-eslint/utils": "7.11.0",
2525
"aria-query": "5.3.0",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder
6+
7+
### ❤️ Thank You
8+
9+
- James Henry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin",
3-
"version": "17.5.2",
3+
"version": "17.5.3",
44
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"LICENSE"
1919
],
2020
"dependencies": {
21-
"@angular-eslint/bundled-angular-compiler": "17.5.2",
22-
"@angular-eslint/utils": "17.5.2",
21+
"@angular-eslint/bundled-angular-compiler": "17.5.3",
22+
"@angular-eslint/utils": "17.5.3",
2323
"@typescript-eslint/utils": "7.11.0"
2424
},
2525
"peerDependencies": {

packages/schematics/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 17.5.3 (2024-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- switch to using angular-devkit directly for schematics and builder
6+
7+
### ❤️ Thank You
8+
9+
- James Henry
10+
111
## 17.5.2 (2024-05-28)
212

313
### 🩹 Fixes

0 commit comments

Comments
 (0)