Skip to content

Commit e1af184

Browse files
committed
chore: publish v4.2.0
1 parent 7ae557d commit e1af184

File tree

16 files changed

+48
-12
lines changed

16 files changed

+48
-12
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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
### Features
9+
10+
- **schematics:** add add-eslint-to-project schematic ([#426](https://github.com/angular-eslint/angular-eslint/issues/426)) ([7ae557d](https://github.com/angular-eslint/angular-eslint/commit/7ae557d94f53833fbfbf5128d39f64c7bb1c3c5f))
11+
612
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
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": "4.1.0",
2+
"version": "4.2.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"stream": true

packages/builder/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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/builder
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

812
**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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Angular CLI builder for ESLint",
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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/eslint-plugin-template
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

812
**Note:** Version bump only for package @angular-eslint/eslint-plugin-template

packages/eslint-plugin-template/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-template",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "ESLint plugin for Angular Templates",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -29,7 +29,7 @@
2929
"axobject-query": "^2.2.0"
3030
},
3131
"devDependencies": {
32-
"@angular-eslint/utils": "4.1.0",
32+
"@angular-eslint/utils": "4.2.0",
3333
"@types/aria-query": "^4.2.0"
3434
},
3535
"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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/eslint-plugin
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

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

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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -27,7 +27,7 @@
2727
"@typescript-eslint/experimental-utils": "4.16.1"
2828
},
2929
"devDependencies": {
30-
"@angular-eslint/utils": "4.1.0"
30+
"@angular-eslint/utils": "4.2.0"
3131
},
3232
"peerDependencies": {
3333
"@angular/compiler": ">= 11.2.0 < 12.0.0",

packages/integration-tests/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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/integration-tests
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

812
**Note:** Version bump only for package @angular-eslint/integration-tests

packages/integration-tests/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/integration-tests",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"scripts": {
66
"kill-existing-verdaccio": "kill $(lsof -t -i:4872) || true",

packages/schematics/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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
### Features
9+
10+
- **schematics:** add add-eslint-to-project schematic ([#426](https://github.com/angular-eslint/angular-eslint/issues/426)) ([7ae557d](https://github.com/angular-eslint/angular-eslint/commit/7ae557d94f53833fbfbf5128d39f64c7bb1c3c5f))
11+
612
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
713

814
### Bug Fixes

packages/schematics/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/schematics",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Angular Schematics for angular-eslint",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -31,8 +31,8 @@
3131
"save": "devDependencies"
3232
},
3333
"dependencies": {
34-
"@angular-eslint/eslint-plugin": "4.1.0",
35-
"@angular-eslint/eslint-plugin-template": "4.1.0",
34+
"@angular-eslint/eslint-plugin": "4.2.0",
35+
"@angular-eslint/eslint-plugin-template": "4.2.0",
3636
"ignore": "5.1.8",
3737
"strip-json-comments": "3.1.1",
3838
"tmp": "0.2.1"

packages/template-parser/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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/template-parser
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

812
**Note:** Version bump only for package @angular-eslint/template-parser

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

packages/utils/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+
# [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
7+
8+
**Note:** Version bump only for package @angular-eslint/utils
9+
610
# [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
711

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

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": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)