Skip to content

Commit

Permalink
chore: publish v14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 18, 2022
1 parent 30d133b commit 6c39138
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

### Bug Fixes

- **eslint-plugin-template:** [click-events-have-key-events]: handle additional outputs ([#1101](https://github.com/angular-eslint/angular-eslint/issues/1101)) ([c608cdb](https://github.com/angular-eslint/angular-eslint/commit/c608cdbfabb81cfbf542a3c846711853cfcbbfbd))
- **eslint-plugin:** [sort-ngmodule-metadata-arrays]: add intl support ([#1099](https://github.com/angular-eslint/angular-eslint/issues/1099)) ([30d133b](https://github.com/angular-eslint/angular-eslint/commit/30d133bd232c1c9587b2af92d471c919ab02bb4d))

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "14.1.0",
"version": "14.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true
Expand Down
4 changes: 4 additions & 0 deletions packages/builder/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

**Note:** Version bump only for package @angular-eslint/builder
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/builder",
"version": "14.1.0",
"version": "14.1.1",
"description": "Angular CLI builder for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/bundled-angular-compiler/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

**Note:** Version bump only for package @angular-eslint/bundled-angular-compiler
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-angular-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/bundled-angular-compiler",
"version": "14.1.0",
"version": "14.1.1",
"description": "A CJS bundled version of @angular/compiler",
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-template/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

### Bug Fixes

- **eslint-plugin-template:** [click-events-have-key-events]: handle additional outputs ([#1101](https://github.com/angular-eslint/angular-eslint/issues/1101)) ([c608cdb](https://github.com/angular-eslint/angular-eslint/commit/c608cdbfabb81cfbf542a3c846711853cfcbbfbd))

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "14.1.0",
"version": "14.1.1",
"description": "ESLint plugin for Angular Templates",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,14 +17,14 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.1.0",
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/type-utils": "5.37.0",
"@typescript-eslint/utils": "5.37.0",
"aria-query": "5.0.2",
"axobject-query": "3.0.1"
},
"devDependencies": {
"@angular-eslint/utils": "14.1.0",
"@angular-eslint/utils": "14.1.1",
"@types/aria-query": "5.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

### Bug Fixes

- **eslint-plugin:** [sort-ngmodule-metadata-arrays]: add intl support ([#1099](https://github.com/angular-eslint/angular-eslint/issues/1099)) ([30d133b](https://github.com/angular-eslint/angular-eslint/commit/30d133bd232c1c9587b2af92d471c919ab02bb4d))

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "14.1.0",
"version": "14.1.1",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/utils": "14.1.0",
"@angular-eslint/utils": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/integration-tests",
"version": "14.1.0",
"version": "14.1.1",
"private": true,
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/schematics/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "14.1.0",
"version": "14.1.1",
"description": "Angular Schematics for angular-eslint",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"save": "devDependencies"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "14.1.0",
"@angular-eslint/eslint-plugin-template": "14.1.0",
"@angular-eslint/eslint-plugin": "14.1.1",
"@angular-eslint/eslint-plugin-template": "14.1.1",
"ignore": "5.2.0",
"strip-json-comments": "3.1.1",
"tmp": "0.2.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/template-parser/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

**Note:** Version bump only for package @angular-eslint/template-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/template-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/template-parser",
"version": "14.1.0",
"version": "14.1.1",
"description": "Angular Template parser for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.1.0",
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"eslint-scope": "^5.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.1](https://github.com/angular-eslint/angular-eslint/compare/v14.1.0...v14.1.1) (2022-09-18)

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

# [14.1.0](https://github.com/angular-eslint/angular-eslint/compare/v14.0.4...v14.1.0) (2022-09-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/utils",
"version": "14.1.0",
"version": "14.1.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.1.0",
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down

0 comments on commit 6c39138

Please sign in to comment.