Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit decce7c

Browse files
committed
chore(release): publish 18.3.1
1 parent d793c6f commit decce7c

File tree

19 files changed

+96
-9
lines changed

19 files changed

+96
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency eslint to v9.9.1 ([#2008](https://github.com/angular-eslint/angular-eslint/pull/2008))
6+
- update dependency @angular/compiler to v18.2.1 ([#2006](https://github.com/angular-eslint/angular-eslint/pull/2006))
7+
- update typescript-eslint packages to v8.2.0 ([#2001](https://github.com/angular-eslint/angular-eslint/pull/2001))
8+
- **template-parser:** visit receiver of Call expression ([#2015](https://github.com/angular-eslint/angular-eslint/pull/2015))
9+
10+
### ❤️ Thank You
11+
12+
- James Henry @JamesHenry
13+
- Paweł Maniecki @P4
14+
115
## 18.3.0 (2024-08-13)
216

317
### 🚀 Features

packages/angular-eslint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
This was a version bump only for angular-eslint to align it with other projects, there were no code changes.
4+
15
## 18.3.0 (2024-08-13)
26

37
### 🚀 Features

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": "18.3.0",
3+
"version": "18.3.1",
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+
## 18.3.1 (2024-09-11)
2+
3+
This was a version bump only for builder to align it with other projects, there were no code changes.
4+
15
## 18.3.0 (2024-08-13)
26

37
### 🩹 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": "18.3.0",
3+
"version": "18.3.1",
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+
## 18.3.1 (2024-09-11)
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
## 18.3.0 (2024-08-13)
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": "18.3.0",
3+
"version": "18.3.1",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
### 🩹 Fixes
4+
5+
- **template-parser:** visit receiver of Call expression
6+
7+
- **template-parser:** visit receiver of Call expression"
8+
9+
- **template-parser:** visit receiver of Call expression
10+
11+
### ❤️ Thank You
12+
13+
- James Henry
14+
- Paweł Maniecki
15+
116
## 18.3.0 (2024-08-13)
217

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

packages/eslint-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
4+
15
## 18.3.0 (2024-08-13)
26

37
### 🚀 Features

packages/eslint-plugin/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",
3-
"version": "18.3.0",
3+
"version": "18.3.1",
44
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/schematics/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
### 🩹 Fixes
4+
5+
- update dependency eslint to v9.9.1
6+
7+
- update typescript-eslint packages to v8.2.0
8+
19
## 18.3.0 (2024-08-13)
210

311
### 🩹 Fixes

packages/schematics/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/schematics",
3-
"version": "18.3.0",
3+
"version": "18.3.1",
44
"description": "Angular Schematics for angular-eslint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/template-parser/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
### 🩹 Fixes
4+
5+
- **template-parser:** visit receiver of Call expression
6+
7+
- **template-parser:** visit receiver of Call expression"
8+
9+
- **template-parser:** visit receiver of Call expression
10+
11+
### ❤️ Thank You
12+
13+
- James Henry
14+
- Paweł Maniecki
15+
116
## 18.3.0 (2024-08-13)
217

318
This was a version bump only for template-parser to align it with other projects, there were no code changes.

packages/template-parser/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/template-parser",
3-
"version": "18.3.0",
3+
"version": "18.3.1",
44
"description": "Angular Template parser for ESLint",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/test-utils/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
### 🩹 Fixes
4+
5+
- **template-parser:** visit receiver of Call expression
6+
7+
- **template-parser:** visit receiver of Call expression"
8+
9+
- **template-parser:** visit receiver of Call expression
10+
11+
### ❤️ Thank You
12+
13+
- James Henry
14+
- Paweł Maniecki
15+
116
## 18.3.0 (2024-08-13)
217

318
This was a version bump only for test-utils to align it with other projects, there were no code changes.

packages/test-utils/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/test-utils",
3-
"version": "18.3.0",
3+
"version": "18.3.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 18.3.1 (2024-09-11)
2+
3+
This was a version bump only for utils to align it with other projects, there were no code changes.
4+
15
## 18.3.0 (2024-08-13)
26

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

packages/utils/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/utils",
3-
"version": "18.3.0",
3+
"version": "18.3.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)