From db8d9f064a4428d442b5c14aa8fc18599bb94f2a Mon Sep 17 00:00:00 2001 From: Andrey Mikheychik Date: Tue, 2 Jan 2024 00:31:50 -0600 Subject: [PATCH] Publish v0.19.2 --- CHANGELOG.adoc | 6 ++++++ MIGRATION_GUIDE.adoc | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5da2bf4..45a5938 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -3,6 +3,12 @@ :eslint-angular-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules :eslint-angular-template-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules +== v0.19.2 + +* Patched `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]` +to `link:{eslint-config-tags}/v0.23.4[0.23.4]`. + + == v0.19.1 * Patched `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]` diff --git a/MIGRATION_GUIDE.adoc b/MIGRATION_GUIDE.adoc index 9465aa0..544aace 100644 --- a/MIGRATION_GUIDE.adoc +++ b/MIGRATION_GUIDE.adoc @@ -9,7 +9,7 @@ Migration between minor versions follows the same steps: ** fix errors or check auto-fixes of warnings; ** check for the regressions. -== From `v0.18.1` to `v0.19.1` +== From `v0.18.1` to `v0.19.2` * Disable and gradually enable new rules in the `.eslintrc.js`. + diff --git a/package-lock.json b/package-lock.json index 1f6bb58..4697cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@perfective/eslint-config-angular", - "version": "0.19.1", + "version": "0.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@perfective/eslint-config-angular", - "version": "0.19.1", + "version": "0.19.2", "license": "MIT", "dependencies": { "@perfective/eslint-config": "~0.23.4" diff --git a/package.json b/package.json index bf846bf..8d9eb9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perfective/eslint-config-angular", - "version": "0.19.1", + "version": "0.19.2", "description": "ESLint shareable rules configuration for Angular", "keywords": [ "angular",