Skip to content

Commit

Permalink
chore: publish v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 8, 2023
1 parent 21122c7 commit 7121d78
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

### Bug Fixes

- no declarations for eslint plugins ([2498238](https://github.com/angular-eslint/angular-eslint/commit/2498238ac64caaa539ac9d165157c6c4c937e747))

### Features

- **eslint-plugin-template:** [prefer-self-closing-tags] consider ng-content and ng-template elements ([#1573](https://github.com/angular-eslint/angular-eslint/issues/1573)) ([8e97d20](https://github.com/angular-eslint/angular-eslint/commit/8e97d20752669c2afa7b2ae456d16a96aabd8a80))

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/angular-eslint
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "17.0.0-alpha.0",
"version": "17.0.0",
"npmClient": "yarn",
"stream": true
}
6 changes: 6 additions & 0 deletions packages/builder/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**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": "17.0.0-alpha.0",
"version": "17.0.0",
"description": "Angular CLI builder for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/bundled-angular-compiler/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**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": "17.0.0-alpha.0",
"version": "17.0.0",
"description": "A CJS bundled version of @angular/compiler",
"license": "MIT",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-plugin-template/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

### Bug Fixes

- no declarations for eslint plugins ([2498238](https://github.com/angular-eslint/angular-eslint/commit/2498238ac64caaa539ac9d165157c6c4c937e747))

### Features

- **eslint-plugin-template:** [prefer-self-closing-tags] consider ng-content and ng-template elements ([#1573](https://github.com/angular-eslint/angular-eslint/issues/1573)) ([8e97d20](https://github.com/angular-eslint/angular-eslint/commit/8e97d20752669c2afa7b2ae456d16a96aabd8a80))

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/eslint-plugin-template
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": "17.0.0-alpha.0",
"version": "17.0.0",
"description": "ESLint plugin for Angular Templates",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -17,8 +17,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.0.0-alpha.0",
"@angular-eslint/utils": "17.0.0-alpha.0",
"@angular-eslint/bundled-angular-compiler": "17.0.0",
"@angular-eslint/utils": "17.0.0",
"@typescript-eslint/type-utils": "6.10.0",
"@typescript-eslint/utils": "6.10.0",
"aria-query": "5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

### Bug Fixes

- no declarations for eslint plugins ([2498238](https://github.com/angular-eslint/angular-eslint/commit/2498238ac64caaa539ac9d165157c6c4c937e747))

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/eslint-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "17.0.0-alpha.0",
"version": "17.0.0",
"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": "17.0.0-alpha.0",
"@angular-eslint/utils": "17.0.0",
"@typescript-eslint/utils": "6.10.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/integration-tests/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/integration-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/integration-tests",
"version": "17.0.0-alpha.0",
"version": "17.0.0",
"private": true,
"peerDependencies": {
"eslint": "^7.20.0 || ^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/schematics/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/schematics
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "17.0.0-alpha.0",
"version": "17.0.0",
"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": "17.0.0-alpha.0",
"@angular-eslint/eslint-plugin-template": "17.0.0-alpha.0",
"@angular-eslint/eslint-plugin": "17.0.0",
"@angular-eslint/eslint-plugin-template": "17.0.0",
"@nx/devkit": "17.0.3",
"ignore": "5.2.4",
"nx": "17.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/template-parser/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**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": "17.0.0-alpha.0",
"version": "17.0.0",
"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": "17.0.0-alpha.0",
"@angular-eslint/bundled-angular-compiler": "17.0.0",
"eslint-scope": "^7.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/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.

# [17.0.0](https://github.com/angular-eslint/angular-eslint/compare/v16.3.1...v17.0.0) (2023-11-08)

# [17.0.0-alpha.0](https://github.com/angular-eslint/angular-eslint/compare/v16.2.0...v17.0.0-alpha.0) (2023-11-06)

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

## [16.3.1](https://github.com/angular-eslint/angular-eslint/compare/v16.3.0...v16.3.1) (2023-11-08)

**Note:** Version bump only for package @angular-eslint/utils
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/utils",
"version": "17.0.0-alpha.0",
"version": "17.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.0.0-alpha.0",
"@angular-eslint/bundled-angular-compiler": "17.0.0",
"@typescript-eslint/utils": "6.10.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down

0 comments on commit 7121d78

Please sign in to comment.