Skip to content

Commit d3df935

Browse files
committed
chore: publish v14.1.2
1 parent 9d5a7fc commit d3df935

File tree

18 files changed

+56
-16
lines changed

18 files changed

+56
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21)
7+
8+
### Bug Fixes
9+
10+
- **builder:** remove nrwl/devkit from builder implementation ([#1142](https://github.com/angular-eslint/angular-eslint/issues/1142)) ([9d5a7fc](https://github.com/angular-eslint/angular-eslint/commit/9d5a7fc1860a598c62ec163b6363e9436afd81a7))
11+
612
## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.1.1",
2+
"version": "14.1.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"stream": true

packages/builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21)
7+
8+
### Bug Fixes
9+
10+
- **builder:** remove nrwl/devkit from builder implementation ([#1142](https://github.com/angular-eslint/angular-eslint/issues/1142)) ([9d5a7fc](https://github.com/angular-eslint/angular-eslint/commit/9d5a7fc1860a598c62ec163b6363e9436afd81a7))
11+
612
## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)
713

814
**Note:** Version bump only for package @angular-eslint/builder

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": "14.1.1",
3+
"version": "14.1.2",
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
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21)
7+
8+
**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler
9+
610
## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)
711

812
**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler

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": "14.1.1",
3+
"version": "14.1.2",
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
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21)
7+
8+
**Note:** Version bump only for package @angular-eslint/eslint-plugin-template
9+
610
## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)
711

812
### Bug 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": "14.1.1",
3+
"version": "14.1.2",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -17,14 +17,14 @@
1717
"LICENSE"
1818
],
1919
"dependencies": {
20-
"@angular-eslint/bundled-angular-compiler": "14.1.1",
20+
"@angular-eslint/bundled-angular-compiler": "14.1.2",
2121
"@typescript-eslint/type-utils": "5.37.0",
2222
"@typescript-eslint/utils": "5.37.0",
2323
"aria-query": "5.0.2",
2424
"axobject-query": "3.0.1"
2525
},
2626
"devDependencies": {
27-
"@angular-eslint/utils": "14.1.1",
27+
"@angular-eslint/utils": "14.1.2",
2828
"@types/aria-query": "5.0.0"
2929
},
3030
"peerDependencies": {

packages/eslint-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.2](https://github.com/angular-eslint/angular-eslint/compare/v14.1.1...v14.1.2) (2022-09-21)
7+
8+
**Note:** Version bump only for package @angular-eslint/eslint-plugin
9+
610
## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)
711

812
### Bug Fixes

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-eslint/eslint-plugin",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
"LICENSE"
1818
],
1919
"dependencies": {
20-
"@angular-eslint/utils": "14.1.1",
20+
"@angular-eslint/utils": "14.1.2",
2121
"@typescript-eslint/utils": "5.37.0"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)