Skip to content

Commit

Permalink
chore: publish v16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 29, 2023
1 parent cf40e34 commit 246c158
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update dependency @angular/compiler to v16.0.3 ([#1378](https://github.com/angular-eslint/angular-eslint/issues/1378)) ([1bc04bf](https://github.com/angular-eslint/angular-eslint/commit/1bc04bf887267d1d6956009f970fb5ee996c069a))
- update dependency eslint-scope to v7.2.0 ([#1373](https://github.com/angular-eslint/angular-eslint/issues/1373)) ([ccbb170](https://github.com/angular-eslint/angular-eslint/commit/ccbb1707a28e65f791b2951830a54455de5dfc56))
- update nrwl monorepo to v16.2.2 ([#1391](https://github.com/angular-eslint/angular-eslint/issues/1391)) ([9f140e6](https://github.com/angular-eslint/angular-eslint/commit/9f140e6dd6845f403ffeb3b2437bdbcd36fb7ec0))
- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "16.0.2",
"version": "16.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true
Expand Down
6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update nrwl monorepo to v16.2.2 ([#1391](https://github.com/angular-eslint/angular-eslint/issues/1391)) ([9f140e6](https://github.com/angular-eslint/angular-eslint/commit/9f140e6dd6845f403ffeb3b2437bdbcd36fb7ec0))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/builder",
"version": "16.0.2",
"version": "16.0.3",
"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
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

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

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/bundled-angular-compiler",
"version": "16.0.2",
"version": "16.0.3",
"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
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "16.0.2",
"version": "16.0.3",
"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": "16.0.2",
"@angular-eslint/utils": "16.0.2",
"@angular-eslint/bundled-angular-compiler": "16.0.3",
"@angular-eslint/utils": "16.0.3",
"@typescript-eslint/type-utils": "5.59.7",
"@typescript-eslint/utils": "5.59.7",
"aria-query": "5.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

**Note:** Version bump only for package @angular-eslint/eslint-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "16.0.2",
"version": "16.0.3",
"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": "16.0.2",
"@angular-eslint/utils": "16.0.3",
"@typescript-eslint/utils": "5.59.7"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/integration-tests",
"version": "16.0.2",
"version": "16.0.3",
"private": true,
"peerDependencies": {
"eslint": "^7.20.0 || ^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update nrwl monorepo to v16.2.2 ([#1391](https://github.com/angular-eslint/angular-eslint/issues/1391)) ([9f140e6](https://github.com/angular-eslint/angular-eslint/commit/9f140e6dd6845f403ffeb3b2437bdbcd36fb7ec0))
- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "16.0.2",
"version": "16.0.3",
"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": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@nx/devkit": "16.2.2",
"ignore": "5.2.4",
"nx": "16.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/template-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

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

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

**Note:** Version bump only for package @angular-eslint/template-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/template-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/template-parser",
"version": "16.0.2",
"version": "16.0.3",
"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": "16.0.2",
"@angular-eslint/bundled-angular-compiler": "16.0.3",
"eslint-scope": "^7.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [16.0.3](https://github.com/angular-eslint/angular-eslint/compare/v16.0.2...v16.0.3) (2023-05-29)

### Bug Fixes

- update typescript-eslint packages to v5.59.7 ([#1392](https://github.com/angular-eslint/angular-eslint/issues/1392)) ([cf40e34](https://github.com/angular-eslint/angular-eslint/commit/cf40e349943ec8acf97515dec344099a24f9c2c5))

## [16.0.2](https://github.com/angular-eslint/angular-eslint/compare/v16.0.1...v16.0.2) (2023-05-17)

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

0 comments on commit 246c158

Please sign in to comment.